Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelckc committed Mar 26, 2023
1 parent 58ca3df commit 1d2e815
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -70,4 +70,4 @@
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}
}

0 comments on commit 1d2e815

Please sign in to comment.