From 49894f5ed5a8950ae4acd5cfa5ffd6e3d8fb3484 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, 12 Sep 2023 19:39:59 -0700 Subject: [PATCH] :tada: Release: v2.6.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82f943..a04d5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## :tada: 2.6.1 (2023-09-13) + + +### :sparkles: Features + +* gif will be converted to animated webp now ([09a636f](https://github.com/Kuingsmile/PicList/commit/09a636f)) +* manual page now open in a new window ([b197b32](https://github.com/Kuingsmile/PicList/commit/b197b32)) +* webdav picbed now support digest auth ([2e655a4](https://github.com/Kuingsmile/PicList/commit/2e655a4)) + + +### :bug: Bug Fixes + +* fix an issue of check box in manage page ([d776600](https://github.com/Kuingsmile/PicList/commit/d776600)) + + + # :tada: 2.6.0 (2023-09-11) diff --git a/package.json b/package.json index 6046917..235fa9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.6.0", + "version": "2.6.1", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"