diff options
| author | Haishan <[email protected]> | 2020-03-14 16:00:12 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-14 16:00:12 +0800 |
| commit | c5d70b5236be5ce0fb067bab3c8eeb6e946a73dd (patch) | |
| tree | c9cc8faa772ca645bfa92f792c4e154cc251a242 | |
| parent | 0b20e145caa224a61a5955a2c8bc4fe6975ab000 (diff) | |
Release v0.1.10v0.1.10
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd74b0..316f4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.10](https://github.com/haishanh/yacd/compare/v0.1.9...v0.1.10) (2020-03-14) + +Fixes: + +- fix broken allow-lan switch + +Features: + +- support set theme with querystring `?theme=dark` or `?theme=light` + ## [0.1.9](https://github.com/haishanh/yacd/compare/v0.1.8...v0.1.9) (2020-03-01) Fixes: diff --git a/package.json b/package.json index 884f6b4..2d59a62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.9", + "version": "0.1.10", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": { |
