summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-01-04 22:48:13 +0800
committerHaishan <[email protected]>2021-01-04 22:48:13 +0800
commitd56fd19c5e5ce304cb6e8e26eddffbb406b8cc59 (patch)
treef79944642ee6cb53ecbb9dd2a6749ce0153101e3
parentbf24ab6ff3f0b96e7acd63f4aeef448f3f0f694a (diff)
Release v0.2.14v0.2.14
-rw-r--r--CHANGELOG.md11
-rw-r--r--package.json2
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",