From 9d5d238082801ec1382e3e41f0ab2ee6a62e6809 Mon Sep 17 00:00:00 2001 From: Haishan Date: Wed, 17 Jun 2020 00:40:43 +0800 Subject: [PATCH] v0.1.21 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb76ac9..e536225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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) Changed: diff --git a/package.json b/package.json index 0047a3d..e8d119e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.20", + "version": "0.1.21", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",