From 893a4a5417ebbb95a614e88e041582da5af53e25 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Thu, 21 Sep 2023 17:23:31 +0200 Subject: [PATCH] Version 6.0 --- buildVars.py | 2 +- readme.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 677cfb9..fd9338f 100644 --- 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": _("""A set of tools for NVDA developers and testers."""), # version - "addon_version": "5.0", + "addon_version": "6.0", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 10d62ba..5f4239f 100644 --- a/readme.md +++ b/readme.md @@ -278,6 +278,15 @@ These settings only take effect at next NVDA startup when the backup takes place ## Change log + +### Version 6.0 + +* While using object navigation commands, a specific object property can be reported instead of NVDA usual object reporting. +* In log reading mode, the "C" key to open a code file from the log now also works on an input help message. +* Bugfix: The add-on can now start successfully when the number of logs to save is set to its maximum value. +* Bugfix: Python console startup script's output does not prevent anymore to jump to the first result in the console when using result navigation commands. +* Note: From now on, localization updates will not appear anymore in the change log. + ### Version 5.0 * If Instant Translate add-on is installed, it is now possible to have speech messages translated on the fly when using log reading commands.