From 0c21017e87639dbe1d13da2a507dc6b7f81f1d63 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, 23 May 2023 15:21:39 +0800 Subject: [PATCH] :tada: Release: v1.9.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679bd31..da6b7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## :tada: 1.9.3 (2023-05-23) + + +### :sparkles: Features + +* add addvanced rename feature ([c4b0235](https://github.com/Kuingsmile/PicList/commit/c4b0235)) +* add always on top icon on main page ([8f512fe](https://github.com/Kuingsmile/PicList/commit/8f512fe)) +* auto close timestamp rename when advanced rename is enabled ([0c6e8d1](https://github.com/Kuingsmile/PicList/commit/0c6e8d1)) +* rewrite the layout of the settings page ([5ccb899](https://github.com/Kuingsmile/PicList/commit/5ccb899)) + + +### :bug: Bug Fixes + +* fix batch delete bug of gallery page ([86505c1](https://github.com/Kuingsmile/PicList/commit/86505c1)), closes [#54](https://github.com/Kuingsmile/PicList/issues/54) + + + ## :tada: 1.9.2 (2023-05-21) diff --git a/package.json b/package.json index 4594b88..f131dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.9.2", + "version": "1.9.3", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"