From 48592ec9b513455fa3450023d914f8d324325320 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sat, 19 Dec 2020 20:59:56 +0800 Subject: [PATCH] :tada: Release: v2.3.0-beta.4 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8d79cd..b09fa7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# :tada: 2.3.0-beta.4 (2020-12-19) + + +### :sparkles: Features + +* add global value for PicGo get GUI_VERSION & CORE_VERSION ([eab014d](https://github.com/Molunerfinn/PicGo/commit/eab014d)) +* **config:** auto configuration backup & fallback to avoid main process crash ([32b8b97](https://github.com/Molunerfinn/PicGo/commit/32b8b97)), closes [#568](https://github.com/Molunerfinn/PicGo/issues/568) + + +### :bug: Bug Fixes + +* disabled plugin won't be shown in plugin page ([33fdb16](https://github.com/Molunerfinn/PicGo/commit/33fdb16)) +* shortKeyConfig maybe undefined ([7b5e5ef](https://github.com/Molunerfinn/PicGo/commit/7b5e5ef)), closes [#557](https://github.com/Molunerfinn/PicGo/issues/557) +* url encode before uploading by url ([ce2b5cd](https://github.com/Molunerfinn/PicGo/commit/ce2b5cd)), closes [#581](https://github.com/Molunerfinn/PicGo/issues/581) + + +### :pencil: Documentation + +* add flutter-picgo ([92ff282](https://github.com/Molunerfinn/PicGo/commit/92ff282)) +* add gitads ([2d42381](https://github.com/Molunerfinn/PicGo/commit/2d42381)) +* rm gitads ([bb90e17](https://github.com/Molunerfinn/PicGo/commit/bb90e17)) +* update discussions in doc ([e793599](https://github.com/Molunerfinn/PicGo/commit/e793599)) +* update install command by Homebrew ([#599](https://github.com/Molunerfinn/PicGo/issues/599)) ([bd2311b](https://github.com/Molunerfinn/PicGo/commit/bd2311b)) +* update README.md ([#555](https://github.com/Molunerfinn/PicGo/issues/555)) ([2151857](https://github.com/Molunerfinn/PicGo/commit/2151857)) + + + # :tada: 2.3.0-beta.3 (2020-07-12) diff --git a/package.json b/package.json index 384d2e0d..ca1cde9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.3.0-beta.3", + "version": "2.3.0-beta.4", "private": true, "scripts": { "dev": "vue-cli-service electron:serve",