Release v0.1.10
This commit is contained in:
parent
0b20e145ca
commit
c5d70b5236
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# 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)
|
## [0.1.9](https://github.com/haishanh/yacd/compare/v0.1.8...v0.1.9) (2020-03-01)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yacd",
|
"name": "yacd",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"description": "Yet another Clash dashboard",
|
"description": "Yet another Clash dashboard",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue