From 55343819813b955dba5aed80760d37d237292c51 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Fri, 24 Jan 2025 00:49:41 +0000 Subject: [PATCH] reduce min supported version to 2022.1.0 (unsure if this is earliest it will work so we'll see) --- buildVars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 4f98c5b..e2fd115 100644 --- a/buildVars.py +++ b/buildVars.py @@ -28,7 +28,7 @@ addon_info = { The add-on requires Voicemeeter to be installed.""" ), # version - 'addon_version': '1.0.0', + 'addon_version': '1.1.0', # Author(s) 'addon_author': 'onyx-and-iris ', # URL for the add-on documentation support @@ -38,7 +38,7 @@ The add-on requires Voicemeeter to be installed.""" # Documentation file name 'addon_docFileName': 'readme.html', # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - 'addon_minimumNVDAVersion': '2024.4.0', + 'addon_minimumNVDAVersion': '2022.1.0', # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) 'addon_lastTestedNVDAVersion': '2024.4.2', # Add-on update channel (default is None, denoting stable releases,