From 5b396ffba0068890e12aaf91fa3604c52cd18b1e 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: Fri, 24 Mar 2023 15:58:29 +0800 Subject: [PATCH] :tada: Release: v1.5.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fecbbdf..60f1e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## :tada: 1.5.1 (2023-03-24) + + +### :sparkles: Features + +* optimize UI, rewrite some css settings ([f47d273](https://github.com/Kuingsmile/PicList/commit/f47d273)) +* picbeds config can be reseted to empty now ([086b287](https://github.com/Kuingsmile/PicList/commit/086b287)) + + +### :bug: Bug Fixes + +* fix backgroud color mismatch problem on MacOS ([f0daf97](https://github.com/Kuingsmile/PicList/commit/f0daf97)) + + + # :tada: 1.5.0 (2023-03-20) diff --git a/package.json b/package.json index 0d9c9c9..e51e140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.5.0", + "version": "1.5.1", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"