From fccf32f3657fc16b842259cb800f2a8355151ca8 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Thu, 14 Mar 2024 11:05:39 +0800 Subject: [PATCH] :tada: Release: v2.8.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a66141..fc6a6719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# :tada: 2.8.0 (2024-03-14) + + +### :sparkles: Features + +* **custom:** add c1n token setting ([1fdc8fc](https://github.com/Kuingsmile/piclist/commit/1fdc8fc)) +* **custom:** add support for cf worker short url service ([9c6504c](https://github.com/Kuingsmile/piclist/commit/9c6504c)), closes [#170](https://github.com/Kuingsmile/piclist/issues/170) +* **custom:** optimize aliyun upload ([2373c64](https://github.com/Kuingsmile/piclist/commit/2373c64)) +* **custom:** support force refresh gallery page ([cafb4d5](https://github.com/Kuingsmile/piclist/commit/cafb4d5)) + + +### :pencil: Documentation + +* **custom:** prepare for v2.8.0 ([ac2cb0d](https://github.com/Kuingsmile/piclist/commit/ac2cb0d)) +* **custom:** update docs ([8d46c9c](https://github.com/Kuingsmile/piclist/commit/8d46c9c)) +* **custom:** update FAQ ([3e17647](https://github.com/Kuingsmile/piclist/commit/3e17647)) +* **custom:** update wechat ([2c1f40a](https://github.com/Kuingsmile/piclist/commit/2c1f40a)) +* **custom:** update wechat group ([dcf5121](https://github.com/Kuingsmile/piclist/commit/dcf5121)) + + + ## :tada: 2.7.4 (2024-02-25) diff --git a/package.json b/package.json index 968dc39a..16c4ac41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.7.4", + "version": "2.8.0", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"