From 25e2680cef24e16374c3a8e3e1fa82bf4bf5dc34 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 22 Jun 2020 22:39:49 +0800 Subject: [PATCH] v0.1.24 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",