From 624e5738d1627936402edf3c23d36a10e4db72c7 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Thu, 5 Jan 2023 09:05:17 +0800 Subject: [PATCH] :tada: Release: v2.4.0-beta.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c65744..42c418b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# :tada: 2.4.0-beta.0 (2023-01-05) + + +### :sparkles: Features + +* add file-name in gallery & add unknown-file-type placholder image ([f0787d3](https://github.com/Molunerfinn/PicGo/commit/f0787d3)), closes [#1050](https://github.com/Molunerfinn/PicGo/issues/1050) +* add file-name in tray-page ([c011654](https://github.com/Molunerfinn/PicGo/commit/c011654)), closes [#1054](https://github.com/Molunerfinn/PicGo/issues/1054) +* support multiple config ([#1016](https://github.com/Molunerfinn/PicGo/issues/1016)) ([9555649](https://github.com/Molunerfinn/PicGo/commit/9555649)) + + +### :bug: Bug Fixes + +* handleUploaderConfig should be placed in main/utils ([fc897ce](https://github.com/Molunerfinn/PicGo/commit/fc897ce)) +* nsis script ([44f5fbb](https://github.com/Molunerfinn/PicGo/commit/44f5fbb)), closes [#1019](https://github.com/Molunerfinn/PicGo/issues/1019) + + +### :pencil: Documentation + +* update FAQ.md ([#1011](https://github.com/Molunerfinn/PicGo/issues/1011)) ([05998bb](https://github.com/Molunerfinn/PicGo/commit/05998bb)) + + + ## :tada: 2.3.1 (2022-11-13) diff --git a/package.json b/package.json index c8df278b..7d52c897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.3.1", + "version": "2.4.0-beta.0", "private": true, "scripts": { "dev": "vue-cli-service electron:serve",