Update changelog

This commit is contained in:
Whispering Wind
2025-08-27 22:47:34 +03:30
committed by GitHub
parent 1dbffb808c
commit 3838178aa0

View File

@ -1,18 +1,22 @@
# [1.17.0] - 2025-08-24 # [1.18.0] - 2025-08-27
#### ⚡ Performance
#### ⚡ Authentication * ⚡ **Optimized bulk user URI fetching**:
* 🚀 **Implemented Go HTTP Auth Server** for **maximum performance** * New API endpoint `/api/v1/users/uri/bulk` to fetch multiple user links in a single call
* ⚡ Removed old command-based auth system * Eliminates N separate script executions → **huge speedup** 🚀
* ⚡ Refactored `wrapper_uri.py` for faster bulk processing & maintainability
#### 👥 User Management #### ✨ Features
* **Bulk User Creation** added across: * 📤 **Bulk user link export** directly from the **Users Page**
* 🎨 Distinct **color coding** for user statuses in Web Panel
* ⏸️ **On-Hold User Activation** logic introduced in `traffic.py` (with `creation_date=None` default)
* 🖥️ **Frontend UI** #### 🐛 Fixes & Refactors
* 📡 **API Endpoint**
* 💻 **CLI Command** * 🤖 **Bot**: Properly handle escaped underscores in usernames
* 📜 **Automation Script** * 🛠️ **Webpanel**: Improved handling of malformed user data & more accurate status for on-hold users
* 🔍 New **Online User Filter & Sort** on the Users page * 🐛 Show Go installation correctly
* 🐛 Fixed: underscores now supported in usernames * 🔄 Refactored on-hold user logic into `traffic.py` for central management