Commit 9c14b1e
Merge the latest version (#9)
* add canonical back
* feat(new-tool): added unicode conversion utilities (CorentinTh#858)
* feat: add Text to Unicode tool
* Update src/tools/text-to-unicode/index.ts
---------
Co-authored-by: Corentin THOMASSET <[email protected]>
* feat(new-tool): yaml formater (CorentinTh#779)
* 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 <[email protected]>
* Using existing yaml package instead of js-yaml
* Update src/tools/yaml-viewer/index.ts
---------
Co-authored-by: Isaiah <[email protected]>
Co-authored-by: Corentin THOMASSET <[email protected]>
* feat(i18n): added ukrainian language (CorentinTh#827)
Added Ukrainian language
* feat(i18n): added portuguese language (CorentinTh#813)
* feat(i18n): added spanish language (CorentinTh#854)
* spanish
translation
* Create es.yaml
* refactor(i18n): added locales per tool (CorentinTh#861)
* feat(i18n): added vietnamese language (CorentinTh#859)
* feat(i18n): added missing locale files in tools (CorentinTh#863)
* feat(i18n): added zh tools translations (CorentinTh#874)
* feat(i18n): added vi tools translations (CorentinTh#876)
* Update Vietnamese translations in vi.yml file
* Add Vietnamese translations for various tools
* feat(i18n): get locales on build (CorentinTh#880)
* refactor(home): removed n-grid to prevent layout shift (CorentinTh#881)
* refactor(home): lightened tool cards (CorentinTh#882)
* Git pull from main (#5)
* Update links (#1)
* Update links
* Update names
* update versions
* Update title and description (#2)
* change title & description, disable canonical temporary
* minor changes
* add canonical back
* add canonical back (#3)
* Revert "Git pull from main (#5)" (#6)
This reverts commit b390aa0.
* Remove other languages and change default language to zh
* feat(new tool): ascii art generator (CorentinTh#886)
* feat(new tool): ascii art generator
Fix CorentinTh#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 <[email protected]>
* feat(new tool): Outlook Safelink Decoder (CorentinTh#911)
* feat(new tool): Outlook Safelink Decoder
Fix CorentinTh#897
* Use native URL parsing
Co-authored-by: Corentin THOMASSET <[email protected]>
* Update src/tools/safelink-decoder/index.ts
---------
Co-authored-by: Corentin THOMASSET <[email protected]>
* fix(bcrypt tool): allow salt rounds up to 100 (CorentinTh#987)
* 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
* fix(integer base converter): support bigint (CorentinTh#872)
* fix(url-encoder, validation): typo in validation of url-encoder.vue CorentinTh#1024
* fix(language): English language cleanup (CorentinTh#1036)
Fix possessive vs. contraction form of "it," clarification, and some general cleanup
* feat(i18n): added German translation (CorentinTh#1038)
* feat(i18n): German translation
* more
* more
* more
* rest
* chore(issues): improved bug issue template (CorentinTh#1046)
* refactor(auto-imports): regen auto imports
* chore(issues): improved issues template
* refactor(lint): removed extra semi
* docs(changelog): update changelog for 2024.05.10-33e5294
* chore(version): release 2024.05.10-33e5294
* chore(node): upgraded node version in CI workflows
* chore(issues): removed old issue templates (CorentinTh#1077)
* chore(issues): prevent empty issues (CorentinTh#1078)
* docs(changelog): update changelog for 2024.05.13-a0bc346
* chore(version): release 2024.05.13-a0bc346
* feat(base64): Base64 enhancements (CorentinTh#905)
* fix(base64): use js-base64 to handle non ascii text
Use js-base64 to handle non ascii text and ignore whitespaces
Fix CorentinTh#879 and CorentinTh#409
* fix(base64): use js-base64 to handle non ascii text
Use js-base64 to handle non ascii text and ignore whitespaces
Fix CorentinTh#879 and CorentinTh#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 CorentinTh#788
* feat(base64 file converter): add a preview image
Fix CorentinTh#594. Taken from CorentinTh#595 (thanks @SAF2k)
* fix(jwt-parser): prevent UI overflow on small screen (CorentinTh#1095)
Fix CorentinTh#1045
* fix(format-transformer): set overflow for output area width (CorentinTh#787)
* fix(emoji-picker): debounced search input (CorentinTh#1181)
* fix(Emoji picker): fix lags
Fix CorentinTh#1176 using debounced ref
* chore: fix strange corepack message
Fix corepack claiming strange thing : UsageError: This project is configured to use yarn because /home/runner/work/it-tools/it-tools/package.json has a "packageManager" field
* feat(lorem-ipsum): add button to refresh text lorem-ipsum (CorentinTh#1213)
Co-authored-by: Diego Guzmán <[email protected]>
* feat(new tools): JSON to XML and XML to JSON (CorentinTh#1231)
* feat(new tool): JSON <> XML
Fix CorentinTh#314
* Update src/tools/xml-to-json/index.ts
* Update src/tools/json-to-xml/index.ts
* Update src/tools/json-to-xml/index.ts
---------
Co-authored-by: Corentin THOMASSET <[email protected]>
* feat(new-tool): add email normalizer (CorentinTh#1243)
---------
Co-authored-by: hieudt-2054 <[email protected]>
Co-authored-by: Corentin THOMASSET <[email protected]>
Co-authored-by: Isaiah <[email protected]>
Co-authored-by: Isaiah <[email protected]>
Co-authored-by: Nikitin Roman <[email protected]>
Co-authored-by: Marcelo Gonçalves <[email protected]>
Co-authored-by: Raúl Mora <[email protected]>
Co-authored-by: QingFeng <[email protected]>
Co-authored-by: David Nguyen <[email protected]>
Co-authored-by: sharevb <[email protected]>
Co-authored-by: Pavel Gordon <[email protected]>
Co-authored-by: Christopher Conley <[email protected]>
Co-authored-by: steffenrapp <[email protected]>
Co-authored-by: code2933 <[email protected]>
Co-authored-by: Diego Fabricio <[email protected]>
Co-authored-by: Diego Guzmán <[email protected]>1 parent 51c38f1 commit 9c14b1e
File tree
47 files changed
+1323
-287
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- locales
- src
- components
- composable
- modules/i18n/components
- tools
- ascii-text-drawer
- base64-file-converter
- bcrypt
- email-normalizer
- emoji-picker
- integer-base-converter
- json-to-xml
- jwt-parser
- lorem-ipsum-generator
- safelink-decoder
- token-generator
- url-encoder
- xml-to-json
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1323
-287
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments