v0.1.14
This commit is contained in:
parent
e0e31efdd5
commit
d729818d11
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue