diff options
| author | Haishan <[email protected]> | 2020-06-20 22:37:35 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-20 22:37:35 +0800 |
| commit | 31fbdfc3df61441f7caf507c83a8e38c503bd7ef (patch) | |
| tree | f22f7f20f8f70337fa0fb24971e0109a18c97e8b | |
| parent | c600c7840a948fa810564c944ddcf6884551ecbf (diff) | |
v0.1.23v0.1.23
| -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 534e7e6..3f701ed 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/package.json b/package.json index b18df95..3da6951 100644 --- a/package.json +++ b/package.json @@ -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", |
