summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-06-22 22:39:49 +0800
committerHaishan <[email protected]>2020-06-22 22:39:49 +0800
commit25e2680cef24e16374c3a8e3e1fa82bf4bf5dc34 (patch)
tree73447d6d25b0c491d4184b97ef59d8ee8d2b3891
parentb93c0267c88d8d64297fa6cc88ef5e3657c6cc7a (diff)
v0.1.24v0.1.24
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f701ed..8a7505a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.24](https://github.com/haishanh/yacd/compare/v0.1.23...v0.1.24) (2020-06-22)
+
+Fixed:
+
+- fix can not type in Chinese in proxy text filter input
+
## [0.1.23](https://github.com/haishanh/yacd/compare/v0.1.22...v0.1.23) (2020-06-20)
Added:
diff --git a/package.json b/package.json
index 3da6951..807b7c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.1.23",
+ "version": "0.1.24",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",