mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 17:35:48 +08:00
34 KiB
34 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.19.0 (2023-02-06)
Features
- new-tool: keycode info (c934c4e)
2.18.0 (2023-02-04)
Features
Refactors
- tools: config in query params (db817a2)
2.17.0 (2023-01-13)
Features
Refactors
- jwt-parser: simplified code (f52f7a8)
2.16.0 (2022-12-21)
Features
- search-bar: use cmd + k to focus on mac (bf88836)
- tool: improved favorite tool management (af075dc)
- tools: added favorite tool handling (4cd809b)
- tracker: added actions monitoring (bfc2e24)
Refactors
- clean: removed empty style tag (cf723f1)
- clean: removed unused import (4087285)
- menu: improve support button (679dd1c)
- tracker: better tracker injection (def60e7)
2.15.0 (2022-12-16)
Features
- search-bar: better search back result (71e98e9)
Bug Fixes
- integer-base-converter: handle non-decimal char and better error message (8476cf3)
- tool-card: correct text color on light mode for card description (acf8bc1)
Refactors
- search-bar: improved tool fuzzy search (1b5d4e7)
2.14.1 (2022-11-23)
2.14.0 (2022-11-23)
Features
- new-tool: chmod calculator (35b5187)
2.13.0 (2022-11-14)
Features
- config: added tsx to allowed extension (ea5e7a7)
- date-converter: added mongodb objectID format (4ef2588)
- new-tool: added otp generator (5f16885)
- new-tool: mime type to extension converter (7c9b8ac)
Bug Fixes
- ui: remove icon transparency overlap (35a3760)
Refactors
- otp-generator: changed url (7f22995)
- token generator can use a custom alphabet (83da6b7)
- ui: change sponsor button location and caption (5d8f46a)
- useQRCode: switched args to MaybeRef (7de6c86)
2.12.0 (2022-08-23)
Features
- added colored share card (ab7483b)
- config: added tsx to allowed extension (741a3c2)
- new-tool: added otp generator (cc6070a)
- new-tool: meta tag generator (164e32b)
Bug Fixes
Refactors
- colored-card: added transition on like hover (da17696)
- share: updated share meta (5222bd5)
- token generator can use a custom alphabet (59ec629)
- useQRCode: switched args to MaybeRef (a89c9be)
2.11.0 (2022-08-19)
Features
Bug Fixes
Refactors
2.10.3 (2022-08-14)
Refactors
- share: new share banner (fcf4cfe)
- share: updated twitter meta tags (992f96b)
- validation: simplified validation management with helpers (f54223f)
2.10.2 (2022-08-04)
Refactors
- dry: mutualised duplicated code with withDefaultOnError (f6cd9b7)
- home: removed new tool first sort (d30cd8a)
- json-prettifier: more permissive json parser (8089c60)
- lint: added import rules (208a373)
2.10.1 (2022-08-04)
Bug Fixes
- bip39-generator: cleared an issue with the mnemonic validation (ca7cb44)
- import: removed auto added weird .js extension (fda0b0c)
Refactors
- base64: mutualized base64 functions into global utilities (447bdf2)
- chronometer: improved chronometer precision (e48d60b)
2.10.0 (2022-08-03)
Features
- hash-text: digest base selector (#254) (422b6eb)
- new-tool: an svg placeholder image generator (129f74c)
- new-tool: hmac generator (1bc6380)
Bug Fixes
- base64-to-string: prevent validation error (8a9e788)
- bip39-generator: typo in validation message (7570ad9)
- eta-calculator: clamp inputs (#249) (531a25c)
- wording: removed spaces before ponctuation (#252) (5f03619)
Refactors
- base64-to-file: clean validation to convert base64 to file (750a76b)
- display: mutualized code display (0be33fb)
- lint: externalization of prettier for simpler IDE support (02c4963)
- validation: simplified validation system (77b5b0c)
2.9.2 (2022-07-28)
Bug Fixes
- base64-file: fixed url slug (412de23)
- device-information: handle of unknown values (4f599b6)
- device-information: prevent unwanted y-truncature of text (138149e)
Refactors
- base64-file: fixed typo (1a22d55)
2.9.1 (2022-07-25)
Refactors
- base64: split base64 text and file conversion in two tools + base64 to file (e6953d1)
2.9.0 (2022-07-25)
Features
- new-tool: added a basic auth generator (bdee93a)
2.8.0 (2022-07-24)
Features
- new-tool: added an ETA calculator (125a502)
Bug Fixes
- sql-prettifier: better responsiveness (560fcf3)
Refactors
- json-prettify: improved layout for the json prettifier (328fda6)
- sql-prettifier: remove unused service files (ba87097)
2.7.0 (2022-07-24)
Features
- new-tool: added an SQL prettifier and formatter (d1f95f5)
Bug Fixes
- typo: fix few typos (6cd25a7)
2.6.0 (2022-07-23)
Features
Bug Fixes
- deps: run dependencie audit auto fix (a16161c)
- lint: cleanned index.html (c3a302b)
- text-statistics: empty text mean 0 words and 0 lines (92ce419)
Refactors
2.5.3 (2022-07-21)
Bug Fixes
- updated license in README (e371e8f)
2.5.2 (2022-07-21)
2.5.1 (2022-06-01)
Bug Fixes
- lint: missing dangling comma (f05c8e1)
- menu label key value was undefined (f48cd05)
- title: trully reactive tool title (c2e1d59)
- tool sorting inconsistencies in home page (5ab4dd3)
2.5.0 (2022-06-01)
Features
Bug Fixes
- config: updated env values loading (2f61c74)
Refactors
2.4.2 (2022-06-01)
Refactors
- config: added config management with figue (6becdbb)
- imports: removed useless defineProps import (5ce1262)
- set coerent head title for home page (a46d125)
2.4.1 (2022-05-15)
Bug Fixes
- seo: wrong url in share metas (a88e4a9)
Refactors
2.4.0 (2022-05-14)
Features
- catch throw on validation (a60f64f)
- hash-text: compute all hashes at the same time (#242) (e9cc499)
- new-tool: json viewer (d356b14)
- seo: added cannonical meta (34bc6a5)
Bug Fixes
Documentation
- added producthunt banners (4c4da16)
Refactors
- base-layout: renammed one letter variable (383d975)
- date-converter: mutualised and dry-ed code (d2c767f)
- seo: changed title string (c3b6132)
- updated description (b89db3c)
2.3.2 (2022-05-09)
Bug Fixes
- base-converter: responsive input (0b0cbd5)
- base64-converter: async onUpload callback (84cf1bb)
- typo: misspelings (9755e51)
Refactors
- responsive: row layout for multicards on big screens (e21230b)
2.3.1 (2022-04-24)
Refactors
- changed twitter account handler (608ec3a)
2.3.0 (2022-04-22)
Features
- new-tool: html entities escape/unescape (8e29a97)
Bug Fixes
- head: added titles for non-tool pages (0a15892)
- sider: default collapsed value (b22aa94)
- sider: missing href for link in footer (c4dabcc)
- style: hard width for group labels (ebf6695)
- url-parser: cleaned weird margins on dark mode (005ebfb)
Refactors
2.2.1 (2022-04-21)
Bug Fixes
- head: added titles for non-tool pages (0a15892)
- sider: missing href for link in footer (c4dabcc)
- style: hard width for group labels (ebf6695)
- url-parser: cleaned weird margins on dark mode (005ebfb)
2.2.0 (2022-04-18)
Features
- new-tool: url parser (2b38d6f)
Bug Fixes
- sider-footer: fixed commit sha url (ed9046d)
2.1.0 (2022-04-18)
Features
Refactors
- menu: removed burger menu icon tooltip (09abffb)
2.0.2 (2022-04-18)
Bug Fixes
- git-memo: pre scroll on overflow (4fc303e)
- menu: menu auto closed on mobile (71f79a5)
- qr-code: responsive layout (cbf0b3d)
Refactors
- crontab: list instead of table on small screen (6b11de2)
- removed empty sources (a14cac6)
- throw an error object instead of string (4112fa5)
2.0.1 (2022-04-16)
Features
- config: added vercel.json (2e046ad)
Bug Fixes
Documentation
- updated description (70a3df0)
Refactors
2.0.0 (2022-04-16)
Features
- a11y: aria-label on icon button (5f50275)
- added commit short sha (668625c)
- added plausible tracker (0808920)
- added twitter link (d126abc)
- footer in sider (3f03850)
- layout: menu category (9c9be9e)
- mobile friendly menu (1e67fa6)
- navbar: added github link (d4e226e)
- nav: navigation tooltips (b892f50)
- page: added 404 page (3db4f91)
- page: home page layout (57fd14a)
- persistent theme selection fallback to prefered theme (40e9af0)
- router: added legacy routes redirections (dbce46b)
- search-bar (e8594de)
- search: round and clearable searchbar (b112f5f)
- seo: added robots.txt and humans.txt (cd9a3bc)
- seo: added title + description (5f74037)
- seo: pwa and icons (b7193e8)
- share: social image (39746e0)
- style: dark mode (3e92b7f)
- style: theme overrides (d542688)
- tool: add lch in color converter (b5243c4)
- tool: added token generator (40dec52)
- tool: base converter (034c686)
- tool: base64 string converter (203b6a9)
- tool: bip39-generator (d55329f)
- tool: bip39-generator (765c010)
- tool: case converter (7a7372d)
- tool: color converter (4e50b7a)
- tool: crontab generator (358ff45)
- tool: date-time converter (2d9cb20)
- tool: encryption (888ab2c)
- tool: git memo (5cd9997)
- tool: lorem ipsum generator (5dcb2ed)
- tool: qr-code generator (5582d75)
- tool: random port generator (7c540f1)
- tool: roman-arabic numbers converter (655019c)
- tool: text hash (0f3b744)
- tool: text statistics (0a7c325)
- tool: url encode/decode (afac566)
- tool: uuid v4 generator (3ae6114)
- ux: copyable input (1859a9a)
Bug Fixes
- hash-text: added missing toString() (4ca5fce)
- hash-text: correct copy message (bab92ef)
- removed global define (889d594)
- style: working dark mode persistence (3ae8728)
- validation: proper rules (11d8110)
Refactors
- better icon (0af7d81)
- clean: removed extra console.log (82606f6)
- embeded sider scrollbar (f872972)
- icon sizes (9bb7fc4)
- menu option key (390ef93)
- page: removed unused import (f70fce6)
- removed theme editor (8559fbd)
- removed unused files (c1e7669)
- removed unused files (8d9f924)
- style: cleaner layout (1d09a01)
- style: improve style for tool-card (65a6896)
- style: label width (fd4426d)
- style: menu item height (8951e87)
- style: menu scrollbar (483cf66)
- style: port display (2632f24)
- style: removed extra br (b44539c)
- style: replaced scss style block to less (655d9d2)
- style: responsive layout (2df3f53)
- style: updated linter config (6b58ec5)