31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
### 🚀 **[2.4.3] – Password Editing, Telegram Enhancements & Stability Fixes**
|
||
|
||
*Released: 2025-11-06*
|
||
|
||
#### 🔐 **Security & UI Improvements**
|
||
|
||
* **Client-Side Password Validation** – Prevent weak or invalid passwords directly from the browser.
|
||
* **Editable Password Field** – Users’ passwords can now be securely updated via the user modal.
|
||
|
||
#### 🤖 **Telegram Bot Upgrades**
|
||
|
||
* Added **inline keyboard support** for clearing user notes.
|
||
* Enhanced **user detail display**, showing notes and improved formatting for admins.
|
||
|
||
#### ⚙️ **Backend & Server Enhancements**
|
||
|
||
* **Database-based Online Tracking:** Online user count now directly pulled from MongoDB instead of memory.
|
||
* **Fixed traffic bug** causing incorrect offline user status in multi-node environments.
|
||
|
||
#### 🧹 **Maintenance & Dependencies**
|
||
|
||
* Cleaned up `requirements.txt` to include only top-level dependencies.
|
||
* Dependency upgrades:
|
||
|
||
* ⬆️ `psutil` → 7.1.3
|
||
* ⬆️ `certbot` → 5.1.0
|
||
* ⬆️ `python-dotenv` → 1.2.1
|
||
* ⬆️ `fastapi` → 0.121.0
|
||
* ⬆️ `aiohttp` → 3.13.2
|
||
* ⬆️ `idna` → 3.11
|
||
* ⬆️ `click` → 8.3.0 |