diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5a840..0dcba0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.4.1](https://github.com/lisiur/ChatWizard/compare/v0.4.0...v0.4.1) (2023-07-10) + + +### Bug Fixes + +* fix compatibility issue with LocalAI ([d8149a1](https://github.com/lisiur/ChatWizard/commit/d8149a1cc63d280165078fa666886bf3ca4d5f99)), closes [#56](https://github.com/lisiur/ChatWizard/issues/56) +* fix user input's link not displaying issue ([070cf8b](https://github.com/lisiur/ChatWizard/commit/070cf8bfed41e0afefe8c7330c05bbbcb2efbf6b)) +* fix user input's link not opening in default browser ([dfdb43b](https://github.com/lisiur/ChatWizard/commit/dfdb43bb0262501841fbaf2beb846503903b4f62)) + + + # [0.4.0](https://github.com/lisiur/ChatWizard/compare/v0.3.0...v0.4.0) (2023-07-09) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index 742e1fc..9fa85d6 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -73,8 +73,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_aarch64.dmg) > MacOS 可能会遇到这个问题: `"ChatWizard.app" 已损坏,无法打开。 您应该将它移到废纸篓。` > @@ -86,11 +86,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard_0.4.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard_0.4.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard_0.4.1_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard_0.4.1_amd64.AppImage) > 如果 linux 版的应用无法启动并不奇怪。这是因为这两个包都是在 ubuntu20 上构建的。或许你可以尝试在自己本地构建。 diff --git a/README.md b/README.md index 5f74605..cc03b29 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_aarch64.dmg) > MacOS users may encounter this problem: `"ChatWizard.app" is damaged and can't be opened. You should move it to the Trash.` > @@ -101,11 +101,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/ChatWizard_0.4.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/ChatWizard_0.4.1_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard_0.4.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard_0.4.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard_0.4.1_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard_0.4.1_amd64.AppImage) > It is not surprising for the app to fail to launch on a Linux system. This is likely because the two packages were built on the Ubuntu20. Perhaps you could consider building them locally. @@ -133,10 +133,10 @@ You need to install chat-wizard-cli to use plugin. ### Install chat-wizard-cli -- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard-cli_x86_64-apple-darwin) -- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard-cli_aarch64-apple-darwin) -- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard-cli_x86_64-pc-windows-msvc.exe) -- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.4.0/chat-wizard-cli_x86_64-unknown-linux-gnu) +- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard-cli_x86_64-apple-darwin) +- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard-cli_aarch64-apple-darwin) +- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard-cli_x86_64-pc-windows-msvc.exe) +- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.4.1/chat-wizard-cli_x86_64-unknown-linux-gnu) ### How to use diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 3906a64..d8b11fa 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,6 +1,8 @@ -# [0.4.0](https://github.com/lisiur/ChatWizard/compare/v0.3.0...v0.4.0) (2023-07-09) +## [0.4.1](https://github.com/lisiur/ChatWizard/compare/v0.4.0...v0.4.1) (2023-07-10) -### Features +### Bug Fixes -* support copying code block and highlighting user input's code ([bf8b19d](https://github.com/lisiur/ChatWizard/commit/bf8b19dc19f711bdcef728593e881bc287363c6e)), closes [#52](https://github.com/lisiur/ChatWizard/issues/52) \ No newline at end of file +* fix compatibility issue with LocalAI ([d8149a1](https://github.com/lisiur/ChatWizard/commit/d8149a1cc63d280165078fa666886bf3ca4d5f99)), closes [#56](https://github.com/lisiur/ChatWizard/issues/56) +* fix user input's link not displaying issue ([070cf8b](https://github.com/lisiur/ChatWizard/commit/070cf8bfed41e0afefe8c7330c05bbbcb2efbf6b)) +* fix user input's link not opening in default browser ([dfdb43b](https://github.com/lisiur/ChatWizard/commit/dfdb43bb0262501841fbaf2beb846503903b4f62)) \ No newline at end of file diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index e3a2bac..5054aaa 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChatWizard", - "version": "0.4.0" + "version": "0.4.1" }, "tauri": { "allowlist": { diff --git a/package.json b/package.json index 680dbfe..54cf3b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-wizard", - "version": "0.4.0", + "version": "0.4.1", "description": "", "main": "index.js", "scripts": { diff --git a/web/package.json b/web/package.json index fcb8a40..c11c7c2 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "chat-wizard", "private": true, - "version": "0.4.0", + "version": "0.4.1", "type": "module", "scripts": { "dev": "vite",