Skip to content

Commit 3936172

Browse files
committed
v2025.08.29
1 parent 798389f commit 3936172

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

src/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
# v2 版本更新日志
44

5+
## 2025.08.29
6+
7+
- 添加 `符号的显示模式`
8+
- 优化了文件丢失的处理逻辑
9+
- 优化了鼠标样式的恢复逻辑
10+
- 在关闭 `鼠标方案` 时,确保在无法加载之前的工形鼠标样式时,能够为其加载一个标准样式
11+
- 优化了菜单内容描述
12+
- 其他的修复和优化
13+
514
## 2025.08.26
615

716
- 为可能的内存读写错误添加友好的提示

src/utils/options.ahk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ LogError(exception, mode) {
2525
return false
2626
}
2727

28-
;@AHK2Exe-SetVersion 2025.08.26
28+
;@AHK2Exe-SetVersion 2025.08.29
2929

3030
if (A_IsCompiled) {
3131
; exe 版本
32-
currentVersion := "2025.08.26"
32+
currentVersion := "2025.08.29"
3333

3434
versionType := "exe"
3535
versionKey := "version"
3636
} else {
3737
; zip 版本
38-
currentVersion := "2025.08.26"
38+
currentVersion := "2025.08.29"
3939

4040
versionType := "zip"
4141
versionKey := "version-zip"

src/version-zip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.08.26
1+
2025.08.29

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.08.26
1+
2025.08.29

0 commit comments

Comments
 (0)