Skip to content

Commit 0af7f83

Browse files
author
Cyrille Bougot
committed
Version 7.0
1 parent 881f67e commit 0af7f83

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("""A set of tools for NVDA developers and testers."""),
2727
# version
28-
"addon_version": "6.3",
28+
"addon_version": "7.0",
2929
# Author(s)
3030
"addon_author": "Cyrille Bougot <[email protected]>",
3131
# URL for the add-on documentation support
@@ -43,9 +43,9 @@ def _(arg):
4343
# Do not change unless you know what you are doing!
4444
"addon_updateChannel": None,
4545
# Add-on license such as GPL 2
46-
"addon_license": None,
46+
"addon_license": "GPL v2",
4747
# URL for the license document the ad-on is licensed under
48-
"addon_licenseURL": None,
48+
"addon_licenseURL": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
4949
}
5050

5151
# Define the python files that are the sources of your add-on.

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,17 @@ This option allows to choose if the [reverse translation command](#reverseTransl
336336

337337
## Change log
338338

339+
### Version 7.0
340+
341+
* Layered commands have been introduced; the entry point is `NVDA+X`.
342+
The existing commands have been modified accordingly.
343+
* A new command (`NVDA+X, R`) to reverse translate the last spoken message.
344+
* A new command (`NVDA+X, C`) to open the source code of the script associated to the next pressed gesture.
345+
* Added speech on demand support.
346+
* The log manager now allows more actions, either with the dedicated buttons in the dialogs or using keyboard shortcuts in the list: `enter` to open the log, `control+C` to copy the log file and `delete` to delete a log file.
347+
* The sorting order in the log manager has been reversed (most recent log on top).
348+
* Fixed an issue when trying to open a Python module with openCodeFile function.
349+
339350
### Version 6.3
340351

341352
* Compatibility with NVDA 2024.1.

0 commit comments

Comments
 (0)