Skip to content

Releases: CyrilleB79/NVDA-Dev-Test-Toolbox

Release V3.0

24 Oct 20:39
Compare
Choose a tag to compare
  • In a log, you can now press C on a message's header line to open the function/module which has emitted it.
  • In the console, openCodeFile function can now receive as parameter the object or a string containing its name.
  • New feature: NVDA console startup file: If it exists, the file YourNVDAConfigFolder\ndtt\consoleStartup.py will be executed when NVDA console is first opened or when add-ons are reloaded.
  • Various minor fixes for openCodeFile Python console's function and the command to open the source file corresponding to a line in the log.
  • Fixed an issue when trying to report roles/states for object explorer in older version of NVDA.
  • The add-on does not cause a problem anymore with the tree interceptor when using UIA in Edge.
    3ae4cf972d99dea48dea12621a42a730fe5267937a92da8203a99b0c2cc04e79 nvdaDevTestToolbox-3.0.nvda-addon

Release V2.1

17 Jul 14:35
Compare
Choose a tag to compare
  • Various bugfixes and code refactoring/cleaning to address all use cases: all supported versions, installed vs. run from source, etc. (contribution from Łukasz Golonka)
  • Rewriting of the compa module (contribution from Łukasz Golonka)
  • The restart dialog can now be opened only once.
  • The object explorer shortcuts are now unassigned by default and need to be mapped by the user.
  • With the object explorer, a double-press to call the script to report the current object's property now displays the reported information in a browseable message.
    b0f208faceb6020ea09f420c6d1221e5493dafa437491c2fdaed16aa013542ee nvdaDevTestToolbox-2.1.nvda-addon

Release V2.0

10 Jun 21:53
Compare
Choose a tag to compare
  • New feature: Enhanced restart dialog to specify some extra options when restarting NVDA.
  • New feature: extended description mode.
  • Play error sound feature harmonized between pre and post 2021.3 versions of NVDA.
  • New feature: Log reader commands are now available in the log viewer and also optionally in edit fields or webpages.
  • New feature: In the Python console, an openCodeFile function is available to view the source code of an object.
  • Some features are now disabled in secure mode for security reasons.
  • The add-on's compatibility range has been extended (from 2019.2 to 2021.1).
  • Releases are now performed with GitHub action instead of appVeyor.
    8f55e23b70b6cb04e618c5ba271e254b208e3c7a246fe935ccc7347c1e418b4d nvdaDevTestToolbox-2.0.nvda-addon

Release V1.0

04 Sep 14:39
Compare
Choose a tag to compare

This is the release V1.0 of the NVDA-Dev-Test-Toolbox addon for the NVDA screen reader built and uploaded to GitHub using Appveyor.