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.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,22 @@
3
3
## 2024.3
4
4
5
5
This release adds support for Unicode Normalization to speech and braille output.
6
-
This can be useful when reading characters that are unknown to a particular speech synthesizer or braille table and which have a compatible alternative, like the bold and italic characters commonly used on social media.
6
+
This can be useful when reading characters that are unknown to a particular speech synthesizer or braille table and which have a compatible alternative, like the bold and italic characters commonly uses on social media.
7
7
It also allows reading of equations in the Microsoft Word equation editor.
8
8
You can enable this functionality for both speech and braille in their respective settings categories in the NVDA Settings dialog.
9
9
10
10
There are several bug fixes, particularly for the Windows 11 Emoji Panel and Clipboard history.
11
11
For web browsers, there are fixes for reporting error messages, figures, captions, table labels and checkbox/radio button menu items.
12
12
13
-
Unicode CLDR has been updated.
13
+
Liblouis has been updated, adding new Braille tables for Cyrillic Serbian, Yiddish, several ancient languages (Biblical Hebrew, Akkadian, Syriac, and Ugaritic), and transliterated Cuneiform text. Unicode CLDR has also been updated.
14
14
15
15
16
16
### New Features
17
17
18
18
* New key commands:
19
19
* Added unassigned commands for vertical and horizontal scrolling of the mouse wheel, to enhance navigation on web pages and apps with dynamic content, such as Dism++. (#16462, @Cary-Rowen)
20
20
* Added support for Unicode Normalization to speech and braille output. (#11570, #16466@LeonarddeR).
21
-
* This can be useful when reading characters that are unknown to a particular speech synthesizer or braille table and which have a compatible alternative, like the bold and italic characters commonly used on social media.
21
+
* This can be useful when reading characters that are unknown to a particular speech synthesizer or braille table and which have a compatible alternative, like the bold and italic characters commonly uses on social media.
22
22
* It also allows reading of equations in the Microsoft Word equation editor. (#4631)
23
23
* You can enable this functionality for both speech and braille in their respective settings categories in the NVDA Settings dialog.
24
24
@@ -27,6 +27,8 @@ Unicode CLDR has been updated.
27
27
* Component updates:
28
28
* Updated Unicode CLDR to version 45.0. (#16507, @OzancanKaratas)
29
29
* Updated fast_diff_match_patch (used to detect changes in terminals and other dynamic content) to version 2.1.0. (#16508, @codeofdusk)
30
+
* Updated LibLouis Braille translator to [3.30.0](https://github.com/liblouis/liblouis/releases/tag/v3.30.0). (#16652, @codeofdusk)
31
+
* New Braille tables for Cyrillic Serbian, Yiddish, several ancient languages (Biblical Hebrew, Akkadian, Syriac, and Ugaritic), and transliterated Cuneiform text.
30
32
* Updated NSIS 3.09 to 3.10 (#16674, @dpy013)
31
33
* The fallback braille input table is now equal to the fallback output table, which is Unified English Braille Code grade 1. (#9863, @JulienCochuyt, @LeonarddeR)
32
34
* NVDA will now report figures with no accessible children, but with a label or description. (#14514)
0 commit comments