aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/glue_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/glue_test.go')
0 files changed, 0 insertions, 0 deletions
'5' class='logmsg'> 2024-05-10docs(changelog): update changelog for 2024.05.10-33e5294Gravatar Corentin Thomasset 1-0/+34 2024-05-10refactor(lint): removed extra semiGravatar Corentin Thomasset 1-1/+1 2024-05-10chore(issues): improved issues templateGravatar Corentin Thomasset 2-2/+58 2024-05-10refactor(auto-imports): regen auto importsGravatar Corentin Thomasset 1-0/+1 2024-05-10chore(issues): improved bug issue template (#1046)Gravatar Corentin THOMASSET 2-34/+48 2024-05-10feat(i18n): added German translation (#1038)Gravatar steffenrapp 2-0/+456 * feat(i18n): German translation * more * more * more * rest 2024-05-05fix(language): English language cleanup (#1036)Gravatar Christopher Conley 1-45/+45 Fix possessive vs. contraction form of "it," clarification, and some general cleanup 2024-04-29fix(url-encoder, validation): typo in validation of url-encoder.vue #1024Gravatar Pavel Gordon 1-1/+1 2024-04-22fix(integer base converter): support bigint (#872)Gravatar sharevb 2-5/+8 2024-04-15fix(bcrypt tool): allow salt rounds up to 100 (#987)Gravatar sharevb 4-5/+5 * fix(bcrypt tool): allow salt rounds up to 100 Previously max salt rounds was 10 * chore(github workflows): ci and e2e tests: try updating to node 20 2024-03-11feat(new tool): Outlook Safelink Decoder (#911)Gravatar sharevb 5-1/+74 * feat(new tool): Outlook Safelink Decoder Fix #897 * Use native URL parsing Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> * Update src/tools/safelink-decoder/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 2024-03-03feat(new tool): ascii art generator (#886)Gravatar sharevb 6-28/+139 * feat(new tool): ascii art generator Fix #829 ; Text ASCII Art Generator (using figlet) * fix: make fonts list searchable * refactor(ascii-generator): updated tool definition * refactor(ascii-generator): equilibrate ui --------- Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> 2024-02-12refactor(home): lightened tool cards (#882)Gravatar Corentin THOMASSET 1-53/+16 2024-02-12refactor(home): removed n-grid to prevent layout shift (#881)Gravatar Corentin THOMASSET 1-55/+39 2024-02-11feat(i18n): get locales on build (#880)Gravatar Corentin THOMASSET 478-1143/+1027 2024-02-05feat(i18n): added vi tools translations (#876)Gravatar David Nguyen 79-3/+326 * Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools 2024-02-05feat(i18n): added zh tools translations (#874)Gravatar QingFeng 78-0/+323 2024-02-01feat(i18n): added missing locale files in tools (#863)Gravatar Corentin THOMASSET 312-0/+61 2024-02-01feat(i18n): added vietnamese language (#859)Gravatar hieudt-2054 3-2/+74 2024-02-01refactor(i18n): added locales per tool (#861)Gravatar Corentin THOMASSET 154-168/+539 2024-01-31feat(i18n): added spanish language (#854)Gravatar Raúl Mora 2-0/+86 * spanish translation * Create es.yaml