From 446d2ab3af95080b3e83548f39518fea9efd2188 Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 23 Nov 2022 23:13:44 +0800 Subject: [PATCH] chore: update log --- UPDATELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/UPDATELOG.md b/UPDATELOG.md index 55fd8c4..dbd02d0 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,24 @@ +## v1.2.0 + +### Features + +- update clash meta version +- support to change external-controller +- support to change default latency test URL +- close all connections when proxy changed or profile changed +- check the config by using the core +- increase the robustness of the program +- optimize windows service mode (need to reinstall) +- optimize ui + +### Bug Fixes + +- invalid hotkey cause panic +- invalid theme setting cause panic +- fix some other glitches + +--- + ## v1.1.2 ### Features