Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Jun 6, 2021
1 parent 0b58242 commit 7234386
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# 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)

Changed:

- 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
- 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

Added:
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": "yacd",
"version": "0.3.0",
"version": "0.3.1",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",
Expand Down

0 comments on commit 7234386

Please sign in to comment.