it-tools/CHANGELOG.md
2022-07-24 00:58:59 +02:00

20 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.0 (2022-07-23)

Features

  • new-tool: added chronometer (130031c)
  • search: focus the search bar using Ctrl+K (ab53048)

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

  • added accessibility labels on icon buttons (394d085)
  • import: auto reordered imports (2140842)

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

  • new-tool: math evaluator (433ba2a)
  • tools: new badge for recently created tools (11720e6)

Bug Fixes

  • config: updated env values loading (2f61c74)

Refactors

  • removed unused import (8fb0e6a)
  • renammed Tool.ts to tool.ts (ac89490)

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

  • json-viewer: add clear button (048bc4a)
  • seo: changed title string (d4ea393)

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

  • lint: linter auto fix (086d31e)
  • removed useless ref and value (b12cbe4)

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

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

  • remove duplicate property (d066319)
  • style: url encode/decode layout (34480b4)

Documentation

Refactors

2.0.0 (2022-04-16)

Features

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

Documentation

  • added new tool creation procedure (8177883)
  • updated readme (1134e0b)