|
1 | 1 | # 📝 CHANGELOG |
2 | 2 |
|
| 3 | +## 🚀 v2.10.0 → v2.10.3 (October 17, 2025) |
| 4 | + |
| 5 | +### ⚠️ Experimental Adaptation Notice |
| 6 | + |
| 7 | +- **Dimensity 8300/9200/9300/9400 Frequency Tables** 📱 |
| 8 | + - Experimental chips do not have voltage reduction nodes, so voltage reduction functionality is not effective. The voltage values in their frequency tables are only for alignment with other frequency tables. |
| 9 | + |
| 10 | +### ✨ New Features |
| 11 | + |
| 12 | +- **Add Process Conflict Detection** 🔍 |
| 13 | + - Added process conflict detection mechanism to improve system stability. |
| 14 | +- **Add Documentation Cleanup Function** 🧹 |
| 15 | + - Provides documentation cleanup, automatically selecting required language documentation. |
| 16 | +- **Add Multi-language Support for Module Information** 🌍 |
| 17 | + - Module information now supports multi-language display, improving internationalization experience. |
| 18 | +- **(Experimental addition of Dimensity 8300 frequency table)** 📱 |
| 19 | + - Added experimental support for Dimensity 8300 chip, expanding device compatibility. |
| 20 | +- **(Experimental addition of Dimensity 9200/9300/9400 frequency tables)** 📱 |
| 21 | + - Added experimental support for Dimensity 9200/9300/9400 chips, further expanding device compatibility. |
| 22 | + |
| 23 | +### 🔧 Improvements |
| 24 | + |
| 25 | +- **Optimize Mode Switching Loading** ⚡ |
| 26 | + - Improved loading speed and smoothness during mode switching. |
| 27 | +- **Optimize DDR Level Write Cache** 💾 |
| 28 | + - Improved cache write mechanism for DDR frequency levels, increasing response speed. |
| 29 | +- **Optimize V1 Driver Frequency Writing** 🔧 |
| 30 | + - Optimized frequency writing method for V1 drivers, improving compatibility. |
| 31 | +- **Complete Refactor of Module Scripts** 🔄 |
| 32 | + - Comprehensive refactor of module scripts, improving code quality and execution efficiency. |
| 33 | +- **Functional Programming Refactor of Module Scripts** 💻 |
| 34 | + - Adopted functional programming concepts to refactor module scripts, improving code maintainability. |
| 35 | +- **Optimize Module Status Display** 📊 |
| 36 | + - Improved display method of module status information, providing clearer status feedback. |
| 37 | +- **Refactor Documentation into Multiple Files** 📚 |
| 38 | + - Split documentation into multiple files, improving documentation management and reading experience. |
| 39 | +- **Optimize WebUI Configuration Writing Method** 🌐 |
| 40 | + - Improved WebUI's configuration writing mechanism, enhancing user experience and data consistency. |
| 41 | + |
| 42 | +### 🐛 Bug Fixes |
| 43 | + |
| 44 | +- **Fix Log Rotation** 📝 |
| 45 | + - Resolved issues in the log rotation mechanism to ensure normal operation of the logging system. |
| 46 | +- **Fix Game List Mode Switching Configuration Hot Reload** 🎮 |
| 47 | + - Fixed the issue where configuration could not be hot reloaded when switching modes in the game list. |
| 48 | +- **Fix Issue with Frequency Not Being Reduced in Idle State** 😴 |
| 49 | + - Resolved the issue where frequency might not be correctly reduced when device is idle, optimizing power management. |
| 50 | + |
3 | 51 | ## 🚀 v2.9.0 → v2.10.0 (October 3, 2025) |
4 | 52 |
|
5 | 53 | > ⚠️ **Important Notice** |
|
0 commit comments