Skip to content

Commit

Permalink
fix: 更新版本 2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jan 1, 2025
1 parent 2324156 commit eb234e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion src/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@

- 没有特别说明的版本都是修复问题

## 2.28.1

- 修复黑名单机制的版本迁移
- 对于旧版本更新到新版本,还是沿用黑名单机制,白名单机制需要重新设置
-`托盘菜单` 中的 `忽略更新` 修改 `设置更新检测`
- 修复虚拟机系统环境中,获取目录路径错乱的问题
- 修复设置状态自动切换时,意外写入的一个配置项 app_add

## 2.28.0

> [!warning]
>
> `v2.28.0` 会默认使用白名单机制
>
> 由于配置迁移的问题,旧版本更新后,需要根据情况手动调整。
> 由于配置迁移的问题,旧版本更新后,需要根据情况手动调整。(在 `v2.28.1` 中已修复)
>
> - 使用新的白名单机制: `托盘菜单` => `符号显示黑/白名单` => `设置「白」名单`
> - 继续使用黑名单机制: `托盘菜单` => `符号显示黑/白名单` => `使用「黑」名单`
Expand Down
4 changes: 2 additions & 2 deletions src/v2/utils/options.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ InstallMouseHook
CoordMode 'Mouse', 'Screen'
SetStoreCapsLockMode 0

;@AHK2Exe-SetVersion 2.28.0
currentVersion := "2.28.0"
;@AHK2Exe-SetVersion 2.28.1
currentVersion := "2.28.1"
2 changes: 1 addition & 1 deletion src/v2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0
2.28.1

0 comments on commit eb234e2

Please sign in to comment.