From 2d6549f8a4918bd237a7b93c993584a4c639073e Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 16 Apr 2023 11:25:13 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ab6b7d3 --- /dev/null +++ b/CHANGELOG.md @@ -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))