Skip to content

Commit da658bc

Browse files
committed
chore: 更新模块版本至v2.11.0并更新文档
1 parent a4cc207 commit da658bc

8 files changed

Lines changed: 120 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# 📝 更新日志
22

3+
## ⬆️ v2.10.3 → v2.11.0 (2025-11-30)
4+
5+
> ⚠️ **重要提示**
6+
>
7+
> 不支持降压的处理器频率表中,电压字段仅为占位,用于与其他频率表对齐,实际降压功能不生效。
8+
9+
### ✨ 新增特性
10+
11+
- **添加天玑6080频率表** 📱
12+
- 为天玑6080芯片添加支持,扩展设备兼容性。
13+
- **添加天玑7300频率表** 📱
14+
- 为天玑7300芯片添加支持,进一步扩展设备兼容性。
15+
- **WebUI添加WebUI-X API支持** 🌐
16+
- 游戏列表支持通过WebUI-X API获取应用图标和名称,提升用户体验。
17+
- **WebUI实现多层级应用信息获取策略** 🔍
18+
- 优先使用KernelSU API获取应用信息,提高信息准确性和获取效率。
19+
20+
### 🔧 功能改进
21+
22+
- **优化初始化阶段的路径存在性检查**
23+
- 改进初始化过程中的路径检查逻辑,提高启动效率。
24+
- **优化文件判断逻辑** 📁
25+
- 改进文件存在性和类型判断逻辑,增强系统稳定性。
26+
- **格式化代码** 💻
27+
- 统一代码格式,提高代码可读性和维护性。
28+
- **优化配置监控和模式写入逻辑** 🔄
29+
- 改进配置监控机制和模式写入流程,提升系统响应速度。
30+
- **重构事件处理并增强文件监控功能** 📊
31+
- 重新设计事件处理系统,增强文件监控能力,提高系统可靠性。
32+
- **更新核心依赖** 📚
33+
- 全面升级核心依赖库,确保安全性和性能。
34+
- **优化WebUI样式** 🎨
35+
- 改进WebUI的视觉效果,提升用户体验。
36+
- **优化WebUI性能**
37+
- 提升WebUI的加载速度和响应性能。
38+
- **为WebUI导航栏添加毛玻璃效果** 🔮
39+
- 增强WebUI的视觉层次感和现代感。
40+
- **调整性能模式与极速模式的margin值** ⚙️
41+
- 优化不同模式下的margin设置,提升性能表现。
42+
- **重构WebUI toml文件解析** 🔧
43+
- 改进WebUI的toml文件解析逻辑,提高配置处理效率。
44+
- **改进action.sh菜单交互界面和导航逻辑** 📋
45+
- 优化命令行菜单的交互体验和导航流程,提升用户操作便捷性。
46+
47+
### 🪲 问题修复
48+
49+
- **修复前台应用包名未变化时的处理逻辑** 🎮
50+
- 解决前台应用包名未变化时的处理异常,确保应用检测正常工作。
51+
- **修复从游戏模式切换时全局模式恢复逻辑** 🔄
52+
- 解决从游戏模式切换回全局模式时的恢复问题,确保模式切换正常。
53+
- **修复部分处理器识别异常** 🔧
54+
- 解决部分处理器型号识别错误的问题,提高设备兼容性。
55+
356
## ⬆️ v2.10.0 → v2.10.3 (2025-10-17)
457

558
### ⚠️ 实验性适配说明

configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ddr_opp = 0
100100
- `config/mtd1000.toml` - Dimensity 1000 系列
101101
- `config/mtd1100.toml` - Dimensity 1100 系列
102102
- `config/mtd1200.toml` - Dimensity 1200 系列
103+
- `config/mtd6080.toml` - Dimensity 6080 系列
104+
- `config/mtd7300.toml` - Dimensity 7300 系列
103105
- `config/mtd8100.toml` - Dimensity 8100 系列
104106
- `config/mtd8200.toml` - Dimensity 8200 系列
105107
- `config/mtd9000.toml` - Dimensity 9000 系列

