From 0dcea38042a44d540309c6100a360caf01adaa40 Mon Sep 17 00:00:00 2001 From: cary-rowen <manchen_0528@outlook.com> Date: Sun, 17 Nov 2024 13:00:31 +0800 Subject: [PATCH] Bump version to 1.0.1 --- buildVars.py | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 30db0fb..8e37331 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": "1.0.0", + "addon_version": "1.0.1", # Author(s) "addon_author": "Cary-rowen <manchen_0528@outlook.com>, hwf1324 <1398969445@qq.com>", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 6fd161f..0b42438 100644 --- a/readme.md +++ b/readme.md @@ -65,6 +65,9 @@ Access the settings panel from NVDA’s Preferences menu to configure the follow 2. Report bugs or provide feedback through the [GitHub Issues page][GitHubIssue]. ## Release Notes +### Version 1.0.1 +- Fixed duplicate objects being added +- Other improvements ### Version 1.0.0 - Added watcher layer commands (`NVDA+Alt+W`).