summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-02-28 18:09:20 +0800
committerHaishan <[email protected]>2021-02-28 18:09:20 +0800
commitd46ce57be85dc39453cb5668a49ca76e18d6ec7c (patch)
treece0f649f0bbe459e5ac6f38d80e3b783bf5e09d8
parentec4586ef3c92f7d5125cb06286a2e44c59a24bb3 (diff)
Release v0.2.15v0.2.15
-rw-r--r--CHANGELOG.md13
-rw-r--r--package.json2
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5a7efd..5dac235 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,22 @@
# Changelog
+## [0.2.15](https://github.com/haishanh/yacd/compare/v0.2.14...v0.2.15) (2021-02-28)
+
+Changed:
+
+- Display API backend info in title only when there are multiple backends
+- Changed the function of floating action button from refresh to update all providers on rules page
+
+Added:
+
+- Action button to update all proxies providers on proxies page
+
## [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
+- add apple-touch-icon\*.png
Fixed:
diff --git a/package.json b/package.json
index 844e141..dde63c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.2.14",
+ "version": "0.2.15",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",