|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 5 | +## Version 2023.11.01-e164afb |
| 6 | + |
| 7 | +### Features |
| 8 | +- **command-palette**: clear prompt on palette close (#708) (d013696) |
| 9 | +- **command-palette**: added about page in command palette (99b1eb9) |
| 10 | +- **new tool**: random MAC address generator (#657) (cc3425d) |
| 11 | +- **case-converter**: added mocking case (#705) (681f7bf) |
| 12 | +- **date-converter**: added excel date time format (#704) (f5eb7a8) |
| 13 | +- **i18n**: token generator (#688) (02e68d3) |
| 14 | +- **i18n**: home page (#687) (00562ed) |
| 15 | +- **i18n**: support for i18n in .ts files (#683) (ebb4ec4) |
| 16 | +- **i18n**: tool card (#682) (84a4a64) |
| 17 | +- **i18n**: about page (#680) (a2b53c2) |
| 18 | +- **i18n**: 404 page (#679) (35563b8) |
| 19 | +- **new tool**: text to ascii converter (#669) (b2ad4f7) |
| 20 | +- **new tool**: ULID generator (#623) (5c4d775) |
| 21 | +- **new tool**: add wifi qr code generator (#599) (0eedce6) |
| 22 | +- **new tool**: iban validation and parser (#591) (3a63837) |
| 23 | +- **new tool**: text diff and comparator (#588) (81bfe57) |
| 24 | + |
| 25 | +### Bug fixes |
| 26 | +- **deps**: fix issue on slugify (#593) (#673) (720201a) |
| 27 | +- **deps**: update dependency monaco-editor to ^0.43.0 (#620) (e371ef7) |
| 28 | +- **deps**: update dependency sql-formatter to v13 (#606) (c7d4562) |
| 29 | + |
| 30 | +### Refactoring |
| 31 | +- **ui**: better ui demo preview menu (#664) (015c673) |
| 32 | +- **color-converter**: improved color-converter UX (#701) (abb8335) |
| 33 | +- **docker**: improved docker config (#700) (020e9cb) |
| 34 | +- **c-table**: added description on c-table for accessibility (b408df8) |
| 35 | +- **ci**: reduced timeout in e2e (#666) (88b8818) |
| 36 | +- **ui**: new c-table ui component (#665) (ee4c853) |
| 37 | +- **ui**: removed n-page-header component in user-agent parser (#663) (cbf58fd) |
| 38 | +- **ui**: removed n-p components in about page (#662) (a757a51) |
| 39 | +- **ui**: switched naive tooltip components to custom ones (#661) (025f556) |
| 40 | +- **spelling**: minor corrections to phrasing/spelling (#596) (8a30b6b) |
| 41 | +- **i18n**: merge tools scoped locales with global ones (#612) (233d556) |
| 42 | +- **c-key-value-list**: got rid of table for layout (#611) (7ab9204) |
| 43 | +- **CI**: run e2e against built app and no longer vercel (#610) (18dd140) |
| 44 | +- **bcrypt**: fix typo (#604) (e18bae1) |
| 45 | + |
| 46 | +### Chores |
| 47 | +- **deps**: clean unused dependencies (#709) (e164afb) |
| 48 | +- **deps**: update docker/setup-qemu-action action to v3 (#627) (4365226) |
| 49 | +- **deps**: update docker/setup-buildx-action action to v3 (#626) (57ecda1) |
| 50 | +- **deps**: update docker/login-action action to v3 (#625) (d8d7a3b) |
| 51 | +- **deps**: update docker/build-push-action action to v5 (#624) (d36b18f) |
| 52 | +- **deps**: update dependency node to v18.18.2 (#674) (eea9f91) |
| 53 | +- **deps**: update dependency node to v18.18.0 (#636) (2d2dffb) |
| 54 | +- **deps**: update actions/checkout action to v4 (#613) (4972159) |
| 55 | +- **deps**: update dependency unplugin-icons to ^0.17.0 (#609) (f035f48) |
| 56 | +- **deps**: update dependency @intlify/unplugin-vue-i18n to ^0.13.0 (#597) (d1dff42) |
| 57 | +- **deps**: update dependency @antfu/eslint-config to ^0.41.0 (#585) (a9cd91c) |
| 58 | +- **deps**: update dependency typescript to ~5.2.0 (#587) (f3e14fc) |
| 59 | + |
| 60 | +### Doc |
| 61 | +- **readme**: added contributors list (#622) (557b304) |
| 62 | +- **hosting**: added cloudron in the other hosting solutions section (#589) (06c3547) |
| 63 | + |
5 | 64 | ## Version 2023.08.21-6f93cba |
6 | 65 |
|
7 | 66 | ### Features |
|
0 commit comments