|
1 | 1 | # 📝 Changelog |
2 | 2 |
|
3 | | -## ⬆️[v1.1.0] - 2025-11-09 |
| 3 | +## ⬆️[v1.1.0 → v1.2.0] - 2025-12-17 |
| 4 | + |
| 5 | +### 🆕 New Features |
| 6 | +- 🌐 WebUI added online template library feature |
| 7 | +- 🛠️ Added CLI tool for configuration conversion and online template loading |
| 8 | +- 🔧 Added resetprop mode support and characteristics property |
| 9 | +- 🌍 WebUI added multi-language support |
| 10 | +- 📋 Added FORCE_DENYLIST_UNMOUNT support |
| 11 | +- 👥 Added support for multi-user environment configuration |
| 12 | + |
| 13 | +### ⚡ Improvements |
| 14 | +- 💾 Installation script changed backup file suffix to .bak for easier recovery |
| 15 | +- 📱 WebUI adapted KernelSU API 2.1.1 to support KernelSU 2.1.2+ app name and icon display |
| 16 | +- 🎨 Adapted KernelSU WebUI immersion standard |
| 17 | +- 🌐 WebUI used fetch API instead of curl command for network requests, improving compatibility |
| 18 | +- 🏗️ Modular architecture refactored Zygisk module core |
| 19 | +- 🎨 Optimized WebUI display and layout |
| 20 | +- 🏗️ Refactored WebUI template page to component-based structure |
| 21 | +- 🔄 Migrated C++ atexit implementation to Rust implementation |
| 22 | +- 📋 WebUI added configuration metadata support |
| 23 | + |
| 24 | +## ⬆️[v1.0.5 → v1.1.0] - 2025-11-09 |
4 | 25 |
|
5 | 26 | ### 🆕 New Features |
6 | 27 | - 🌐 Added WebUI interface for more friendly configuration management experience |
|
12 | 33 | - 🔧 Updated Rust edition to 2024 version, utilizing latest language features |
13 | 34 | - 📚 Optimized configuration documentation structure, improving readability and usability |
14 | 35 |
|
15 | | -## ⬆️[v1.0.5] - 2025-11-04 |
| 36 | +## ⬆️[v1.0.0 → v1.0.5] - 2025-11-04 |
16 | 37 |
|
17 | 38 | ### 🆕 New Features |
18 | 39 | - 📱 Added device template configuration for convenient application to multiple package names |
|
22 | 43 | ### ⚡ Improvements |
23 | 44 | - 🚀 Optimized core performance and size for smoother operation |
24 | 45 | - 🧩 Optimized module unloading logic, reducing memory residency time |
25 | | -- 🎯 Used local_cxa_atexit_finalize_impl to enhance stealth |
| 46 | +- 🎯 Used local_cxa_atexit_finalize_impl to enhance stealth |
0 commit comments