Skip to content

Releases: blindpandas/Audio-Themes-NVDA-Add-on

v6.0b2

12 Dec 21:08
Compare
Choose a tag to compare
v6.0b2 Pre-release
Pre-release

Changes from v6.0b1

  • The add-on docs have been rewritten for clarity and ease of use
  • When editing or creating audio themes, the active audio theme will be temporarily muted.
  • Several bug fixes

v6.0b1

13 Nov 15:21
Compare
Choose a tag to compare
v6.0b1 Pre-release
Pre-release

Changes from v6.0a1

Several bug fixes.

V6.0 Alpha 1

11 Oct 20:30
Compare
Choose a tag to compare
V6.0 Alpha 1 Pre-release
Pre-release

The add-on has been rewritten from scratch to improve performance and provide better compatibility with modern\ NVDA versions. During this iteration, I touched upon every function and every line of code.

Major highlights include:

  • The minimum required NVDA version is 2019.3
  • Vast improvements to the responsiveness of the add-on
  • The add-on settings have been moved to NVDA's multi-category settings dialog
  • Introducing the audio themes studio, which combines the capabilities of audio theme creation and editing
  • Several enhancements to the user experience when editing and creating audio themes.

Audio Themes 5.1

26 Jul 14:33
Compare
Choose a tag to compare

Changes:

  • Audible indication of the object when pressing nvda plus tab
  • Addressing nvaccess/nvda#6203
  • Several bug fixes to the audio themes manager dialog.

Audio Themes 5.1-beta

20 Jul 17:18
Compare
Choose a tag to compare
Audio Themes 5.1-beta Pre-release
Pre-release

Changes from 5.0-beta:

  • Major security and performance enhancements
  • Added support for ogg audio format.
  • The add-on is now aware of if NVDA is running in a secure mode and changes its options accordingly.
  • All the dialogs are now correctly centred in the screen.
  • The themes options (such as: Play in 3D mode and use synth volume) will no longer be enabled if the Disable audio themes option is activated.
  • The add-on uses config.conf as its configuration facility
  • The add-on was updated to the upstream add-on template
  • In the audio themes manager, themes now show whether they are active or not
  • Minor bug fixes.

Audio Themes 5.0-beta

14 Jul 09:11
Compare
Choose a tag to compare
Audio Themes 5.0-beta Pre-release
Pre-release

What's new

  • The add-on was rewritten from the scratch to enhance its performance, and generally to make things more easier.
  • Added several new options in the Themes Manager dialogue including:
    • The ability to run the add-on in 3D mode or Mono Mode.
    • The ability to make NVDA ignore object role when announcing focus
    • The ability to control the volume of the add-on, either by setting the volume directly, or set it to follow the synthesizer volume.
  • Audio themes now shows information about their authors, and authors can write a brief summary to describe their audio themes. Those information will be shown in the themes manager dialogue.
  • Easier way to edit the current audio theme.
  • Fewer steps and streamlined process to create a new audio theme.
  • The add-on can be considered a wrapper over the Unspoken add-on which is being developed by Austin Hicks and Bryan Smart. The majority of my development went into the dialogues and audioThemeHandler modules.