diff options
| author | Haishan <[email protected]> | 2020-06-07 18:45:13 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-07 18:45:13 +0800 |
| commit | 2ef281c7cde8837b4d02825d73da8ecc287c9a7e (patch) | |
| tree | 2409ba2a9aa3ebf5c8dc27beaa4e660dfa4227e9 | |
| parent | 361effbd9864f8da3456fcd06094c30919fd822e (diff) | |
v0.1.19v0.1.19
| -rw-r--r-- | CHANGELOG.md | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 861d7bd..3dcff26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.19](https://github.com/haishanh/yacd/compare/v0.1.18...v0.1.19) (2020-06-07) + +Added: + +- modal prompt to close previous connections when switch proxy + +Fixed: + +- mode not display correctly due to clash API change + +Changed: + +- switch primary font family from "Merriweather Sans" to "Inter", also starting to self hosting font files + ## [0.1.18](https://github.com/haishanh/yacd/compare/v0.1.17...v0.1.18) (2020-06-04) Added: diff --git a/package.json b/package.json index 1dad5de..15b8bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.18", + "version": "0.1.19", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src", |
