Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-10 | chore(issues): improved issues template | 2 | -2/+58 | ||
2024-05-10 | refactor(auto-imports): regen auto imports | 1 | -0/+1 | ||
2024-05-10 | chore(issues): improved bug issue template (#1046) | 2 | -34/+48 | ||
2024-05-10 | feat(i18n): added German translation (#1038) | 2 | -0/+456 | ||
* feat(i18n): German translation * more * more * more * rest | |||||
2024-05-05 | fix(language): English language cleanup (#1036) | 1 | -45/+45 | ||
Fix possessive vs. contraction form of "it," clarification, and some general cleanup | |||||
2024-04-29 | fix(url-encoder, validation): typo in validation of url-encoder.vue #1024 | 1 | -1/+1 | ||
2024-04-22 | fix(integer base converter): support bigint (#872) | 2 | -5/+8 | ||
2024-04-15 | fix(bcrypt tool): allow salt rounds up to 100 (#987) | 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-11 | feat(new tool): Outlook Safelink Decoder (#911) | 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-03 | feat(new tool): ascii art generator (#886) | 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-12 | refactor(home): lightened tool cards (#882) | 1 | -53/+16 | ||
2024-02-12 | refactor(home): removed n-grid to prevent layout shift (#881) | 1 | -55/+39 | ||
2024-02-11 | feat(i18n): get locales on build (#880) | 478 | -1143/+1027 | ||
2024-02-05 | feat(i18n): added vi tools translations (#876) | 79 | -3/+326 | ||
* Update Vietnamese translations in vi.yml file * Add Vietnamese translations for various tools | |||||
2024-02-05 | feat(i18n): added zh tools translations (#874) | 78 | -0/+323 | ||
2024-02-01 | feat(i18n): added missing locale files in tools (#863) | 312 | -0/+61 | ||
2024-02-01 | feat(i18n): added vietnamese language (#859) | 3 | -2/+74 | ||
2024-02-01 | refactor(i18n): added locales per tool (#861) | 154 | -168/+539 | ||
2024-01-31 | feat(i18n): added spanish language (#854) | 2 | -0/+86 | ||
* spanish translation * Create es.yaml |