Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Jun 5, 2021
1 parent a62e2c9 commit 966a625
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

## [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.
- 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
- Config fields are more compact now

Added:

- Request logs with configured log level
- Reconnect logs web socket on log level config change

## [0.2.15](https://github.com/haishanh/yacd/compare/v0.2.14...v0.2.15) (2021-02-28)

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

0 comments on commit 966a625

Please sign in to comment.