From f695e7ccaf0d986b0932c7051a09e153b1e65587 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Tue, 9 Dec 2025 15:47:26 +0800 Subject: [PATCH] :tada: Release: v2.4.1-beta.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92f760..7fec45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## :tada: 2.4.1-beta.0 (2025-12-09) + + +### :bug: Bug Fixes + +* fix docs link ([d6c0a85](https://github.com/Molunerfinn/PicGo/commit/d6c0a85)) +* pic-migrater post handler error ([b421c4b](https://github.com/Molunerfinn/PicGo/commit/b421c4b)) +* tray window clipboard image not show bug ([#1362](https://github.com/Molunerfinn/PicGo/issues/1362)) ([56f61d4](https://github.com/Molunerfinn/PicGo/commit/56f61d4)) + + +### :package: Chore + +* change release url ([9d4ea82](https://github.com/Molunerfinn/PicGo/commit/9d4ea82)) +* disabled build universal installer ([366ac11](https://github.com/Molunerfinn/PicGo/commit/366ac11)) +* fix some workflow bug ([db627a4](https://github.com/Molunerfinn/PicGo/commit/db627a4)) +* fix upload dist arch bug ([8e94b2a](https://github.com/Molunerfinn/PicGo/commit/8e94b2a)) +* upgrade electron version && migrate to electron-vite ([#1361](https://github.com/Molunerfinn/PicGo/issues/1361)) ([070ce2b](https://github.com/Molunerfinn/PicGo/commit/070ce2b)) + + + # :tada: 2.4.0 (2025-11-23) diff --git a/package.json b/package.json index c9bd532..3a33374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.4.0", + "version": "2.4.1-beta.0", "private": true, "main": "dist_electron/main/index.js", "description": "A powerful & simple image uploader for creators.",