chore(release): 1.0.0

This commit is contained in:
Fabio Di Stasio 2023-04-16 11:25:13 +02:00
parent ba32549267
commit 2d6549f8a4
1 changed files with 23 additions and 0 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# Changelog
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.
## 1.0.0 (2023-04-16)
### Features
* add app icons ([1062f7f](https://github.com/Fabio286/mizar/commit/1062f7f7e336f00a51959851668222100b1eb0b6))
* hex or utf8 automatic conversion for server traces ([46e9d15](https://github.com/Fabio286/mizar/commit/46e9d157d695b3b0574288a752b4226f3ec73bd4))
* pinia store implementation ([b87c6df](https://github.com/Fabio286/mizar/commit/b87c6df3a0d163a2d7fe3fe0075bbbfbb6b7fb7e))
* settings modal to change locale ([2265a3e](https://github.com/Fabio286/mizar/commit/2265a3e40eaa4d957c8922a0e0a3b30d6dcf0eeb))
### Bug Fixes
* step test not working ([26cbfeb](https://github.com/Fabio286/mizar/commit/26cbfebdc205318a41972bdc363dd2c23c2029b3))
### Improvements
* improved performance in console trace render, closes [#7](https://github.com/Fabio286/mizar/issues/7) ([45c9537](https://github.com/Fabio286/mizar/commit/45c9537cc91a1b5b635e5f4ffc024c27c902caeb))