diff --git a/changelog b/changelog index 7e48f00..0ff56ed 100644 --- a/changelog +++ b/changelog @@ -1,8 +1,11 @@ -## [1.5.2] - 2025-04-14 +## [1.6.0] - 2025-04-14 -### ✨ Changed -- 🚀 Optimized user edit/remove operations to eliminate service restart delays -- 🔧 Improved `kick` functionality with support for targeting specific users -- 🧠 Enhanced `UserInfoResponse` class with more detailed user information -- 🛠️ Improved user removal/reset API with proper 404 error handling -- 💻 Added `--no-gui` flag to `traffic-status` CLI command +### 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.