|
23 | 23 | # Translators: Long description to be shown for this add-on on add-on information from add-on store |
24 | 24 | addon_description=_("""A set of tools for NVDA developers and testers."""), |
25 | 25 | # version |
26 | | - addon_version="8.0", |
| 26 | + addon_version="9.0", |
27 | 27 | # Brief changelog for this version |
28 | 28 | # Translators: what's new content for the add-on version to be shown in the add-on store |
29 | | - addon_changelog=_("""* Python console history can now be preserved accross restarts. |
30 | | -* Reverse translation: Added a second command to reverse translate a string using both NVDA and its add-ons translations. |
31 | | -* New log reader commans to jump to previous or next braille output message |
32 | | -* New log reader commans to jump to previous or next block in a message, e.g. previous or next thread stack in a watchdog freeze report, previous or next block of properties in the developer info for navigator object, etc. |
33 | | -* New log reader commands to jump to the first or last interesting line of a block, e.g. first or last frame of a traceback |
34 | | -* A new log reader "Go to error" command to jump to the error in a traceback frame. |
35 | | -* A new log reader command to display an help message listing all the available commands while reading a log. |
36 | | -* The log reading mode is now enabled by default in the Python console output pane. |
37 | | -* A new command to anonymize a log |
38 | | -* The console startup script now supports unicode strings (for Python 3 only); full unicode file may not be supported though. |
39 | | -* The Python console startup script will now only be executed once and only once when the console opens. |
40 | | -A bug where this script could be executed many times when reloading the add-ons has been fixed. |
41 | | -* Improved error handling in the console startup script. |
42 | | -* Bugfix: An empty log files created when log is disabled do not fail anymore to be saved as old log. |
43 | | -* Speech on demand is now supported in layered commands |
44 | | -* Improved error handling of the script opener command (in case of wrong or missing configuration, or when a braille display is in use). |
| 29 | + addon_changelog=_("""* A new command to open a code file when the caret is on a file path/line has been added. |
| 30 | +* Function calls logging (previously known as stack logging) has been improved offering the possibility to log the call of any function and providing a most reliable method to identify function calls. |
| 31 | +* Fixed a security issue with the log reader ([GHSA-39pg-6xpm-mjgf](https://github.com/CyrilleB79/NVDA-Dev-Test-Toolbox/security/advisories/GHSA-39pg-6xpm-mjgf)). |
| 32 | +* IO beep messages are now correctly reported with NVDA 2019.2.1. |
| 33 | +* Log reading commands no longer fail to read some speech commands (e.g. when using Console Toolkit add-on) |
| 34 | +* Addressed an issues where, in case of multiple possible reverse translations, the last menu item was copied to clipboard, no matter the item actually clicked. |
| 35 | +* Prepared compatibility for NVDA 2026.1 |
45 | 36 | """), |
46 | 37 | # Author(s) |
47 | 38 | addon_author="Cyrille Bougot <cyrille.bougot2@laposte.net>", |
|
54 | 45 | # Minimum NVDA version supported (e.g. "2019.3.0", minor version is optional) |
55 | 46 | addon_minimumNVDAVersion="2019.2", |
56 | 47 | # Last NVDA version supported/tested (e.g. "2024.4.0", ideally more recent than minimum version) |
57 | | - addon_lastTestedNVDAVersion="2025.3.1", |
| 48 | + addon_lastTestedNVDAVersion="2025.3.2", |
58 | 49 | # Add-on update channel (default is None, denoting stable releases, |
59 | 50 | # and for development releases, use "dev".) |
60 | 51 | # Do not change unless you know what you are doing! |
|
0 commit comments