From 3f50c3ff1e21cd15a11da7403c9a27b127cc936e 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: Thu, 6 Apr 2023 22:37:27 +0800 Subject: [PATCH] :tada: Release: v1.6.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e124e..a4d0531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# :tada: 1.6.0 (2023-04-06) + + +### :sparkles: Features + +* add batch rename , sort and more search options for gallery ([38e48df](https://github.com/Kuingsmile/PicList/commit/38e48df)) +* add dock menu and appbar menu ([19e1191](https://github.com/Kuingsmile/PicList/commit/19e1191)) +* support auto update now ([e39cac9](https://github.com/Kuingsmile/PicList/commit/e39cac9)) +* users can set start mode now, mini window position will be remembered ([76c0cfb](https://github.com/Kuingsmile/PicList/commit/76c0cfb)) + + +### :bug: Bug Fixes + +* fix linux build bug caused by sharp ([1dc70e6](https://github.com/Kuingsmile/PicList/commit/1dc70e6)), closes [#29](https://github.com/Kuingsmile/PicList/issues/29) + + +### :package: Chore + +* change macos icon files ([107e8ae](https://github.com/Kuingsmile/PicList/commit/107e8ae)) +* modify icon size ([ca950db](https://github.com/Kuingsmile/PicList/commit/ca950db)) + + +### :pencil: Documentation + +* update FAQ ([a05fbf6](https://github.com/Kuingsmile/PicList/commit/a05fbf6)) + + + ## :tada: 1.5.3 (2023-03-29) diff --git a/package.json b/package.json index 662c376..c6c397f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.5.3", + "version": "1.6.0", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"