Skip to content

Commit c119624

Browse files
committed
release: v2025.09.02
1 parent ca2e17b commit c119624

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

src/CHANGELOG.md

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

33
# v2 版本更新日志
44

5+
## 2025.09.02
6+
7+
- 允许偏移量设置的值为小数 ([#219](https://github.com/abgox/InputTip/issues/219))
8+
- 修复 `符号悬停时隐藏` 的闪烁问题 ([#217](https://github.com/abgox/InputTip/issues/217))
9+
510
## 2025.08.29
611

712
- 添加 `符号的显示模式`

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

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

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

src/version.txt

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

0 commit comments

Comments
 (0)