Update changelog

This commit is contained in:
Whispering Wind
2025-06-03 00:04:23 +03:30
committed by GitHub
parent bf191d19fc
commit 61d7d83418

View File

@ -1,18 +1,13 @@
# [1.11.0] - 2025-05-28 # [1.12.0] - 2025-06-03
#### ✨ Features & Enhancements
#### ⚠️ Attention Required * 🎨 **UI/UX:** Some **enhancements to the Settings page** with cleaner design and improved interactivity
* 🌐 **New Tabs:** Added **WARP** and **OBFS** management tabs to the settings panel for easier control
* 🔍 **OBFS:**
🚨 **Important:** Due to changes in the `normalsub` system (now using passwords in links and routing through Caddy), * Added **OBFS status API endpoint**
you must **re-activate NormalSUB** from the settings panel after upgrading to **v1.11.0**. * Introduced `--check` flag to the `manage_obfs` CLI tool
* Enabled **status checking** functionality to monitor OBFS state
Failure to do so may result in broken subscription links. * 🔧 **normalsub:** Improved `edit_subpath` with **better error handling** and **efficient Caddy reload**
* 📦 **Singbox:** Enhanced **Singbox template configuration** for better maintainability and compatibility
---
#### ✨ Features & Improvements
* 🔐 **normalsub:** Use **user password** instead of username in subscription path for improved privacy (harder to enumerate users)
* 🔁 **normalsub:** Now uses **Caddy** as a reverse proxy for better performance and flexibility
* 🧩 **WARP API:** Adapted backend to support **JSON-based status output**
* 🛠️ **Script Update:** WARP status script now outputs clean **JSON**, allowing easier parsing and integration