en/CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# 📝 CHANGELOG
22

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+
356
## ⬆️ v2.10.0 → v2.10.3 (October 17, 2025)
457

558
### ⚠️ Experimental Adaptation Notice

en/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ ddr_opp = 0
118118

119119
- `config/mtd1200.toml` - Dimensity 1200 series
120120

121+
- `config/mtd6080.toml` - Dimensity 6080 series
122+
123+
- `config/mtd7300.toml` - Dimensity 7300 series
124+
121125
- `config/mtd8100.toml` - Dimensity 8100 series
122126

123127
- `config/mtd8200.toml` - Dimensity 8200 series

en/supported-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Supports most MediaTek processors with Mali GPU:
44

5-
- Dimensity series (e.g. D1x00/D8x00/D9000, etc.) 0 ≤ x ≤ 2
5+
- Dimensity series (e.g. D1x00/D6080/D7300/D8x00/D9000, etc.) 0 ≤ x ≤ 3
66

77
The module will automatically detect the device model and apply the appropriate configuration.
88
If your device is not in the adaptation list, the module will use the default configuration.

en/webui.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ WebUI supports configuration file hot-reload, real-time log viewing, visual edit
1717

1818
- **Log Viewing**: Real-time viewing of module running logs, supporting selection of different log files and log levels
1919

20+
- **WebUI-X API Support**: Game list supports fetching app icons and names via WebUI-X API, enhancing user experience
21+
22+
- **Multi-level App Information Retrieval**: Priority use of KernelSU API for app information retrieval, improving accuracy and efficiency
23+
2024
### UI Features
2125

2226
- **Dark Mode Support**: Automatically adapts to system dark/light mode, can also be manually switched
@@ -27,8 +31,6 @@ WebUI supports configuration file hot-reload, real-time log viewing, visual edit
2731

2832
- **Real-time Updates**: Detects game mode status changes every second and updates the interface
2933

30-
- **Toast Notifications**: Operation feedback and status tips
31-
3234
## UI Layout
3335

3436
WebUI uses a multi-page layout, switching pages through the bottom navigation bar.

supported-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
支持大多数搭载 Mali GPU 的联发科处理器:
44

5-
- Dimensity 系列(如 D1x00/D8x00/D9000,0 ≤ x ≤ 2
5+
- Dimensity 系列(如 D1x00/D6080/D7300/D8x00/D9000,0 ≤ x ≤ 3
66

77
模块会自动检测设备型号并应用适合的配置。
88
如果您的设备不在适配列表中,模块会使用默认配置

webui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ WebUI 支持配置文件热更新、日志实时查看、游戏列表和频率
1212
- **自定义配置**:查看和编辑当前自定义配置,支持全局配置和模式配置
1313
- **游戏列表管理**:查看和编辑已配置的游戏列表,支持添加/删除游戏和选择对应模式
1414
- **日志查看**:实时查看模块运行日志,支持选择不同日志文件和日志等级
15+
- **WebUI-X API支持**:游戏列表支持通过WebUI-X API获取应用图标和名称,提升用户体验
16+
- **多层级应用信息获取**:优先使用KernelSU API获取应用信息,提高信息准确性和获取效率
1517

1618
### 界面特性
1719

1820
- **深色模式支持**:自动适应系统深色/浅色模式,也可手动切换
1921
- **多语言支持**:支持中文和英文界面,自动检测系统语言设置
2022
- **电压调整器**:支持使用旋转选择器进行电压调整,长按可连续调整(每次±625单位)
2123
- **实时更新**:每秒检测游戏模式状态变化并更新界面
22-
- **Toast 提示**:操作反馈和状态提示
2324

2425
## 界面布局
2526

0 commit comments

Comments
 (0)