From 1ea074e75fe0dd48045e6e504c821343a138a9e9 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Mon, 2 Dec 2024 20:02:06 +0800 Subject: [PATCH] :tada: Release: v2.4.0-beta.9 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cc35364..a098628b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# :tada: 2.4.0-beta.9 (2024-12-02) + + +### :bug: Bug Fixes + +* clipboard filename missing second ([c9fe402](https://github.com/Molunerfinn/PicGo/commit/c9fe402)), closes [#1293](https://github.com/Molunerfinn/PicGo/issues/1293) +* copy text bug ([c8ba547](https://github.com/Molunerfinn/PicGo/commit/c8ba547)), closes [#1210](https://github.com/Molunerfinn/PicGo/issues/1210) [#1280](https://github.com/Molunerfinn/PicGo/issues/1280) +* plugin list search bug ([04140de](https://github.com/Molunerfinn/PicGo/commit/04140de)), closes [#1297](https://github.com/Molunerfinn/PicGo/issues/1297) + + +### :package: Chore + +* update ci macos version ([316928e](https://github.com/Molunerfinn/PicGo/commit/316928e)) + + + # :tada: 2.4.0-beta.8 (2024-07-16) diff --git a/package.json b/package.json index 80aa4228a..d5d33a9ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.4.0-beta.8", + "version": "2.4.0-beta.9", "private": true, "scripts": { "build": "vue-cli-service electron:build",