Update Changelog

This commit is contained in:
ReturnFI
2025-11-21 10:11:10 +00:00
parent 1e0c60c112
commit 24b9c9d6b0

View File

@ -1,29 +1,19 @@
🎉 **Release 2.4.7 WARP Installer Refactor & Config Improvements** # 📦 **Release 2.4.8 — Web Panel Config Manager & WARP Logging Upgrade**
*Released: 2025-11-21* *Released: 2025-11-21*
### 🔁 **Refactor** ### 🛠️ **Web Panel Configuration Management**
* 🐍 **Refactor(WARP):** Replaced the old bash-based WARP installer with a clean, robust **Python installer script**, improving maintainability, cross-platform compatibility, and readability. 🚀🐍 * ✨ Added new **configuration management functions** to the web panel
* 🧩 Centralizes settings logic for easier maintenance
### ⚙️ **Configuration Enhancements** * 🖥️ Prepares the panel for future advanced configuration features
* 🔧 Improves backendfrontend consistency and reduces duplicated logic
* 🛡️ **fix(config):** Added **default domain resolver** to the Singbox 1.14 routing configuration for improved DNS reliability and smoother routing.
👉 Contribution by **@SeyedHashtag** 💡🙌
--- ---
## 📦 **Dependency Updates** ### 🐍 **WARP Logging Refactor**
Dependencies were updated to ensure better performance, security, and compatibility: * 🔄 Replaced custom, ad-hoc logging with Pythons built-in **logging module**
* 📘 Standardized log formats across WARP management functions
* 📦 Bumped **click** → `8.3.1` * 🧹 Cleaned up unused code paths, improving readability and reliability
* 📦 Bumped **fastapi** → `0.121.2` * ⚙️ Better error visibility, structured logging, and easier debugging
* 📦 Bumped **pymongo** → `4.15.4`
* 📦 Bumped **pydantic-settings** → `2.12.0`
* 📦 Bumped **hypercorn** → `0.18.0`
## 🙌 **Special Thanks**
💙 Special appreciation to **@SeyedHashtag** for contributing the DNS resolver configuration fix and supporting cleaner routing setups.