v0.1.23
This commit is contained in:
parent
c600c7840a
commit
31fbdfc3df
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue