-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
50 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# [0.6.0](https://github.com/lisiur/ChatWizard/compare/v0.5.0...v0.6.0) (2023-08-01) | ||
# [0.7.0](https://github.com/lisiur/ChatWizard/compare/v0.6.0...v0.7.0) (2023-09-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix messages sometimes not shown when clicking a chat ([65e3501](https://github.com/lisiur/ChatWizard/commit/65e35011363c4ce720260b0542817e820e1b89d7)), closes [#64](https://github.com/lisiur/ChatWizard/issues/64) | ||
* fix the issue of being unable to copy on the web ([30e9f9d](https://github.com/lisiur/ChatWizard/commit/30e9f9dd4b9ee59b9135f1c6820e9934c917ad70)), closes [#62](https://github.com/lisiur/ChatWizard/issues/62) | ||
|
||
|
||
### Features | ||
|
||
* support config home page ([34cbb72](https://github.com/lisiur/ChatWizard/commit/34cbb728a0ef76142aaeb02c8ccc2bfd40ffe9ff)), closes [#60](https://github.com/lisiur/ChatWizard/issues/60) | ||
* add mlc compatibility ([495885f](https://github.com/lisiur/ChatWizard/commit/495885f7de5be0fa6c9fa520be1bc7cff34dfa34)), closes [#65](https://github.com/lisiur/ChatWizard/issues/65) | ||
* improve issue templates with Form Schema ([b6fe3c6](https://github.com/lisiur/ChatWizard/commit/b6fe3c6fe030e8c8c29a9db08c5b44f8e8e2ca6c)) | ||
* improve Issue templates with Form Schema ([3661260](https://github.com/lisiur/ChatWizard/commit/366126094c1c31f0dfd858a880a749c06a3bfc16)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "chat-wizard-server" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters