Skip to content

Commit

Permalink
chore(main): release 1.22.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso authored Dec 9, 2024
1 parent cd24cd9 commit 0fc7d7f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zashboard",
"version": "1.21.0",
"version": "1.22.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0fc7d7f

Please sign in to comment.