This commit is contained in:
Haishan 2020-05-17 22:02:30 +08:00
parent e0e31efdd5
commit d729818d11
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [0.1.14](https://github.com/haishanh/yacd/compare/v0.1.13...v0.1.14) (2020-05-17)
Added:
- button to pause connection refresh
Fixed:
- sorting option accessibility issue due to incorrect background in dark mode
## [0.1.13](https://github.com/haishanh/yacd/compare/v0.1.12...v0.1.13) (2020-05-01)
Changed:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.1.13",
"version": "0.1.14",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",