Skip to content

Commit e9a5541

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/image-converter
2 parents cd04593 + 0b1b98f commit e9a5541

File tree

23 files changed

+663
-54
lines changed

23 files changed

+663
-54
lines changed

.github/fern-banner.svg

Lines changed: 11 additions & 0 deletions
Loading

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## Version 2024.10.22-7ca5933
6+
7+
### Features
8+
- **new tool**: Regex Tester (and Cheatsheet) (#1030) (f5c4ab1)
9+
- **new tool**: Markdown to HTML (#916) (87984e2)
10+
- **new-tool**: add email normalizer (#1243) (318fb6e)
11+
- **new tools**: JSON to XML and XML to JSON (#1231) (f1a5489)
12+
- **lorem-ipsum**: add button to refresh text lorem-ipsum (#1213) (e1b4f9a)
13+
- **base64**: Base64 enhancements (#905) (30144aa)
14+
15+
### Bug fixes
16+
- **favorites**: store favorites regardless of languages (#1202) (7ca5933)
17+
- **emoji-picker**: debounced search input (#1181) (76a19d2)
18+
- **format-transformer**: set overflow for output area width (#787) (b430bae)
19+
- **jwt-parser**: prevent UI overflow on small screen (#1095) (dd4b7e6)
20+
21+
### Refactoring
22+
- **regex-tester**: better description (7251700)
23+
24+
### Chores
25+
- **sponsors**: fern sponsor banners (#1314) (f962c41)
26+
- **readme**: updated logos (#1294) (6709498)
27+
28+
### Documentation
29+
- **author**: updated author links (#1316) (1c35ac3)
30+
531
## Version 2024.05.13-a0bc346
632

733
### Features

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
88

9+
## Sponsors
10+
11+
[![Fern banner](./.github/fern-banner.svg)](https://bit.ly/3zBl7DG)
12+
913
## Functionalities and roadmap
1014

1115
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.
@@ -113,7 +117,7 @@ It will create a directory in `src/tools` with the correct files, and a the impo
113117

114118
Big thanks to all the people who have already contributed!
115119

116-
[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools)](https://github.com/corentinth/it-tools/graphs/contributors)
120+
[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools&refresh=1)](https://github.com/corentinth/it-tools/graphs/contributors)
117121

118122
## Credits
119123

locales/de.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ home:
1010
newestTools: Neueste Tools
1111
favoriteTools: Deine Lieblingstools
1212
allTools: Alle Tools
13+
favoritesDndToolTip: 'Ziehen und Ablegen, um Favoriten neu zu ordnen'
1314
subtitle: Praktische Tools für Entwickler
1415
toggleMenu: Menü umschalten
1516
home: Startseite
@@ -21,13 +22,13 @@ home:
2122
p1: Gib uns einen Stern auf
2223
githubRepository: IT-Tools GitHub-Repository
2324
p2: oder folge uns auf
24-
twitterAccount: IT-Tools Twitter-Konto
25+
twitterXAccount: IT-Tools X-Konto
2526
thankYou: Vielen Dank!
2627
nav:
2728
github: GitHub-Repository
2829
githubRepository: IT-Tools GitHub-Repository
29-
twitter: Twitter-Konto
30-
twitterAccount: IT-Tools Twitter-Konto
30+
twitterX: X-Konto
31+
twitterXAccount: IT-Tools X-Konto
3132
about: Über IT-Tools
3233
aboutLabel: Über
3334
darkMode: Dunkelmodus

locales/en.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ home:
33
newestTools: Newest tools
44
favoriteTools: 'Your favorite tools'
55
allTools: 'All the tools'
6+
favoritesDndToolTip: 'Drag and drop to reorder favorites'
67
subtitle: 'Handy tools for developers'
78
toggleMenu: 'Toggle menu'
89
home: Home
@@ -14,13 +15,13 @@ home:
1415
p1: 'Give us a star on'
1516
githubRepository: 'IT-Tools GitHub repository'
1617
p2: 'or follow us on'
17-
twitterAccount: 'IT-Tools Twitter account'
18+
twitterXAccount: 'IT-Tools X account'
1819
thankYou: 'Thank you!'
1920
nav:
2021
github: 'GitHub repository'
2122
githubRepository: 'IT-Tools GitHub repository'
22-
twitter: 'Twitter account'
23-
twitterAccount: 'IT Tools Twitter account'
23+
twitterX: 'X account'
24+
twitterXAccount: 'IT Tools X account'
2425
about: 'About IT-Tools'
2526
aboutLabel: 'About'
2627
darkMode: 'Dark mode'

locales/es.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ home:
33
newestTools: Nuevas herramientas
44
favoriteTools: 'Tus herramientas favoritas'
55
allTools: 'Todas las herramientas'
6+
favoritesDndToolTip: 'Arrastra y suelta para reordenar favoritos'
67
subtitle: 'Herramientas practicas para desarrolladores'
78
toggleMenu: 'Toggle menu'
89
home: Home
@@ -14,13 +15,13 @@ home:
1415
p1: 'Danos una estrella en'
1516
githubRepository: 'Repositorio de IT-Tools en GitHub'
1617
p2: 'o síguenos en'
17-
twitterAccount: 'Cuenta de twitter de IT-Tools'
18+
twitterXAccount: 'Cuenta de X de IT-Tools'
1819
thankYou: 'Muchas gracias!'
1920
nav:
2021
github: 'Repositorio en github'
2122
githubRepository: 'IT-Tools GitHub repository'
22-
twitter: 'Cuenta de Twitter'
23-
twitterAccount: 'Cuenta de twitter de IT Tools'
23+
twitterX: 'Cuenta de X'
24+
twitterXAccount: 'Cuenta de X de IT Tools'
2425
about: 'Sobre IT-Tools'
2526
aboutLabel: 'Sobre'
2627
darkMode: 'Modo obscuro'

locales/fr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ home:
33
newestTools: 'Les nouveaux outils'
44
favoriteTools: 'Vos outils favoris'
55
allTools: 'Tous les outils'
6+
favoritesDndToolTip: 'Faites glisser et déposez pour réordonner vos favoris'
67
subtitle: 'Outils pour les développeurs'
78
toggleMenu: 'Menu'
89
home: Accueil
@@ -13,13 +14,13 @@ home:
1314
p1: 'Soutenez-nous avec une star sur'
1415
githubRepository: "le dépôt GitHub d'IT-Tools"
1516
p2: 'ou suivez-nous sur'
16-
twitterAccount: "le compte Twitter d'IT-Tools"
17+
twitterXAccount: "le compte X d'IT-Tools"
1718
thankYou: 'Merci !'
1819
nav:
1920
github: 'Dépôt GitHub'
2021
githubRepository: "Dépôt GitHub d'IT-Tools"
21-
twitter: 'Compte Twitter'
22-
twitterAccount: "Compte Twitter d'IT-Tools"
22+
twitterX: 'Compte X'
23+
twitterXAccount: "Compte X d'IT-Tools"
2324
about: "À propos d'IT-Tools"
2425
aboutLabel: 'À propos'
2526
darkMode: 'Mode sombre'

0 commit comments

Comments
 (0)