aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-27fix(format-transformer): set overflow for output area width (#787)HEADmainGravatar code2933 1-1/+1
2024-05-27fix(jwt-parser): prevent UI overflow on small screen (#1095)Gravatar sharevb 1-2/+2
Fix #1045
2024-05-20feat(base64): Base64 enhancements (#905)Gravatar sharevb 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-13chore(version): release 2024.05.13-a0bc346v2024.5.13-a0bc346Gravatar Corentin Thomasset 1-1/+1
2024-05-13docs(changelog): update changelog for 2024.05.13-a0bc346Gravatar Corentin Thomasset 2-2/+51
2024-05-13chore(issues): prevent empty issues (#1078)Gravatar Corentin THOMASSET 1-0/+1
2024-05-13chore(issues): removed old issue templates (#1077)Gravatar Corentin THOMASSET 4-46/+1
2024-05-10chore(node): upgraded node version in CI workflowsGravatar Corentin Thomasset 3-71/+2
2024-05-10chore(version): release 2024.05.10-33e5294Gravatar Corentin Thomasset 1-1/+1
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
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