diff --git a/buildVars.py b/buildVars.py index f119765..0243536 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.4", + "addon_version": "0.4.5", # Author(s) "addon_author": "Cary-rowen , hwf1324 <1398969445@qq.com>", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index b0a1184..d82cdf0 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.5 +* Localization updates. + ### Version 0.4.4 * Supported speak on demand mode on NVDA2024.1. * Localization updates.