From 661f11951a9e2fbe9a0ad37d52ecb1d5cb5a8dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Wed, 22 Feb 2023 18:27:00 +0100 Subject: [PATCH] Compatible with NVDA 2023.1 --- buildVars.py | 2 +- readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index a1dfd0f..514c23a 100644 --- a/buildVars.py +++ b/buildVars.py @@ -32,7 +32,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2022.1", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2022.2", + "addon_lastTestedNVDAVersion": "2023.1", # Add-on update channel (default is stable or None) "addon_updateChannel": None, } diff --git a/readme.md b/readme.md index c68763c..ff5225a 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,9 @@ In this Add-on the following key commands are also available: * nvda+shift+1-0: Reads columns 11 to 20. * nvda+shift+C: Copies the contents of the last read column to the clipboard. +## Changes for 7.0 +* Compatible with NVDA 2023.1. + ## Changes for 6.0 * Requires NVDA 2022.1 or later.