This repository was archived by the owner on Jul 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments