You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,15 @@ What's New in NVDA
16
16
17
17
== Bug Fixes ==
18
18
- Reporting of object shortcut keys has been improved. (#10807)
19
+
- The SAPI4 synthesizer now properly supports volume, rate and pitch changes embedded in speech. (#15271)
19
20
-
20
21
21
22
== Changes for Developers ==
22
23
Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API] for information on NVDA's API deprecation and removal process.
23
24
24
25
- Note: this is an Add-on API compatibility breaking release.
25
26
Add-ons will need to be re-tested and have their manifest updated.
@@ -123,7 +125,6 @@ There's also been bug fixes for the Add-on Store, Microsoft Office, Microsoft Ed
123
125
- Fixed support for System List view (``SysListView32``) controls in Windows Forms applications. (#15283)
124
126
- NVDA once again announces calculation results in the Windows 32bit calculator on Server, LTSC and LTSB versions of Windows. (#15230)
125
127
- NVDA no longer ignores focus changes when a nested window (grand child window) gets focus. (#15432)
126
-
- The SAPI4 synthesizer now properly supports volume, rate and pitch changes embedded in speech. (#15271)
127
128
-
128
129
129
130
== Changes for Developers ==
@@ -135,7 +136,6 @@ They should also be thread safe, making it possible to call them from background
135
136
- Added official support to register custom braille display drivers in the automatic braille display detection process.
136
137
Consult the ``braille.BrailleDisplayDriver`` class documentation for more details.
137
138
Most notably, the ``supportsAutomaticDetection`` attribute must be set to ``True`` and the ``registerAutomaticDetection`` ``classmethod`` must be implemented. (#15196)
0 commit comments