v0.1.21
This commit is contained in:
parent
629062d945
commit
9d5d238082
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.21](https://github.com/haishanh/yacd/compare/v0.1.20...v0.1.21) (2020-06-17)
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
- default to big latency for items with unavailable statistics when sorting
|
||||||
|
|
||||||
|
Added:
|
||||||
|
|
||||||
|
- a toggle to close old connections automatically when switching proxy
|
||||||
|
- use special color for non-proxy summary view dot item
|
||||||
|
|
||||||
## [0.1.20](https://github.com/haishanh/yacd/compare/v0.1.19...v0.1.20) (2020-06-08)
|
## [0.1.20](https://github.com/haishanh/yacd/compare/v0.1.19...v0.1.20) (2020-06-08)
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yacd",
|
"name": "yacd",
|
||||||
"version": "0.1.20",
|
"version": "0.1.21",
|
||||||
"description": "Yet another Clash dashboard",
|
"description": "Yet another Clash dashboard",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --fix --cache src",
|
"lint": "eslint --fix --cache src",
|
||||||
|
|
Loading…
Reference in a new issue