From d56fd19c5e5ce304cb6e8e26eddffbb406b8cc59 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 4 Jan 2021 22:48:13 +0800 Subject: Release v0.2.14 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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", -- cgit v1.3.1