24 lines
860 B
Plaintext
24 lines
860 B
Plaintext
# [1.10.0] - 2025-05-18
|
|
|
|
## ✨ New Features
|
|
|
|
### ⚙️ NormalSub Configuration Enhancements
|
|
|
|
* 🛠️ **feat:** Add NormalSub subpath editing via Settings UI
|
|
- New 'Configure' tab in the Settings panel (visible only if NormalSub is active)
|
|
- Real-time client-side validation and live subpath editing
|
|
|
|
* 🔌 **feat:** Add API endpoints
|
|
- `GET /api/v1/config/normalsub/subpath`: Fetch current subpath
|
|
- `PUT /api/v1/config/normalsub/edit_subpath`: Update the subpath securely
|
|
|
|
* 🖥️ **feat:** Add CLI command support
|
|
- `edit_subpath` option added to CLI and `normal-sub` command
|
|
- Automatically restarts the service after applying changes
|
|
|
|
* 🔧 **feat:** Add backend CLI + shell logic to update `.env` subpath for NormalSub
|
|
|
|
## 📄 Documentation
|
|
|
|
* 📚 **docs:** Add sponsorship section with referral link to README
|