From 6a745db0b9febddaa9f4d16833a1d585a105d838 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 23 Jul 2022 20:20:10 +0800 Subject: [PATCH] v0.3.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1503bea..2776fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.6](https://github.com/haishanh/yacd/compare/v0.3.5...v0.3.6) (2022-07-23) + +Changed: + +- Make proxy item card same width +- Always show update and health check buttons for providers + +Fixed: + +- Encode latency test url +- Encode proxy or group name when they are parts of API url + ## [0.3.5](https://github.com/haishanh/yacd/compare/v0.3.4...v0.3.5) (2022-05-14) Added: diff --git a/package.json b/package.json index 08531ba..6388fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.3.5", + "version": "0.3.6", "description": "Yet another Clash dashboard", "prettier": { "printWidth": 100,