From bc1eff527d7dcbb1cd6923f11ef6f1fa71bc9c67 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: Tue, 11 Apr 2023 17:28:25 +0800 Subject: [PATCH] :tada: Release: v1.6.2 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c2687..c9d9e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## :tada: 1.6.2 (2023-04-11) + + +### :sparkles: Features + +* add check to avoid hide dock and tray at the same time ([8421925](https://github.com/Kuingsmile/PicList/commit/8421925)) +* add config import for picbed setting ([1b15ccb](https://github.com/Kuingsmile/PicList/commit/1b15ccb)) +* add config item to hide dock, only for macos ([0466fa7](https://github.com/Kuingsmile/PicList/commit/0466fa7)) +* add url encode setting ([8c7c3b2](https://github.com/Kuingsmile/PicList/commit/8c7c3b2)) +* automatically upload when clipboard changes ([3c3e7cd](https://github.com/Kuingsmile/PicList/commit/3c3e7cd)), closes [#35](https://github.com/Kuingsmile/PicList/issues/35) +* on macos, tray icon can be hidden now ([4043dbf](https://github.com/Kuingsmile/PicList/commit/4043dbf)) + + +### :bug: Bug Fixes + +* fix repeated upload bug when listening clipboard ([6c18bcb](https://github.com/Kuingsmile/PicList/commit/6c18bcb)) +* fix some bugs ([7e0991d](https://github.com/Kuingsmile/PicList/commit/7e0991d)) +* hide dock setting for non-darwin os ([fe8112b](https://github.com/Kuingsmile/PicList/commit/fe8112b)) + + +### :package: Chore + +* modify link generate script ([9915526](https://github.com/Kuingsmile/PicList/commit/9915526)) +* remove unusable console.log ([dce26ff](https://github.com/Kuingsmile/PicList/commit/dce26ff)) + + +### :zap: Performance Improvements + +* stop clipboard listening when app quit ([993d2ac](https://github.com/Kuingsmile/PicList/commit/993d2ac)) + + +### :pencil: Documentation + +* add homebrew install describe ([350e6a3](https://github.com/Kuingsmile/PicList/commit/350e6a3)) + + + ## :tada: 1.6.1 (2023-04-08) diff --git a/package.json b/package.json index 4874251..fe30674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.6.1", + "version": "1.6.2", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"