Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-27 | fix(format-transformer): set overflow for output area width (#787)HEADmain | 1 | -1/+1 | ||
2024-05-27 | fix(jwt-parser): prevent UI overflow on small screen (#1095) | 1 | -2/+2 | ||
Fix #1045 | |||||
2024-05-20 | feat(base64): Base64 enhancements (#905) | 6 | -37/+163 | ||
* fix(base64): use js-base64 to handle non ascii text Use js-base64 to handle non ascii text and ignore whitespaces Fix #879 and #409 * fix(base64): use js-base64 to handle non ascii text Use js-base64 to handle non ascii text and ignore whitespaces Fix #879 and #409 * feat(base64 file converter): add a filename and extension fields Add filename and extension (auto filled if data url) to allow downloading with right extension and filename Fix #788 * feat(base64 file converter): add a preview image Fix #594. Taken from #595 (thanks @SAF2k) | |||||
2024-05-13 | chore(version): release 2024.05.13-a0bc346v2024.5.13-a0bc346 | 1 | -1/+1 | ||
2024-05-13 | docs(changelog): update changelog for 2024.05.13-a0bc346 | 2 | -2/+51 | ||
2024-05-13 | chore(issues): prevent empty issues (#1078) | 1 | -0/+1 | ||
2024-05-13 | chore(issues): removed old issue templates (#1077) | 4 | -46/+1 | ||
2024-05-10 | chore(node): upgraded node version in CI workflows | 3 | -71/+2 | ||
2024-05-10 | chore(version): release 2024.05.10-33e5294 | 1 | -1/+1 | ||
2024-05-10 | docs(changelog): update changelog for 2024.05.10-33e5294 | 1 | -0/+34 | ||
2024-05-10 | refactor(lint): removed extra semi | 1 | -1/+1 | ||
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 | |||||
2024-01-31 | feat(i18n): added portuguese language (#813) | 1 | -0/+71 | ||
2024-01-31 | feat(i18n): added ukrainian language (#827) | 2 | -0/+72 | ||
Added Ukrainian language | |||||
2024-01-31 | feat(new-tool): yaml formater (#779) | 5 | -3/+111 | ||
* validating if yaml is correct and collecting format options * Formatting yaml, sorting keys and changing indent size. * Removed unused format options * Fixed lint errors * Installed types for js-yaml * Removed legacy routing and added tool creation date Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> * Using existing yaml package instead of js-yaml * Update src/tools/yaml-viewer/index.ts --------- Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com> Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2024-01-31 | feat(new-tool): added unicode conversion utilities (#858) | 7 | -0/+103 | ||
* feat: add Text to Unicode tool * Update src/tools/text-to-unicode/index.ts --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-12-21 | chore(version): release 2023.12.21-5ed3693v2023.12.21-5ed3693 | 1 | -1/+1 | ||
2023-12-21 | docs(changelog): update changelog for 2023.12.21-5ed3693 | 1 | -0/+31 | ||
2023-12-12 | fix(jwt-parser): jwt claim array support (#799) | 1 | -1/+1 | ||
fixes support of claim array values (was shown "[Object]" before) Signed-off-by: Markus Blaschke <mblaschke82@gmail.com> | |||||
2023-11-29 | fix(camera-recorder): stop camera on navigation (#782) | 1 | -0/+3 | ||
* Stopping camera when user switches to another page * Missing ; | |||||
2023-11-22 | fix(doc): updated create new tool command in readme (#762) | 1 | -1/+1 | ||
2023-11-16 | feat(i18n): improve chinese i18n (#757) | 1 | -22/+28 | ||
2023-11-16 | feat(i18n): add tooltip and favoriteButton i18n (#756) | 3 | -4/+8 | ||
2023-11-14 | chore(deps): switched from oui to oui-data for mac address lookup (#693) | 4 | -140/+14 | ||
* fix(deps): update dependency oui to v13 * chore(deps): switched from oui to oui-data for mac address lookup --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-11-15 | chore(deps): update unocss monorepo to ^0.57.0 (#638) | 2 | -192/+238 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-11-14 | refactor(about, i18n): improved i18n dx with markdown (#753) | 8 | -79/+113 | ||
2023-11-14 | refactor(token, i18n): complete fr translation (#752) | 1 | -2/+9 | ||
2023-11-15 | feat(i18n): add Chinese translation base (#718) | 1 | -0/+65 | ||
* Create zh_CN.yml * rename * Update zh.yml * Update zh.yml * Update zh.yml * Update zh.yml * Update zh.yml | |||||
2023-11-13 | refactor(uuid generator): uuid version picker (#751) | 4 | -18/+102 | ||
2023-11-13 | fix(base64-file-converter): fix downloading of index.html content without ↵ | 2 | -12/+72 | ||
data preambula (#750) * fix(base64-file-converter): fix downloading of index.html content without data preambula * feat(base64-file-converter): infer mime type from base64 signature --------- Co-authored-by: akharlov <harl_aa@skbkontur.ru> | |||||
2023-11-13 | refactor(case converter): no split on lowercase, uppercase and mocking case ↵ | 1 | -3/+3 | ||
(#748) | |||||
2023-11-13 | refactor(ui): replaced legacy n-upload with c-file-upload (#747) | 1 | -17/+3 | ||