Skip to content

Commit 2a310b4

Browse files
committed
docs(changelog): update changelog for 2026.07.11
1 parent 9ab81ab commit 2a310b4

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,96 @@
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 2026.07.11
6+
7+
### Features
8+
- mobile UX overhaul, theme flash prevention and build cleanup (#474) (239c69e)
9+
- **Base64 String Converter**: handle text encoding other than utf8 (7460423)
10+
- **new tool**: Keyboard Tester (dfa836b)
11+
- **new tool**: Cron Expression Generator (b016d34)
12+
- **new tool**: DNS/RDAP queries (37cc92f)
13+
- **new tool**: CSS/JS Prettify & Minify (45ed4a7)
14+
- **new tool**: Markdown Diff (02df0f3)
15+
- **Token Generator**: add ambigous chars exclusion by default (8b19bf0)
16+
- **new tool**: Markdown Preview (b662c6b)
17+
- **new tool**: Markdown Table Generator (8114994)
18+
- **new tool**: nmap Command Builder (d041556)
19+
- **new tool**: k6 Generator (8ecdf99)
20+
- **new tool**: JSON Patch Tools (6f93cd1)
21+
- **Docker Compose to .env**: add updated Docker compose (00584bd)
22+
- **docker-compose-memo**: add Chinese translation and refactor locale-based memo loading (#421) (14bfc21)
23+
- **Case Converter**: add Language specific Title Case (9302b8e)
24+
- add a viewer for JSON/XML and other languages with folding to many tools (3c76776)
25+
- **new tool**: Picomatch tester (d544bf2)
26+
- **new tool**: Docker Label Generator (218ae7a)
27+
- **Color Converter**: add oklab/oklch and lab as CSS (fe2a1be)
28+
- **new tools**: HTML/Markdown to data (2a4fcc6)
29+
- **Case Converter**: allow multiline (be6a951)
30+
- **new tool**: SAML Parser (652ac82)
31+
- **new tool**: URL Builder (040d659)
32+
- hide network utils config when tools settings url is set (#411) (b6f8cb0)
33+
- **new tool**: Crop Image (#404) (5efbb87)
34+
- **new tool**: Running Pace Calculator (93d4318)
35+
- **Image to SVG**: intégration de esm-potrace-wasm et VTracer pour le mode couleur (bce809a)
36+
- **new tool**: HTTPS Tester (1a664fe)
37+
- **new tool**: Powershell Memo (5fd2bb6)
38+
- **new tool**: DNS Propagation Tester (4100059)
39+
- **new tool**: DNS Tester (d878731)
40+
- **x509 Certificate Generator**: add options for RSA bits (23ede48)
41+
- **new tool**: Random Line Picker (#393) (89975dc)
42+
- **Geo Coordinates Converter**: add DMS/Decimal/UTM and a interactive map (f0e35b0)
43+
- **UUID Generator**: Case and hyphen options (04c2575)
44+
- **new tool**: JSON to .env converter (#349) (b05e70d)
45+
46+
### Bug fixes
47+
- **Release**: needs lodash for now (9ab81ab)
48+
- **Bash Cheatsheet**: fix default to en (329bf35)
49+
- **script**: Update set_node_mem.sh to work in MacOS (#405) (0889c13)
50+
- **Certificate Key Parser**: option to add missing BEGIN/END (464e005)
51+
- **Open graph meta generator**: display subtypes (for Music...) (521a957)
52+
- **Open Graph Metadata Generator**: fix missing translation keys (9bbff46)
53+
- **Fitness Computer**: Change arguments order to fix wrong BMI calculation (#407) (eaea6e9)
54+
- **Data Storage Units Converter**: fix b/iB/B conversion (102bb99)
55+
- **Speed Converter**: wrong m/h is in fact mi/h (miles) (dfb92f2)
56+
- **Amortization Calculator**: exclude historical currencies (fb8a1eb)
57+
- optimize Home loading (3b7ddb4)
58+
- node-forge patch for EcDSA (6cc1ad7)
59+
- **Geo Coordinates Converter**: fix marker display (7e9cf35)
60+
- remove HTTP Headers security as this broke many tools (905de13)
61+
- **Pdf Signature Checker**: not supported certificate (92bf2b5)
62+
63+
### Performance
64+
- overhaul startup performance, dependencies and UI responsiveness (#419) (bad27cf)
65+
66+
### Chores
67+
- add rollup-plugin-visualizer (7e979b3)
68+
- update dependencies (f7f82a5)
69+
70+
### Other
71+
- Add resolver dropdown to dns tester (#410) (93d5056)
72+
- Add Chinese translation for bash memo and enhance dynamic loading in … (#408) (be4cf74)
73+
- fix unit in placeholder (#414) (a510e50)
74+
- jwt-parser - show full date with timezone for date claims (#412) (9ff69dc)
75+
76+
### I18n
77+
- add Hindi (d1c51da)
78+
- translate remaining (aa2674a)
79+
- extract strings (b788aaf)
80+
- translate remaining (efd0b25)
81+
- extract more strings (4103bd7)
82+
83+
### Upgrade toolchain
84+
- Vite 8, Vue 3.5, Vitest 4, TypeScript 6, pnpm 11, Node 24; replace ESLint/Prettier with oxlint/oxfmt (#418) (63f011b)
85+
86+
### Doc
87+
- **readme**: add build memory requirements (816dc55)
88+
89+
### Documentation
90+
- enhance Docker cheat sheet (#397) (c5a93af)
91+
92+
### Fixup! fix
93+
- node-forge patch for EcDSA (d5f4dcb)
94+
595
## Version 2026.01.04
696

797
### Features

0 commit comments

Comments
 (0)