From 404d7667e0dc9498299cbcab2878bbfe9845ba61 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sun, 23 Oct 2022 15:48:12 +0800 Subject: [PATCH] :tada: Release: v2.3.1-beta.7 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ad2564..a17d7dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fe60950d..188c81c3 100644 --- a/package.json +++ b/package.json @@ -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",