From fc16b03347034ff8787baa69d3db0ac5c72875ab Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Thu, 21 Mar 2024 11:33:30 +0100 Subject: [PATCH] Version 3.7 --- buildVars.py | 4 ++-- readme.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 005ba84..d1e9038 100644 --- a/buildVars.py +++ b/buildVars.py @@ -27,7 +27,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""This add-on improves the use of Windows Magnifier with NVDA."""), # version - "addon_version": "3.6", + "addon_version": "3.7", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support @@ -41,7 +41,7 @@ def _(arg): # API version is required. "addon_minimumNVDAVersion": "2019.2.1", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2023.3.3", + "addon_lastTestedNVDAVersion": "2024.1", # 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 2c3fb9d..fc6063d 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,10 @@ None of the Magnifier native commands can be modified. ## Change log +### Version 3.7 + +* Compatibility with NVDA 2024.1. + ### Version 3.6 * Fixed erroneous compatibility range.