From 788d4204f3aae92f4a9a19fd0ecaceddfaff8d05 Mon Sep 17 00:00:00 2001 From: ayang <473033518@qq.com> Date: Sun, 26 Mar 2023 03:16:11 +0800 Subject: [PATCH] v0.0.7 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646d7a2..8480442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ +## [0.0.7](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.6...v0.0.7) (2023-03-25) + + +### Features + +* add css autoprefixer ([#93](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/93)) ([16d28d5](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/16d28d57783788e2a2b8c4dc29795104a5731d61)) +* add GPT3Tokenizer [#90](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/90) ([#94](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/94)) ([49b7ff1](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/49b7ff13dd38a0114097d389528d34cd1df719f1)) +* add proxy ([#97](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/97)) ([fd0e493](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/fd0e49348b539ce3e117b85a1f02e2900e7c2f95)) +* confirm before delete ([#91](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/91)) ([4ad1341](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/4ad1341871d67102d448d3a53886ab0e1668b48b)) + + +### Performance Improvements + +* optimize the settings page ([#96](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/96)) ([b24b7ff](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/b24b7ffc3f8517b72e085fac80782a5f6cdf63d9)) + ## [0.0.6](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.5...v0.0.6) (2023-03-23) diff --git a/package.json b/package.json index 5b06ba9..03ee999 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ChatGPT-Desktop", "private": true, - "version": "0.0.6", + "version": "0.0.7", "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 +}