From 0fc7d7f3bd05f2d27275e11fcfcaa0fbcfd5c57d Mon Sep 17 00:00:00 2001 From: Zephyruso <176294927+Zephyruso@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:08:59 +0800 Subject: [PATCH] chore(main): release 1.22.0 (#68) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fd5c1a..32c67528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.22.0](https://github.com/Zephyruso/zashboard/compare/v1.21.0...v1.22.0) (2024-12-09) + + +### Features + +* allow setting protocol in params-based setup ([#70](https://github.com/Zephyruso/zashboard/issues/70)) ([1c26b96](https://github.com/Zephyruso/zashboard/commit/1c26b960579f502834ae045697ed970e79adb0f2)) +* jump to settings page when request status's code is `401` ([#69](https://github.com/Zephyruso/zashboard/issues/69)) ([dd0a044](https://github.com/Zephyruso/zashboard/commit/dd0a04441f6010d225337779f0616603a96545d8)) + + +### Bug Fixes + +* host save for setup & style ([cd24cd9](https://github.com/Zephyruso/zashboard/commit/cd24cd9a24bed5c43ffcf50b2ba2d014304e8f9c)) +* icon can not be seen clearly due to [#66](https://github.com/Zephyruso/zashboard/issues/66) ([#67](https://github.com/Zephyruso/zashboard/issues/67)) ([f8c8810](https://github.com/Zephyruso/zashboard/commit/f8c8810eb5f74c6cc88ff96fce4d165f530604ab)) +* respect the system's language settings ([7e31034](https://github.com/Zephyruso/zashboard/commit/7e31034e244e107533f2a09925dd13a76a8e4145)) +* unify shadow & rounded ([3f560ac](https://github.com/Zephyruso/zashboard/commit/3f560ac3b3969f025defdb5bee022125d4b5e69d)) + ## [1.21.0](https://github.com/Zephyruso/zashboard/compare/v1.20.1...v1.21.0) (2024-12-08) diff --git a/package.json b/package.json index d17c91d5..4c6027b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zashboard", - "version": "1.21.0", + "version": "1.22.0", "type": "module", "scripts": { "dev": "vite",