From 737d6ad55804a5995a230e661e470dc8bf94eb68 Mon Sep 17 00:00:00 2001 From: Christopher Duffley Date: Wed, 20 Mar 2024 07:00:41 -0400 Subject: [PATCH] BuildVars: Update to version 24.03/minimum required of NVDA 2023.3.3 --- buildVars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index d5779a7c..454714f9 100755 --- 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": _("Enhances support for StationPlaylist apps. In addition, adds global commands for the Studio application from everywhere."), # version - "addon_version": "24.01.20", + "addon_version": "24.03", # Author(s) "addon_author": "Christopher Duffley (formerly Joseph Lee , originally by Geoff Shang and other contributors)", # URL for the add-on documentation support @@ -35,7 +35,7 @@ def _(arg): # Documentation file name "addon_docFileName": "readme.html", # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - "addon_minimumNVDAVersion": "2022.4", + "addon_minimumNVDAVersion": "2023.3.3", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) "addon_lastTestedNVDAVersion": "2024.1", # Add-on update channel (default is None, denoting stable releases,