Skip to content

Commit 2b8001b

Browse files
committed
docs(website): 更新中文和英文版本的更新日志文档
1 parent 0582d0b commit 2b8001b

File tree

4 files changed

+98
-2
lines changed

4 files changed

+98
-2
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📝 更新日志
22

3-
## 🚀 v2.10.0 → v2.10.3 (2025-10-17)
3+
## ⬆️ v2.10.0 → v2.10.3 (2025-10-17)
44

55
### ⚠️ 实验性适配说明
66

docs/en/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📝 CHANGELOG
22

3-
## 🚀 v2.10.0 → v2.10.3 (October 17, 2025)
3+
## ⬆️ v2.10.0 → v2.10.3 (October 17, 2025)
44

55
### ⚠️ Experimental Adaptation Notice
66

website/docs/en/guide/changelog.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@ layout: doc
44

55
# 📝 CHANGELOG
66

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

957
> ⚠️ **Important Notice**

website/docs/guide/changelog.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@ layout: doc
44

55
# 📝 更新日志
66

7+
## ⬆️ v2.10.0 → v2.10.3 (2025-10-17)
8+
9+
### ⚠️ 实验性适配说明
10+
11+
- **天玑8300/9200/9300/9400频率表** 📱
12+
- 实验性芯片由于没有降压节点,降压功能不生效,其频率表中电压值只是为了与其它频率表对齐。
13+
14+
### ✨ 新增特性
15+
16+
- **新增进程冲突检测** 🔍
17+
- 增加进程冲突检测机制,提高系统稳定性。
18+
- **新增文档清理功能** 🧹
19+
- 提供文档清理,自动节选所需语言文档。
20+
- **新增模块信息多语言支持** 🌍
21+
- 模块信息现在支持多语言显示,提升国际化体验。
22+
- **(实验性添加天玑8300频率表)** 📱
23+
- 为天玑8300芯片添加实验性支持,扩展设备兼容性。
24+
- **(实验性添加天玑9200/9300/9400频率表)** 📱
25+
- 为天玑9200/9300/9400芯片添加实验性支持,进一步扩展设备兼容性。
26+
27+
### 🔧 功能改进
28+
29+
- **优化模式切换加载**
30+
- 提升模式切换时的加载速度和流畅度。
31+
- **优化DDR档位写入缓存** 💾
32+
- 改进DDR频率档位的缓存写入机制,提高响应速度。
33+
- **优化V1驱动频率写入** 🔧
34+
- 针对V1驱动优化频率写入方式,提升兼容性。
35+
- **完全重构模块脚本** 🔄
36+
- 对模块脚本进行全面重构,提升代码质量和执行效率。
37+
- **函数式编程重构模块脚本** 💻
38+
- 采用函数式编程理念重构模块脚本,提高代码可维护性。
39+
- **优化模块状态显示** 📊
40+
- 改进模块状态信息的显示方式,提供更清晰的状态反馈。
41+
- **重构文档拆分多文件** 📚
42+
- 将文档拆分为多个文件,提高文档管理和阅读体验。
43+
- **优化WebUI配置写入方法** 🌐
44+
- 改进WebUI的配置写入机制,提升用户体验和数据一致性。
45+
46+
### 🪲 问题修复
47+
48+
- **修复日志轮转** 📝
49+
- 解决日志轮转机制中的问题,确保日志系统正常运行。
50+
- **修复游戏列表模式切换配置热更新** 🎮
51+
- 修复游戏列表在模式切换时配置无法热更新的问题。
52+
- **修复空闲状态频率可能未降低的问题** 😴
53+
- 解决设备空闲时频率可能未正确降低的问题,优化功耗管理。
54+
755
## 🚀 v2.9.0 → v2.10.0 (2025-10-03)
856

957
> ⚠️ **重要提醒**

0 commit comments

Comments
 (0)