This commit is contained in:
Haishan 2020-06-22 22:39:49 +08:00
parent b93c0267c8
commit 25e2680cef
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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",