From 1d2e8151a824bb5c74dc8df4e45e54a440bb50c0 Mon Sep 17 00:00:00 2001 From: Kaichen <276126767@qq.com> Date: Sun, 26 Mar 2023 23:01:09 +0200 Subject: [PATCH] v0.0.8 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8480442..4aeef16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## [0.0.8](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.7...v0.0.8) (2023-03-26) + + +### Features + +* add auto updater ([#105](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/105)) ([58ca3df](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/58ca3df64f81f04e4d41045f84801868d2dfa272)) +* add token limit notification, close [#95](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/95) ([#103](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/103)) ([77a261b](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/77a261b9b32a869fff452810f8eb3e5e540f4123)) +* add token show switch ([#102](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/102)) ([76d585f](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/76d585fbd922c344f17fc34f72aac64c35b0e0b7)) +* copy app & system info ([#101](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/101)) ([000994a](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/000994aa41075f2047fdcd7854d245cf7471b3cf)) + ## [0.0.7](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.6...v0.0.7) (2023-03-25) diff --git a/package.json b/package.json index f8d75ae..3ed3c4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatgpt-desktop", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "npm run build:icon && vite", @@ -70,4 +70,4 @@ "vite": "^4.0.0", "vue-tsc": "^1.0.11" } -} \ No newline at end of file +}