Skip to content

Commit

Permalink
🎉 Release: v2.3.1-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Oct 23, 2022
1 parent 012a01d commit 404d766
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## :tada: 2.3.1-beta.7 (2022-10-23)


### :sparkles: Features

* add zh-TW.yml ([#976](https://github.com/Molunerfinn/PicGo/issues/976)) ([72371de](https://github.com/Molunerfinn/PicGo/commit/72371de))


### :bug: Bug Fixes

* change decodeURI -> decodeURIComponent & encode also ([7677f1e](https://github.com/Molunerfinn/PicGo/commit/7677f1e))
* macOS tray icon background color bug ([9791ff2](https://github.com/Molunerfinn/PicGo/commit/9791ff2)), closes [#970](https://github.com/Molunerfinn/PicGo/issues/970)
* some bugs will case picgo-gui-local.log too large ([012a01d](https://github.com/Molunerfinn/PicGo/commit/012a01d)), closes [#995](https://github.com/Molunerfinn/PicGo/issues/995)
* some case will cause picgo-gui-local.log too large ([3c01861](https://github.com/Molunerfinn/PicGo/commit/3c01861))
* some texts in zh-TW ([#978](https://github.com/Molunerfinn/PicGo/issues/978)) ([531bc13](https://github.com/Molunerfinn/PicGo/commit/531bc13))


### :pencil: Documentation

* update readme & FAQ ([d438f82](https://github.com/Molunerfinn/PicGo/commit/d438f82))



## :tada: 2.3.1-beta.6 (2022-09-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.3.1-beta.6",
"version": "2.3.1-beta.7",
"private": true,
"scripts": {
"dev": "vue-cli-service electron:serve",
Expand Down

0 comments on commit 404d766

Please sign in to comment.