Skip to content

Commit af3c3d1

Browse files
committed
release: v2026.01.01
1 parent 9568463 commit af3c3d1

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/CHANGELOG.md

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

33
# 版本更新日志
44

5+
## 2026.01.01
6+
57
-`其他设置` 中添加 `指定窗口自动退出` ([#245](https://github.com/abgox/InputTip/issues/245))
68
- 修复了 `指定窗口自动切换状态` 中的规则移动时,旧规则没有移除的问题
79
- 优化任务计划程序创建失败的处理

src/utils/options.ahk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ WM_MOUSEWHEEL_Handler(wParam, lParam, msg, hwnd) {
3737

3838
OnMessage(0x20E, (*) => 0) ; 0x20E = WM_MOUSEHWHEEL
3939

40-
;@AHK2Exe-SetVersion 2025.10.09
40+
;@AHK2Exe-SetVersion 2026.01.01
4141

4242
if (A_IsCompiled) {
4343
; exe 版本
44-
currentVersion := "2025.10.09"
44+
currentVersion := "2026.01.01"
4545

4646
versionType := "exe"
4747
versionKey := "version"
4848
} else {
4949
; zip 版本
50-
currentVersion := "2025.10.09.1"
50+
currentVersion := "2026.01.01"
5151

5252
versionType := "zip"
5353
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.10.09.1
1+
2026.01.01

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.10.09
1+
2026.01.01

0 commit comments

Comments
 (0)