From 8174db9cf328e4eaed48cfe12b996dc954b691fa Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Wed, 1 Nov 2023 10:02:22 +0100 Subject: [PATCH] docs(changelog): update changelog for 2023.11.01-e164afb --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525f6ee7..4a6ebf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,65 @@ 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. +## Version 2023.11.01-e164afb + +### Features +- **command-palette**: clear prompt on palette close (#708) (d013696) +- **command-palette**: added about page in command palette (99b1eb9) +- **new tool**: random MAC address generator (#657) (cc3425d) +- **case-converter**: added mocking case (#705) (681f7bf) +- **date-converter**: added excel date time format (#704) (f5eb7a8) +- **i18n**: token generator (#688) (02e68d3) +- **i18n**: home page (#687) (00562ed) +- **i18n**: support for i18n in .ts files (#683) (ebb4ec4) +- **i18n**: tool card (#682) (84a4a64) +- **i18n**: about page (#680) (a2b53c2) +- **i18n**: 404 page (#679) (35563b8) +- **new tool**: text to ascii converter (#669) (b2ad4f7) +- **new tool**: ULID generator (#623) (5c4d775) +- **new tool**: add wifi qr code generator (#599) (0eedce6) +- **new tool**: iban validation and parser (#591) (3a63837) +- **new tool**: text diff and comparator (#588) (81bfe57) + +### Bug fixes +- **deps**: fix issue on slugify (#593) (#673) (720201a) +- **deps**: update dependency monaco-editor to ^0.43.0 (#620) (e371ef7) +- **deps**: update dependency sql-formatter to v13 (#606) (c7d4562) + +### Refactoring +- **ui**: better ui demo preview menu (#664) (015c673) +- **color-converter**: improved color-converter UX (#701) (abb8335) +- **docker**: improved docker config (#700) (020e9cb) +- **c-table**: added description on c-table for accessibility (b408df8) +- **ci**: reduced timeout in e2e (#666) (88b8818) +- **ui**: new c-table ui component (#665) (ee4c853) +- **ui**: removed n-page-header component in user-agent parser (#663) (cbf58fd) +- **ui**: removed n-p components in about page (#662) (a757a51) +- **ui**: switched naive tooltip components to custom ones (#661) (025f556) +- **spelling**: minor corrections to phrasing/spelling (#596) (8a30b6b) +- **i18n**: merge tools scoped locales with global ones (#612) (233d556) +- **c-key-value-list**: got rid of table for layout (#611) (7ab9204) +- **CI**: run e2e against built app and no longer vercel (#610) (18dd140) +- **bcrypt**: fix typo (#604) (e18bae1) + +### Chores +- **deps**: clean unused dependencies (#709) (e164afb) +- **deps**: update docker/setup-qemu-action action to v3 (#627) (4365226) +- **deps**: update docker/setup-buildx-action action to v3 (#626) (57ecda1) +- **deps**: update docker/login-action action to v3 (#625) (d8d7a3b) +- **deps**: update docker/build-push-action action to v5 (#624) (d36b18f) +- **deps**: update dependency node to v18.18.2 (#674) (eea9f91) +- **deps**: update dependency node to v18.18.0 (#636) (2d2dffb) +- **deps**: update actions/checkout action to v4 (#613) (4972159) +- **deps**: update dependency unplugin-icons to ^0.17.0 (#609) (f035f48) +- **deps**: update dependency @intlify/unplugin-vue-i18n to ^0.13.0 (#597) (d1dff42) +- **deps**: update dependency @antfu/eslint-config to ^0.41.0 (#585) (a9cd91c) +- **deps**: update dependency typescript to ~5.2.0 (#587) (f3e14fc) + +### Doc +- **readme**: added contributors list (#622) (557b304) +- **hosting**: added cloudron in the other hosting solutions section (#589) (06c3547) + ## Version 2023.08.21-6f93cba ### Features