From c4e5b1f2fee8c99d43c5760b6b9a7f7c37bd8aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Wed, 12 Apr 2023 17:28:29 +0800 Subject: [PATCH] :tada: Release: v1.7.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d9e63..d4ed00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# :tada: 1.7.0 (2023-04-12) + + +### :sparkles: Features + +* add clipbord listening menu for mini page ([04d6705](https://github.com/Kuingsmile/PicList/commit/04d6705)) + + +### :bug: Bug Fixes + +* fix macos traypage bug ([b20c6d7](https://github.com/Kuingsmile/PicList/commit/b20c6d7)) +* mac shortcut bug ([9305293](https://github.com/Kuingsmile/PicList/commit/9305293)) + + +### :package: Chore + +* add sha256 calculate script for macos build ([0bf9e91](https://github.com/Kuingsmile/PicList/commit/0bf9e91)) +* add sha256 command ([ccafb2d](https://github.com/Kuingsmile/PicList/commit/ccafb2d)) + + + ## :tada: 1.6.2 (2023-04-11) diff --git a/package.json b/package.json index 72630f0..9c3059e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.6.2", + "version": "1.7.0", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"