Release v0.3.1

This commit is contained in:
Haishan 2021-06-06 12:51:10 +08:00
parent 0b58242f73
commit 7234386150
2 changed files with 9 additions and 3 deletions

View file

@ -1,14 +1,20 @@
# Changelog # Changelog
## [0.3.1](https://github.com/haishanh/yacd/compare/v0.3.0...v0.3.1) (2021-06-06)
Fixed:
- Fixed floating action button style
## [0.3.0](https://github.com/haishanh/yacd/compare/v0.2.15...v0.3.0) (2021-06-05) ## [0.3.0](https://github.com/haishanh/yacd/compare/v0.2.15...v0.3.0) (2021-06-05)
Changed: Changed:
- Switch the build system to use Vite. This should not change much about user experience. - Switch the build system to use Vite. This should not change much about user experience.
- Style tweaks. - Style tweaks:
- The light theme now use a light gray background instead of a pure white - The light theme now use a light gray background instead of a pure white
- Statistic blocks on Overview are now styled more like a card - Statistic blocks on Overview are now styled more like a card
- Log type badge is now ellipse shaped - Log type badges are now ellipse shaped
- Config fields are more compact now - Config fields are more compact now
Added: Added:

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.3.0", "version": "0.3.1",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"scripts": { "scripts": {
"lint": "eslint --fix --cache src", "lint": "eslint --fix --cache src",