diff --git a/CHANGELOG.md b/CHANGELOG.md index e536225..534e7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.22](https://github.com/haishanh/yacd/compare/v0.1.21...v0.1.22) (2020-06-18) + +Fixed: + +- fix mode switching +- fix broken "Hide unavailable proxies" setting + +Changed: + +- make proxy group lowest latency item when sorting by latency + ## [0.1.21](https://github.com/haishanh/yacd/compare/v0.1.20...v0.1.21) (2020-06-17) Fixed: diff --git a/package.json b/package.json index e8d119e..5c13bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.21", + "version": "0.1.22", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",