From f39a5ac9c2b123e6f9e1049574faf6fc22a0544c Mon Sep 17 00:00:00 2001 From: GyDi Date: Sat, 12 Aug 2023 16:11:50 +0800 Subject: [PATCH] chore: update log --- UPDATELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/UPDATELOG.md b/UPDATELOG.md index edeed0b..759634f 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,26 @@ +## v1.3.6 + +### Features + +- add russian translation +- support to show connection detail +- support clash meta memory usage display +- support proxy provider update ui +- update geo data file from meta repo +- adjust setting page + +### Bug Fixes + +- center the window when it is out of screen +- use `sudo` when `pkexec` not found (Linux) +- reconnect websocket when window focus + +### Notes + +- The current version of the Linux installation package is built by Ubuntu 20.04 (Github Action). + +--- + ## v1.3.5 ### Features