Skip to content

Commit cac9a59

Browse files
committed
release: v2025.09.03
1 parent 57a9910 commit cac9a59

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

src/CHANGELOG.md

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

33
# v2 版本更新日志
44

5+
## 2025.09.03
6+
7+
- 使用 `托盘菜单` 中的 `退出` 会恢复鼠标样式
8+
- 修复 `符号的延时隐藏` 的闪烁问题 ([#218](https://github.com/abgox/InputTip/issues/218))
9+
- 单击托盘图标暂停/运行 ([#216](https://github.com/abgox/InputTip/issues/216))
10+
511
## 2025.09.02
612

713
- 允许偏移量设置的值为小数 ([#219](https://github.com/abgox/InputTip/issues/219))

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.09.02
28+
;@AHK2Exe-SetVersion 2025.09.03
2929

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

3434
versionType := "exe"
3535
versionKey := "version"
3636
} else {
3737
; zip 版本
38-
currentVersion := "2025.09.02"
38+
currentVersion := "2025.09.03"
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.09.02
1+
2025.09.03

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.09.02
1+
2025.09.03

0 commit comments

Comments
 (0)