From 7234386150cbcf15c103381fd1de41431e809d1b Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 6 Jun 2021 12:51:10 +0800 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650ab8d..c17dcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index 45630e5..60ec97d 100644 --- a/package.json +++ b/package.json @@ -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",