From 4b12fea8243ab4888f37cf77527c8a29610a4a4b Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:41:04 +0330 Subject: [PATCH] Update changelog --- changelog | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/changelog b/changelog index 0ff56ed..5131a10 100644 --- a/changelog +++ b/changelog @@ -1,11 +1,9 @@ -## [1.6.0] - 2025-04-14 +## [1.7.0] - 2025-04-19 ### Changed -- ๐Ÿš€ **Optimization:** Improved user edit/remove functionality and eliminated unnecessary service restart delay. -- ๐Ÿ‘ฅ **User Management:** Enhanced kick functionality with the ability to target specific users and integrated advanced handling. -- ๐Ÿ” **API Enhancement:** Expanded `UserInfoResponse` class with additional details for a more comprehensive output. -- โ— **Bug Fix:** Improved user removal/reset API to return proper 404 errors when applicable. -- โš™๏ธ **CLI Update:** Added a new `--no-gui` flag to the `traffic-status` command for enhanced flexibility. - -### Notes -- These updates aim to streamline user operations and improve overall system responsiveness. +- ๐Ÿงช feat: Add show-user-uri-json CLI command +- ๐ŸŒ feat: Introduce user URI API endpoint +- ๐Ÿ–ฅ๏ธ feat: Integrate show_user_uri_api into the Users page +- ๐Ÿงน refactor: Move URI generation logic from ViewModel to backend logic +- ๐Ÿ“ฆ refactor: Rewrite show-user-uri to Python for consistency +- โš™๏ธ optimize: Improve server_info.sh for better performance and lower resource usage