From d99eff0317474e3ad1678963019c556cfb2f8263 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 24 May 2025 20:40:32 +0330 Subject: [PATCH] Update changelog --- changelog | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/changelog b/changelog index 4145713..2ed5cf2 100644 --- a/changelog +++ b/changelog @@ -1,23 +1,15 @@ -# [1.10.0] - 2025-05-18 +# [1.10.1] - 2025-05-24 ## โœจ New Features -### โš™๏ธ NormalSub Configuration Enhancements +* ๐Ÿ” **feat:** Add option to reset Web Panel admin credentials via CLI +* ๐Ÿงฉ **feat:** Add "Reset Web Panel credentials" option to Bash menu +* ๐ŸŒ **feat:** Add API endpoint to fetch IP Limiter configuration -* ๐Ÿ› ๏ธ **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 +## ๐Ÿ–Œ๏ธ UI Improvements -* ๐Ÿ”Œ **feat:** Add API endpoints - - `GET /api/v1/config/normalsub/subpath`: Fetch current subpath - - `PUT /api/v1/config/normalsub/edit_subpath`: Update the subpath securely +* ๐Ÿงผ **clean:** Removed shield icons from footer for a cleaner look -* ๐Ÿ–ฅ๏ธ **feat:** Add CLI command support - - `edit_subpath` option added to CLI and `normal-sub` command - - Automatically restarts the service after applying changes +## ๐Ÿ› Fixes -* ๐Ÿ”ง **feat:** Add backend CLI + shell logic to update `.env` subpath for NormalSub - -## ๐Ÿ“„ Documentation - -* ๐Ÿ“š **docs:** Add sponsorship section with referral link to README +* ๐Ÿ“Š **fix:** Align memory usage reporting with `free -m` in `server_info.py`