Skip to content

Commit 4ca3ac3

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/token-generator
2 parents 0f28ddd + 76a19d2 commit 4ca3ac3

File tree

16 files changed

+244
-90
lines changed

16 files changed

+244
-90
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🚀 New feature proposal
2-
description: Propose a new feature to be added to IT-Tools.
2+
description: Propose a new feature/enhancement or tool idea for IT-Tools
33
labels: ['enhancement', 'triage']
44

55
body:

.github/ISSUE_TEMPLATE/new-tool-request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/other-request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/tool-improvement.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.05.10-33e5294
5+
## Version 2024.05.13-a0bc346
66

77
### Features
88
- **i18n**: added German translation (#1038) (2c2fb21)
@@ -33,19 +33,28 @@ All notable changes to this project will be documented in this file. See [standa
3333
- **i18n**: added locales per tool (#861) (95698cb)
3434

3535
### Chores
36+
- **issues**: prevent empty issues (#1078) (a0bc346)
37+
- **issues**: removed old issue templates (#1077) (5a7b0f9)
38+
- **node**: upgraded node version in CI workflows (b59942a)
39+
- **version**: release 2024.05.10-33e5294 (38d5687)
3640
- **issues**: improved issues template (2852c30)
3741
- **issues**: improved bug issue template (#1046) (a799234)
3842

43+
### Documentation
44+
- **changelog**: update changelog for 2024.05.10-33e5294 (9dfd347)
45+
3946
## Version 2023.12.21-5ed3693
4047

4148
### Features
49+
4250
- **i18n**: improve chinese i18n (#757) (2e56641)
4351
- **i18n**: add tooltip and favoriteButton i18n (#756) (a1037cf)
4452
- **i18n**: add Chinese translation base (#718) (8f99eb6)
4553
- **new tool**: pdf signature checker (#745) (4781920)
4654
- **new tool**: numeronym generator (#729) (e07e2ae)
4755

4856
### Bug fixes
57+
4958
- **jwt-parser**: jwt claim array support (#799) (5ed3693)
5059
- **camera-recorder**: stop camera on navigation (#782) (80e46c9)
5160
- **doc**: updated create new tool command in readme (#762) (7a70dbb)
@@ -54,6 +63,7 @@ All notable changes to this project will be documented in this file. See [standa
5463
- **eta**: corrected example (#737) (821cbea)
5564

5665
### Refactoring
66+
5767
- **about, i18n**: improved i18n dx with markdown (#753) (bd3edcb)
5868
- **token, i18n**: complete fr translation (#752) (de1ee69)
5969
- **uuid generator**: uuid version picker (#751) (38586ca)
@@ -63,26 +73,31 @@ All notable changes to this project will be documented in this file. See [standa
6373
- **bcrypt**: fix input label align (#721) (093ff31)
6474

6575
### Chores
76+
6677
- **deps**: switched from oui to oui-data for mac address lookup (#693) (0fe9a20)
6778
- **deps**: update unocss monorepo to ^0.57.0 (#638) (2e396d8)
6879
- **docker**: added armv7 plateform for docker releases (#722) (fe1de8c)
6980

7081
## Version 2023.11.02-7d94e11
7182

7283
### Features
84+
7385
- **i18n**: language selector (#710) (e86fd96)
7486

7587
### Bug fixes
88+
7689
- **dockerfile**: revert replacement of nginx image with non-privileged one (#716) (7d94e11)
7790
- **encryption**: alert on decryption error (#711) (02b0d0d)
7891

7992
### Refactoring
93+
8094
- **math-evaluator**: improved description (e87f4b1)
8195
- **math-evaluator**: improved search and UX (#713) (58de897)
8296

8397
## Version 2023.11.01-e164afb
8498

8599
### Features
100+
86101
- **command-palette**: clear prompt on palette close (#708) (d013696)
87102
- **command-palette**: added about page in command palette (99b1eb9)
88103
- **new tool**: random MAC address generator (#657) (cc3425d)
@@ -101,11 +116,13 @@ All notable changes to this project will be documented in this file. See [standa
101116
- **new tool**: text diff and comparator (#588) (81bfe57)
102117

103118
### Bug fixes
119+
104120
- **deps**: fix issue on slugify (#593) (#673) (720201a)
105121
- **deps**: update dependency monaco-editor to ^0.43.0 (#620) (e371ef7)
106122
- **deps**: update dependency sql-formatter to v13 (#606) (c7d4562)
107123

108124
### Refactoring
125+
109126
- **ui**: better ui demo preview menu (#664) (015c673)
110127
- **color-converter**: improved color-converter UX (#701) (abb8335)
111128
- **docker**: improved docker config (#700) (020e9cb)
@@ -122,6 +139,7 @@ All notable changes to this project will be documented in this file. See [standa
122139
- **bcrypt**: fix typo (#604) (e18bae1)
123140

124141
### Chores
142+
125143
- **deps**: clean unused dependencies (#709) (e164afb)
126144
- **deps**: update docker/setup-qemu-action action to v3 (#627) (4365226)
127145
- **deps**: update docker/setup-buildx-action action to v3 (#626) (57ecda1)
@@ -136,19 +154,23 @@ All notable changes to this project will be documented in this file. See [standa
136154
- **deps**: update dependency typescript to ~5.2.0 (#587) (f3e14fc)
137155

138156
### Doc
157+
139158
- **readme**: added contributors list (#622) (557b304)
140159
- **hosting**: added cloudron in the other hosting solutions section (#589) (06c3547)
141160

142161
## Version 2023.08.21-6f93cba
143162

144163
### Features
164+
145165
- **copy**: support legacy copy to clipboard for older browser (#581) (6f93cba)
146166
- **new tool**: string obfuscator (#575) (c58d6e3)
147167

148168
### Bug fixes
169+
149170
- **deps**: update dependency sql-formatter to v12 (#520) (2bcb77a)
150171

151172
### Chores
173+
152174
- **deps**: switched to fucking typescript v5 (#501) (76b2761)
153175
- **deps**: update dependency @antfu/eslint-config to ^0.40.0 (#552) (6ff9a01)
154176
- **deps**: update dependency prettier to v3 (#564) (a2b9b15)
@@ -158,6 +180,7 @@ All notable changes to this project will be documented in this file. See [standa
158180
## Version 2023.08.16-9bd4ad4
159181

160182
### Features
183+
161184
- **Case Converter**: Add lowercase and uppercase (#534) (7b6232a)
162185
- **new tool**: emoji picker (#551) (93f7cf0)
163186
- **ui**: added c-select in the ui lib (#550) (dfa1ba8)
@@ -178,6 +201,7 @@ All notable changes to this project will be documented in this file. See [standa
178201
- **base64-string-converter**: switch to encode and decode url safe base64 strings (#392) (0b20f1c)
179202

180203
### Bug fixes
204+
181205
- **deps**: update dependency uuid to v9 (#566) (5e12991)
182206
- **deps**: update dependency mathjs to v11 (#519) (7924456)
183207
- **deps**: update dependency @vueuse/router to v10 (#516) (ea0f27c)
@@ -197,6 +221,7 @@ All notable changes to this project will be documented in this file. See [standa
197221
- **ipv4-converter**: removed readonly on input (7aed9c5)
198222

199223
### Refactoring
224+
200225
- **navbar**: consistent spacing in navbar buttons (#507) (30f88fc)
201226
- **ui**: remove n-text (#506) (72c98a3)
202227
- **ui**: replaced some n-input to c-input (#505) (05ea545)
@@ -209,6 +234,7 @@ All notable changes to this project will be documented in this file. See [standa
209234
- **ui**: replaced some n-input with c-input-text (f7fc779)
210235

211236
### Chores
237+
212238
- **deps**: update dependency vitest to ^0.34.0 (#562) (9bd4ad4)
213239
- **deps**: update dependency node to v18.17.1 (#560) (65a9474)
214240
- **deps**: update dependency unocss to ^0.55.0 (#561) (85cc7a8)
@@ -249,47 +275,58 @@ All notable changes to this project will be documented in this file. See [standa
249275
- **lint**: switched to a better lint config (33c9b66)
250276

251277
### Refacor
278+
252279
- **transformers**: use monospace font for JSON and SQL text areas (#476) (ba4876d)
253280

254281
### Documentation
282+
255283
- **ide**: updated vscode extensions settings (#472) (847323c)
256284

257285
### Chors
286+
258287
- **deps**: updated vueuse dependency version (8515c24)
259288

260289
## Version 2023.05.14-77f2efc
261290

262291
### Features
292+
263293
- **list-converter**: a small converter who deals with column based data and do some stuff with it (#387) (83a7b3b)
264294
- **new tool**: phone parser and normalizer (ce3150c)
265295

266296
### Bug fixes
297+
267298
- **phone-parser**: use default country code (a43c546)
268299
- **home**: prevent weird blue border on card (3f6c8f0)
269300

270301
### Refactoring
302+
271303
- **ui**: replaced some n-input with c-input-text (77f2efc)
272304

273305
### Chores
306+
274307
- **issues**: updated new tool request issue template (edae4c6)
275308

276309
### Ui-lib
310+
277311
- **new-component**: added text input component in the c-lib (aad8d84)
278312
- **button**: size variants (401f13f)
279313

280314
## Version 2023.04.23-92bd835
281315

282316
### Features
317+
283318
- **ui-lib**: demo pages for c-lib components (92bd835)
284319
- **new-tool**: diff of two json objects (362f2fa)
285320
- **ipv4-range-expander**: expands a given IPv4 start and end address to a valid IPv4 subnet (#366) (df989e2)
286321
- **date converter**: auto focus main input (6d22025)
287322

288323
### Bug fixes
324+
289325
- **ts**: cleaned legacy typechecking warning (e88c1d5)
290326
- **mac-address-lookup**: added copy handler on button click (c311e38)
291327

292328
### Refactoring
329+
293330
- **ui-lib**: prevent c-button to shrink (61ece23)
294331
- **ui**: replaced naive ui cards with custom ones (f080933)
295332
- **clean**: removed unused lodash import (bb32513)
@@ -299,48 +336,60 @@ All notable changes to this project will be documented in this file. See [standa
299336
## Version 2023.04.14-dbad773
300337

301338
### Features
339+
302340
- **new-tool**: http status codes (8355bd2)
303341

304342
### Refactoring
343+
305344
- **uuid-generator**: prevent NaN in quantity (6fb4994)
306345

307346
### Chores
347+
308348
- **release**: create a github release on new version (dbad773)
309349
- **version**: reset CHANGELOG content to support new format (85cb0ff)
310350

311351
## Version 2023.04.14-f9b77b7
312352

313353
### Features
354+
314355
- **new-tool**: http status codes (8355bd2)
315356

316357
### Refactoring
358+
317359
- **uuid-generator**: prevent NaN in quantity (6fb4994)
318360

319361
### Chores
362+
320363
- **release**: create a github release on new version (f9b77b7)
321364
- **version**: reset CHANGELOG content to support new format (85cb0ff)
322365

323366
## Version 2023.04.14-2f0d239
324367

325368
### Features
369+
326370
- **new-tool**: http status codes (8355bd2)
327371

328372
### Refactoring
373+
329374
- **uuid-generator**: prevent NaN in quantity (6fb4994)
330375

331376
### Chores
377+
332378
- **release**: create a github release on new version (2f0d239)
333379
- **version**: reset CHANGELOG content to support new format (85cb0ff)
334380

335381
## Version 2023.04.14-474cae4
336382

337383
### Features
384+
338385
- **new-tool**: http status codes (8355bd2)
339386

340387
### Refactoring
388+
341389
- **uuid-generator**: prevent NaN in quantity (6fb4994)
342390

343391
### Chores
392+
344393
- **release**: create a github release on new version (474cae4)
345394
- **version**: reset CHANGELOG content to support new format (85cb0ff)
346395

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-tools",
3-
"version": "2024.5.10-33e5294",
3+
"version": "2024.5.13-a0bc346",
44
"description": "Collection of handy online tools for developers, with great UX. ",
55
"keywords": [
66
"productivity",
@@ -64,6 +64,7 @@
6464
"highlight.js": "^11.7.0",
6565
"iarna-toml-esm": "^3.0.5",
6666
"ibantools": "^4.3.3",
67+
"js-base64": "^3.7.6",
6768
"json5": "^2.2.3",
6869
"jwt-decode": "^3.1.2",
6970
"libphonenumber-js": "^1.10.28",
@@ -137,5 +138,6 @@
137138
"vitest": "^0.34.0",
138139
"workbox-window": "^7.0.0",
139140
"zx": "^7.2.1"
140-
}
141+
},
142+
"packageManager": "[email protected]"
141143
}

0 commit comments

Comments
 (0)