diff --git a/buildVars.py b/buildVars.py index 76ec111..8e1b933 100644 --- a/buildVars.py +++ b/buildVars.py @@ -30,9 +30,9 @@ # Documentation file name "addon_docFileName" : "readme.html", # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - "addon_minimumNVDAVersion" : "2021.2", + "addon_minimumNVDAVersion" : "2022.1", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2021.2", + "addon_lastTestedNVDAVersion" : "2022.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) "addon_updateChannel" : None, } diff --git a/changelog.txt b/changelog.txt index 3ed184e..bbbaafe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +## Version 7.0 + + + ## Version 6.0 The add-on has been rewritten from scratch to improve performance and provide better compatibility with modern\ NVDA versions. Major highlights include: diff --git a/readme.md b/readme.md index 24468be..680c1d8 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ +# Release status +Audio Themes add-on is maintained and available to use with NVDA 2022.1 and higher + # IMPORTANT: Development Status I'll update this add-on as my time permits. If anyone wants to contribute fixes, they can send pull requests.