-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchangelog.txt
40 lines (29 loc) · 2.01 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Version 6.0
The add-on has been rewritten from scratch to improve performance and provide better compatibility with modern\ NVDA versions. 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
* The audio themes studio combines the capabilities of audio theme creation and editing
## Version 5.1:
## Version 5.1:
- Audible indication of the object when pressing nvda plus tab
- Addressing nvaccess/nvda#6203
- Several bug fixes to the audio themes manager dialog.
## Version 5.1-beta:
Changes:
- 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 centered 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.
- Minor bug fixes.
## Version 5.0:
- 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.