|
1 | 1 | # 📝 CHANGELOG |
2 | 2 |
|
| 3 | +## ⬆️ v2.10.3 → v2.11.0 (November 30, 2025) |
| 4 | + |
| 5 | +> ⚠️ **Important Notice** |
| 6 | +> |
| 7 | +> In the frequency tables of processors that do not support voltage reduction, the voltage field is only a placeholder for alignment with other frequency tables, and the actual voltage reduction function does not take effect. |
| 8 | +
|
| 9 | +### ✨ New Features |
| 10 | + |
| 11 | +- **Add Dimensity 6080 frequency table** 📱 |
| 12 | + - Added support for Dimensity 6080 chip, expanding device compatibility. |
| 13 | +- **Add Dimensity 7300 frequency table** 📱 |
| 14 | + - Added support for Dimensity 7300 chip, further expanding device compatibility. |
| 15 | +- **WebUI add WebUI-X API support** 🌐 |
| 16 | + - Game list supports fetching app icons and names via WebUI-X API, enhancing user experience. |
| 17 | +- **WebUI implement multi-level app information retrieval strategy** 🔍 |
| 18 | + - Priority use of KernelSU API for app information retrieval, improving accuracy and efficiency. |
| 19 | + |
| 20 | +### 🔧 Improvements |
| 21 | + |
| 22 | +- **Optimize path existence check during initialization** ⚡ |
| 23 | + - Improved path checking logic during initialization, enhancing startup efficiency. |
| 24 | +- **Optimize file judgment logic** 📁 |
| 25 | + - Improved file existence and type judgment logic, enhancing system stability. |
| 26 | +- **Format code** 💻 |
| 27 | + - Unified code formatting, improving code readability and maintainability. |
| 28 | +- **Optimize configuration monitoring and mode writing logic** 🔄 |
| 29 | + - Improved configuration monitoring mechanism and mode writing process, enhancing system response speed. |
| 30 | +- **Refactor event handling and enhance file monitoring functionality** 📊 |
| 31 | + - Redesigned event handling system, enhanced file monitoring capabilities, improving system reliability. |
| 32 | +- **Update core dependencies** 📚 |
| 33 | + - Fully upgraded core dependency libraries to ensure security and performance. |
| 34 | +- **Optimize WebUI styles** 🎨 |
| 35 | + - Improved WebUI visual effects, enhancing user experience. |
| 36 | +- **Optimize WebUI performance** ⚡ |
| 37 | + - Enhanced WebUI loading speed and response performance. |
| 38 | +- **Add frosted glass effect to WebUI navigation bar** 🔮 |
| 39 | + - Enhanced WebUI visual hierarchy and modern feel. |
| 40 | +- **Adjust margin values for performance mode and extreme mode** ⚙️ |
| 41 | + - Optimized margin settings for different modes, improving performance. |
| 42 | +- **Refactor WebUI toml file parsing** 🔧 |
| 43 | + - Improved WebUI's toml file parsing logic, enhancing configuration processing efficiency. |
| 44 | +- **Improve action.sh menu interaction interface and navigation logic** 📋 |
| 45 | + - Optimized command line menu interaction experience and navigation flow, enhancing user operation convenience. |
| 46 | + |
| 47 | +### 🐛 Bug Fixes |
| 48 | + |
| 49 | +- **Fix handling logic when foreground app package name doesn't change** 🎮 |
| 50 | + - Resolved abnormal handling when foreground app package name remains unchanged, ensuring normal app detection. |
| 51 | +- **Fix global mode recovery logic when switching from game mode** 🔄 |
| 52 | + - Resolved recovery issue when switching from game mode to global mode, ensuring normal mode switching. |
| 53 | +- **Fix some processor identification anomalies** 🔧 |
| 54 | + - Resolved identification errors for some processor models, improving device compatibility. |
| 55 | + |
3 | 56 | ## ⬆️ v2.10.0 → v2.10.3 (October 17, 2025) |
4 | 57 |
|
5 | 58 | ### ⚠️ Experimental Adaptation Notice |
|
0 commit comments