Release v0.1.10

This commit is contained in:
Haishan 2020-03-14 16:00:12 +08:00
parent 0b20e145ca
commit c5d70b5236
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.1.9",
"version": "0.1.10",
"description": "Yet another Clash dashboard",
"main": "index.js",
"scripts": {