Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 20, 2023
1 parent 86d08f7 commit 4758898
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [0.0.3](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.2...v0.0.3) (2023-03-20)


### Features

* window wake up support for last position ([#30](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/30)) ([bcc0cac](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/bcc0cac4737b803796bec9dd24deb1d185b436c7))


### Performance Improvements

* optimized some details ([#31](https://github.com/bilibili-ayang/ChatGPT-desktop/issues/31)) ([86d08f7](https://github.com/bilibili-ayang/ChatGPT-desktop/commit/86d08f7230da6d6c0070698f0c43a67dc57d3b2b))

## [0.0.2](https://github.com/bilibili-ayang/ChatGPT-desktop/compare/v0.0.1...v0.0.2) (2023-03-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ChatGPT-Desktop",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "npm run build:icon && vite",
Expand Down

0 comments on commit 4758898

Please sign in to comment.