Update changelog

This commit is contained in:
Whispering Wind
2025-04-19 19:41:04 +03:30
committed by GitHub
parent ae8a872059
commit 4b12fea824

View File

@ -1,11 +1,9 @@
## [1.6.0] - 2025-04-14 ## [1.7.0] - 2025-04-19
### Changed ### Changed
- 🚀 **Optimization:** Improved user edit/remove functionality and eliminated unnecessary service restart delay. - 🧪 feat: Add show-user-uri-json CLI command
- 👥 **User Management:** Enhanced kick functionality with the ability to target specific users and integrated advanced handling. - 🌐 feat: Introduce user URI API endpoint
- 🔍 **API Enhancement:** Expanded `UserInfoResponse` class with additional details for a more comprehensive output. - 🖥️ feat: Integrate show_user_uri_api into the Users page
- ❗ **Bug Fix:** Improved user removal/reset API to return proper 404 errors when applicable. - 🧹 refactor: Move URI generation logic from ViewModel to backend logic
- ⚙️ **CLI Update:** Added a new `--no-gui` flag to the `traffic-status` command for enhanced flexibility. - 📦 refactor: Rewrite show-user-uri to Python for consistency
- ⚙️ optimize: Improve server_info.sh for better performance and lower resource usage
### Notes
- These updates aim to streamline user operations and improve overall system responsiveness.