Update changelog

This commit is contained in:
Whispering Wind
2025-04-14 21:39:24 +03:30
committed by GitHub
parent 2b0962a87b
commit 900f4db5b2

View File

@ -1,8 +1,11 @@
## [1.5.2] - 2025-04-14 ## [1.6.0] - 2025-04-14
### Changed ### Changed
- 🚀 Optimized user edit/remove operations to eliminate service restart delays - 🚀 **Optimization:** Improved user edit/remove functionality and eliminated unnecessary service restart delay.
- 🔧 Improved `kick` functionality with support for targeting specific users - 👥 **User Management:** Enhanced kick functionality with the ability to target specific users and integrated advanced handling.
- 🧠 Enhanced `UserInfoResponse` class with more detailed user information - 🔍 **API Enhancement:** Expanded `UserInfoResponse` class with additional details for a more comprehensive output.
- 🛠️ Improved user removal/reset API with proper 404 error handling - ❗ **Bug Fix:** Improved user removal/reset API to return proper 404 errors when applicable.
- 💻 Added `--no-gui` flag to `traffic-status` CLI command - ⚙️ **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.