From b46f06ee1ab35463db2bd6f39cab60522940ae34 Mon Sep 17 00:00:00 2001 From: lisiur Date: Tue, 11 Apr 2023 12:56:16 +0800 Subject: [PATCH] chore: bump version to 0.0.65 --- CHANGELOG.md | 10 ++++++++++ README-ZH_CN.md | 10 +++++----- README.md | 10 +++++----- RELEASE_NOTE.md | 5 +++-- gui/tauri.conf.json | 2 +- package.json | 2 +- 6 files changed, 25 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682f541..66fece9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.0.65](https://github.com/lisiur/ChatWizard/compare/v0.0.64...v0.0.65) (2023-04-11) + + +### Features + +* optimized slash command ([0eb37c4](https://github.com/lisiur/ChatWizard/commit/0eb37c44c6c65c724d26ff27017bf02410d7d2e0)) +* optimized tray window ([aa32348](https://github.com/lisiur/ChatWizard/commit/aa3234869a10157af772434566f9645dab731a6f)) + + + ## [0.0.64](https://github.com/lisiur/ChatWizard/compare/v0.0.63...v0.0.64) (2023-04-10) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index a8b8c53..5df8eb0 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -75,8 +75,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_aarch64.dmg) > MacOS 可能会遇到这个问题: `"ChatWizard.app" 已损坏,无法打开。 您应该将它移到废纸篓。` > @@ -88,11 +88,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/chat-wizard_0.0.64_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/chat-wizard_0.0.64_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/chat-wizard_0.0.65_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/chat-wizard_0.0.65_amd64.AppImage) > 如果 linux 版的应用无法启动并不奇怪。这是因为这两个包都是在 ubuntu20 上构建的。或许你可以尝试在自己本地构建。 diff --git a/README.md b/README.md index 51b41b8..8892beb 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_aarch64.dmg) > MacOS users may encounter this problem: `"ChatWizard.app" is damaged and can't be opened. You should move it to the Trash.` > @@ -91,11 +91,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/ChatWizard_0.0.64_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/ChatWizard_0.0.65_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/chat-wizard_0.0.64_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.0.64/chat-wizard_0.0.64_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/chat-wizard_0.0.65_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.0.65/chat-wizard_0.0.65_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. diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 63dabd7..4822459 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,6 +1,7 @@ -## [0.0.64](https://github.com/lisiur/ChatWizard/compare/v0.0.63...v0.0.64) (2023-04-10) +## [0.0.65](https://github.com/lisiur/ChatWizard/compare/v0.0.64...v0.0.65) (2023-04-11) ### Features -* support slash command ([c4b231f](https://github.com/lisiur/ChatWizard/commit/c4b231fbbc8da3c48e341532a4a20ef34899be2a)) \ No newline at end of file +* optimized slash command ([0eb37c4](https://github.com/lisiur/ChatWizard/commit/0eb37c44c6c65c724d26ff27017bf02410d7d2e0)) +* optimized tray window ([aa32348](https://github.com/lisiur/ChatWizard/commit/aa3234869a10157af772434566f9645dab731a6f)) \ No newline at end of file diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index d3eb991..0dace18 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChatWizard", - "version": "0.0.64" + "version": "0.0.65" }, "tauri": { "allowlist": { diff --git a/package.json b/package.json index 174e018..40798ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-wizard", - "version": "0.0.64", + "version": "0.0.65", "description": "", "main": "index.js", "scripts": {