|
5 | 5 | ### Important notes |
6 | 6 |
|
7 | 7 | ### New Features |
| 8 | + |
8 | 9 | * The volume of other applications can be adjusted by `NVDA+alt+pageUp` and `NVDA+alt+pageDown`. In order to use this feature, application volume adjuster needs to be enabled in Audio pane of NVDA settings. (#16052, @mltony) |
9 | 10 | * Added command to mute or unmute all other applications, assigned to `NVDA+alt+delete`. |
10 | 11 | In order to use this feature, the application volume adjuster needs to be enabled in the Audio category of NVDA settings. (#16052, @mltony) |
11 | | - |
12 | 12 | * When editing in Microsoft PowerPoint text boxes, you can now move per sentence with `alt+upArrow`/`alt+downArrow`. (#17015, @LeonarddeR) |
13 | 13 | * In Mozilla Firefox, NVDA will report the highlighted text when a URL containing a text fragment is visited. (#16910, @jcsteh) |
14 | 14 |
|
15 | 15 | ### Changes |
16 | 16 |
|
17 | 17 | * The Report link destination, Character formatting information, and Speak selection dialogs, now include "Close" and "Copy" buttons for user convenience. (#17018, @XLTechie) |
18 | 18 | * The exit dialog now allows you to restart NVDA with add-ons disabled and debug logging enabled simultaneously. (#11538, @CyrilleB79)r |
| 19 | +* Unicode Normalization is now enabled by default for speech output. (#17017, @LeonarddeR). |
| 20 | + * You can still disable this functionality in the Speech category of the NVDA Settings dialog. |
19 | 21 |
|
20 | 22 | ### Bug Fixes |
21 | 23 |
|
@@ -93,7 +95,6 @@ There have also been a number of fixes, including to mouse tracking in Firefox, |
93 | 95 | * eSpeak NG has been updated to 1.52-dev commit `961454ff`. (#16775) |
94 | 96 | * Added new languages Faroese and Xextan. |
95 | 97 | * When using a multi-line braille display via the standard HID braille driver, all lines of cells will be used. (#16993, @alexmoon) |
96 | | -* The stability of NVDA's Poedit support has been improved with the side effect that the minimum required version of Poedit is now version 3.5. (#16889, @LeonarddeR) |
97 | 98 |
|
98 | 99 | ### Bug Fixes |
99 | 100 |
|
|
0 commit comments