diff --git a/README.md b/README.md index a0468f3..6e593ab 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For specific key mappings, press NVDA+keyboard number 1 to open input help, swit ## Changelog -2024.5.1 +2024.6 Fix the issue where numpadDelete is always locked to numpadDecimal diff --git a/addon/doc/zh_cn/readme.md b/addon/doc/zh_cn/readme.md index 4bed3f3..27b7d36 100644 --- a/addon/doc/zh_cn/readme.md +++ b/addon/doc/zh_cn/readme.md @@ -84,7 +84,7 @@ n、m、逗号、点、斜杠 ## 更新日志 -2024.5.1 +2024.6 修复 numpadDelete 始终锁定为 numpadDecimal 的问题 diff --git a/buildVars.py b/buildVars.py index f4e6b2b..a508ef0 100644 --- a/buildVars.py +++ b/buildVars.py @@ -26,7 +26,7 @@ def _(arg): "addon_description": _("""Emulate various keyboards, including numeric keypads, extended function keyboards, and multimedia keyboards. For more information, please see the help file."""), # version - "addon_version": "2024.5.1", + "addon_version": "2024.6", # Author(s) "addon_author": "Shunxian Wu ", # URL for the add-on documentation support