|
1 | | -#### Changelog v1.9.1 - 02-08-2025 |
2 | | -- fix(iptables): switch to --set-xmark and reorder TProxy skip |
| 1 | +#### Changelog v1.10.0 - 21-08-25 |
| 2 | +### ✨ Features |
| 3 | +- **Network Control** |
| 4 | + - Introduced **network-based service control** with Wi-Fi/SSID options. |
| 5 | +- **Clash** |
| 6 | + - Added support for **multiple subscription URLs and configs**. |
| 7 | +- **Subscriptions** |
| 8 | + - Added **sing-box subscription support**. |
| 9 | +- **Installer & Updater** |
| 10 | + - Improved install & update flow: |
| 11 | + - Added **progress bars** and **ghfast prompt**. |
| 12 | + - Enhanced logging polish. |
| 13 | +- **Service** |
| 14 | + - Improved config file handling (**Sync BFR Manager**). |
| 15 | +- **Logging & CLI** |
| 16 | + - Added help menus, enhanced update/reload routines. |
| 17 | + |
| 18 | +### 🛠 Fixes |
| 19 | +- **Network Switch** |
| 20 | + - Improved Wi-Fi SSID list handling. |
| 21 | +- **Subscription** |
| 22 | + - `box.service` now auto-restarts when subscription updates with `renew=true`. |
| 23 | + - Fixed creation of `clash_provide_config` and subscription settings update. |
| 24 | +- **Clash / Connectivity** |
| 25 | + - Reverted socket MARK rules in `box.iptables` to restore UDP connectivity ([#195](https://github.com/taamarin/box_for_magisk/issues/195)). |
| 26 | +- **Service** |
| 27 | + - Added unified config error handler to update module status correctly. |
| 28 | +- **General** |
| 29 | + - Improved logging, startup handling, and binary checks. |
| 30 | + |
| 31 | +### 🔧 Improvements & Refactors |
| 32 | +- **Customize** |
| 33 | + - Refactored binary update flow and mirror selection. |
| 34 | +- **Service** |
| 35 | + - Refined log cleanup rules. |
| 36 | +- **Scripts** |
| 37 | + - Added `settings.ini` validation to all entry scripts. |
| 38 | + - Unified output suppression format to `>/dev/null 2>&1`. |
| 39 | + |
| 40 | +### 🧹 Chore |
| 41 | +- Removed legacy `tun_forward_ip_rules` support. |
0 commit comments