diff options
| -rw-r--r-- | CHANGELOG.md | 11 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85722f2..e5a7efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.14](https://github.com/haishanh/yacd/compare/v0.2.13...v0.2.14) (2021-01-04) + +Added: + +- support set default Clash API baseURL with data attribute in HTML template (see [details](https://github.com/haishanh/yacd/pull/550)) +- add apple-touch-icon*.png + +Fixed: + +- encode URI for latency test url + ## [0.2.13](https://github.com/haishanh/yacd/compare/v0.2.12...v0.2.13) (2020-12-06) Added: diff --git a/package.json b/package.json index a53251c..261e56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.13", + "version": "0.2.14", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src", |
