Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2023-11-12 | refactor(token): added password in token generator keywords (#746) | 1 | -1/+1 | ||
2023-11-12 | feat(new tool): pdf signature checker (#745) | 20 | -21/+448 | ||
2023-11-09 | fix(docker): rollback armv7 in docker releases (#741) | 2 | -2/+2 | ||
2023-11-08 | fix(eta): corrected example (#737) | 1 | -2/+2 | ||
2023-11-07 | refactor(bcrypt): fix input label align (#721) | 1 | -0/+1 | ||
Co-authored-by: robin.li <robin.li@webeye.com> | |||||
2023-11-05 | feat(new tool): numeronym generator (#729) | 8 | -1/+87 | ||
2023-11-03 | chore(docker): added armv7 plateform for docker releases (#722) | 2 | -2/+2 | ||
2023-11-02 | chore(version): release 2023.11.02-7d94e11v2023.11.2-7d94e11 | 1 | -1/+1 | ||
2023-11-02 | docs(changelog): update changelog for 2023.11.02-7d94e11 | 1 | -0/+13 | ||
2023-11-02 | fix(dockerfile): revert replacement of nginx image with non-privileged one ↵ | 1 | -2/+2 | ||
(#716) Fixes https://github.com/CorentinTh/it-tools/issues/714 | |||||
2023-11-01 | refactor(math-evaluator): improved description | 1 | -1/+1 | ||
Improved description. | |||||
2023-11-01 | feat(i18n): language selector (#710) | 12 | -46/+182 | ||
2023-11-01 | refactor(math-evaluator): improved search and UX (#713) | 2 | -0/+7 | ||
* refactor(math-evaluator): added keywords for search * refactor(math-evaluator): improved input | |||||
2023-11-01 | fix(encryption): alert on decryption error (#711) | 5 | -6/+58 | ||
* update(c-alert): Add variant 'error' * fix(encryption): Alert decryption error (#652) * feat(c-alert): added title * refactor(composable): mutualized computedCatch --------- Co-authored-by: code2933 <code2933@outlook.com> | |||||
2023-11-01 | chore(version): release 2023.11.01-e164afbv2023.11.1-e164afb | 1 | -1/+1 | ||
2023-11-01 | docs(changelog): update changelog for 2023.11.01-e164afb | 1 | -0/+59 | ||
2023-10-31 | chore(deps): clean unused dependencies (#709) | 2 | -846/+944 | ||
* chore(deps): removed unused dep randombytes * chore(deps): removed unused dep c8 * chore(deps): updated dep naive-ui | |||||
2023-10-31 | feat(command-palette): clear prompt on palette close (#708) | 1 | -0/+1 | ||
2023-10-31 | refactor(ui): better ui demo preview menu (#664) | 4 | -18/+12 | ||
2023-10-31 | feat(command-palette): added about page in command palette | 1 | -0/+9 | ||
2023-10-31 | feat(new tool): random MAC address generator (#657) | 8 | -2/+205 | ||
* #521 Random MAC address generator * refactor(mac-address-generator): improved ux * refactor(mac-address-generator): improved ux --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-10-31 | feat(case-converter): added mocking case (#705) | 1 | -0/+7 | ||
2023-10-31 | feat(date-converter): added excel date time format (#704) | 4 | -0/+63 | ||
2023-10-31 | refactor(color-converter): improved color-converter UX (#701) | 4 | -63/+167 | ||
2023-10-30 | refactor(docker): improved docker config (#700) | 2 | -3/+11 | ||
2023-10-23 | feat(i18n): token generator (#688) | 3 | -9/+15 | ||
2023-10-23 | feat(i18n): home page (#687) | 4 | -22/+47 | ||
(cherry picked from commit 9d39826078ceb929a5ca3b577f9f39449303c289) | |||||
2023-10-22 | chore(deps): update docker/setup-qemu-action action to v3 (#627) | 2 | -2/+2 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-10-22 | chore(deps): update docker/setup-buildx-action action to v3 (#626) | 2 | -2/+2 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-10-22 | chore(deps): update docker/login-action action to v3 (#625) | 2 | -4/+4 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |