aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31feat(i18n): added portuguese language (#813)Gravatar Marcelo Gonçalves 1-0/+71
2024-01-31feat(i18n): added ukrainian language (#827)Gravatar Nikitin Roman 2-0/+72
Added Ukrainian language
2024-01-31feat(new-tool): yaml formater (#779)Gravatar Isaiah 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-31feat(new-tool): added unicode conversion utilities (#858)Gravatar hieudt-2054 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-21chore(version): release 2023.12.21-5ed3693v2023.12.21-5ed3693Gravatar Corentin Thomasset 1-1/+1
2023-12-21docs(changelog): update changelog for 2023.12.21-5ed3693Gravatar Corentin Thomasset 1-0/+31
2023-12-12fix(jwt-parser): jwt claim array support (#799)Gravatar Markus Blaschke 1-1/+1
fixes support of claim array values (was shown "[Object]" before) Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
2023-11-29fix(camera-recorder): stop camera on navigation (#782)Gravatar Isaiah 1-0/+3
* Stopping camera when user switches to another page * Missing ;
2023-11-22fix(doc): updated create new tool command in readme (#762)Gravatar Richard "EpicKitty" Bowey 1-1/+1
2023-11-16feat(i18n): improve chinese i18n (#757)Gravatar lzb16 1-22/+28
2023-11-16feat(i18n): add tooltip and favoriteButton i18n (#756)Gravatar lzb16 3-4/+8
2023-11-14chore(deps): switched from oui to oui-data for mac address lookup (#693)Gravatar renovate[bot] 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-15chore(deps): update unocss monorepo to ^0.57.0 (#638)Gravatar renovate[bot] 2-192/+238
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14refactor(about, i18n): improved i18n dx with markdown (#753)Gravatar Corentin THOMASSET 8-79/+113
2023-11-14refactor(token, i18n): complete fr translation (#752)Gravatar Corentin THOMASSET 1-2/+9
2023-11-15feat(i18n): add Chinese translation base (#718)Gravatar Gary 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-13refactor(uuid generator): uuid version picker (#751)Gravatar Corentin THOMASSET 4-18/+102
2023-11-13fix(base64-file-converter): fix downloading of index.html content without ↵Gravatar Corentin THOMASSET 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-13refactor(case converter): no split on lowercase, uppercase and mocking case ↵Gravatar Corentin THOMASSET 1-3/+3
(#748)
2023-11-13refactor(ui): replaced legacy n-upload with c-file-upload (#747)Gravatar Corentin THOMASSET 1-17/+3
2023-11-12refactor(token): added password in token generator keywords (#746)Gravatar Corentin THOMASSET 1-1/+1
2023-11-12feat(new tool): pdf signature checker (#745)Gravatar Corentin THOMASSET 20-21/+448
2023-11-09fix(docker): rollback armv7 in docker releases (#741)Gravatar Corentin THOMASSET 2-2/+2
2023-11-08fix(eta): corrected example (#737)Gravatar Steltek 1-2/+2
2023-11-07refactor(bcrypt): fix input label align (#721)Gravatar Oceansdeep7 1-0/+1
Co-authored-by: robin.li <robin.li@webeye.com>
2023-11-05feat(new tool): numeronym generator (#729)Gravatar Corentin THOMASSET 8-1/+87
2023-11-03chore(docker): added armv7 plateform for docker releases (#722)Gravatar Corentin THOMASSET 2-2/+2
2023-11-02chore(version): release 2023.11.02-7d94e11v2023.11.2-7d94e11Gravatar Corentin Thomasset 1-1/+1
2023-11-02docs(changelog): update changelog for 2023.11.02-7d94e11Gravatar Corentin Thomasset 1-0/+13
2023-11-02fix(dockerfile): revert replacement of nginx image with non-privileged one ↵Gravatar Andrii Bratanin 1-2/+2
(#716) Fixes https://github.com/CorentinTh/it-tools/issues/714
2023-11-01refactor(math-evaluator): improved descriptionGravatar swishkin 1-1/+1
Improved description.
2023-11-01feat(i18n): language selector (#710)Gravatar Corentin THOMASSET 12-46/+182
2023-11-01refactor(math-evaluator): improved search and UX (#713)Gravatar Corentin THOMASSET 2-0/+7
* refactor(math-evaluator): added keywords for search * refactor(math-evaluator): improved input
2023-11-01fix(encryption): alert on decryption error (#711)Gravatar Corentin THOMASSET 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-01chore(version): release 2023.11.01-e164afbv2023.11.1-e164afbGravatar Corentin Thomasset 1-1/+1
2023-11-01docs(changelog): update changelog for 2023.11.01-e164afbGravatar Corentin Thomasset 1-0/+59
2023-10-31chore(deps): clean unused dependencies (#709)Gravatar Corentin THOMASSET 2-846/+944
* chore(deps): removed unused dep randombytes * chore(deps): removed unused dep c8 * chore(deps): updated dep naive-ui
2023-10-31feat(command-palette): clear prompt on palette close (#708)Gravatar Corentin THOMASSET 1-0/+1
2023-10-31refactor(ui): better ui demo preview menu (#664)Gravatar Corentin THOMASSET 4-18/+12
2023-10-31feat(command-palette): added about page in command paletteGravatar Corentin Thomasset 1-0/+9
2023-10-31feat(new tool): random MAC address generator (#657)Gravatar Istvan Olah 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-31feat(case-converter): added mocking case (#705)Gravatar Corentin THOMASSET 1-0/+7
2023-10-31feat(date-converter): added excel date time format (#704)Gravatar Corentin THOMASSET 4-0/+63
2023-10-31refactor(color-converter): improved color-converter UX (#701)Gravatar Corentin THOMASSET 4-63/+167
2023-10-30refactor(docker): improved docker config (#700)Gravatar Corentin THOMASSET 2-3/+11
2023-10-23feat(i18n): token generator (#688)Gravatar 莫颓 3-9/+15
2023-10-23feat(i18n): home page (#687)Gravatar 莫颓 4-22/+47
(cherry picked from commit 9d39826078ceb929a5ca3b577f9f39449303c289)
2023-10-22chore(deps): update docker/setup-qemu-action action to v3 (#627)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-22chore(deps): update docker/setup-buildx-action action to v3 (#626)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-22chore(deps): update docker/login-action action to v3 (#625)Gravatar renovate[bot] 2-4/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>