This commit is contained in:
Haishan 2020-06-20 22:37:35 +08:00
parent c600c7840a
commit 31fbdfc3df
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [0.1.23](https://github.com/haishanh/yacd/compare/v0.1.22...v0.1.23) (2020-06-20)
Added:
- add a simple filter for proxy names
Fixed:
- fix color display for unavailable proxy item
## [0.1.22](https://github.com/haishanh/yacd/compare/v0.1.21...v0.1.22) (2020-06-18)
Fixed:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.1.22",
"version": "0.1.23",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",