Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 3838178

Browse files
authored
Update changelog
1 parent 1dbffb8 commit 3838178

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

changelog

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# [1.17.0] - 2025-08-24
1+
# [1.18.0] - 2025-08-27
22

3+
#### ⚡ Performance
34

4-
####Authentication
5+
***Optimized bulk user URI fetching**:
56

6-
* 🚀 **Implemented Go HTTP Auth Server** for **maximum performance**
7-
* ⚡ Removed old command-based auth system
7+
* New API endpoint `/api/v1/users/uri/bulk` to fetch multiple user links in a single call
8+
* Eliminates N separate script executions → **huge speedup** 🚀
9+
* ⚡ Refactored `wrapper_uri.py` for faster bulk processing & maintainability
810

9-
#### 👥 User Management
11+
#### ✨ Features
1012

11-
* ✨ **Bulk User Creation** added across:
13+
* 📤 **Bulk user link export** directly from the **Users Page**
14+
* 🎨 Distinct **color coding** for user statuses in Web Panel
15+
* ⏸️ **On-Hold User Activation** logic introduced in `traffic.py` (with `creation_date=None` default)
1216

13-
* 🖥️ **Frontend UI**
14-
* 📡 **API Endpoint**
15-
* 💻 **CLI Command**
16-
* 📜 **Automation Script**
17-
* 🔍 New **Online User Filter & Sort** on the Users page
18-
* 🐛 Fixed: underscores now supported in usernames
17+
#### 🐛 Fixes & Refactors
18+
19+
* 🤖 **Bot**: Properly handle escaped underscores in usernames
20+
* 🛠️ **Webpanel**: Improved handling of malformed user data & more accurate status for on-hold users
21+
* 🐛 Show Go installation correctly
22+
* 🔄 Refactored on-hold user logic into `traffic.py` for central management

0 commit comments

Comments
 (0)