diff --git a/addon/doc/zh_CN/readme.md b/addon/doc/zh_CN/readme.md index 177f5f5..0a3643c 100644 --- a/addon/doc/zh_CN/readme.md +++ b/addon/doc/zh_CN/readme.md @@ -29,6 +29,9 @@ 2. 有任何反馈,也可以通过 [GitHub Issue][GitHubIssue] 进行提交。 ## 升级日志 +### 版本0.4.3 +* 兼容 NVDA2024.1 + ### 版本0.4.2 * 由 VovaMobile 增加的乌克兰语翻译。 diff --git a/buildVars.py b/buildVars.py index ddfbc0b..68f2cc4 100644 --- a/buildVars.py +++ b/buildVars.py @@ -25,7 +25,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""This NVDA add-on watches changes to attributes of navigation objects."""), # version - "addon_version": "0.4.2", + "addon_version": "0.4.3", # Author(s) "addon_author": "Cary-rowen , hwf1324 <1398969445@qq.com>", # URL for the add-on documentation support @@ -35,9 +35,9 @@ def _(arg): # Documentation file name "addon_docFileName": "readme.html", # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - "addon_minimumNVDAVersion": 2023.1, + "addon_minimumNVDAVersion": "2023.1.0", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": 2023.2, + "addon_lastTestedNVDAVersion": "2024.1.0", # Add-on update channel (default is None, denoting stable releases, # and for development releases, use "dev".) # Do not change unless you know what you are doing! diff --git a/readme.md b/readme.md index df61dee..3df989b 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,9 @@ 2. For any feedback, please submit it through a [GitHub Issue][GitHubIssue]. ## Release Notes +### Version 0.4.3 +* Compatible with NVDA2024.1 + ### Version 0.4.2 * Added Ukrainian translation by VovaMobile.