Update changelog
This commit is contained in:
28
changelog
28
changelog
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user