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,20 +3,20 @@
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 uses 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 used 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
+
Unicode CLDR and Liblouis have been updated.
14
14
15
15
16
16
### New Features
17
17
18
18
* Added support for Unicode Normalization to speech and braille output. (#11570, #16466@LeonarddeR).
19
-
* 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.
19
+
* 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.
20
20
* It also allows reading of equations in the Microsoft Word equation editor. (#4631)
21
21
* You can enable this functionality for both speech and braille in their respective settings categories in the NVDA Settings dialog.
22
22
@@ -25,6 +25,8 @@ Unicode CLDR has been updated.
25
25
* Component updates:
26
26
* Updated Unicode CLDR to version 45.0. (#16507, @OzancanKaratas)
27
27
* Updated fast_diff_match_patch (used to detect changes in terminals and other dynamic content) to version 2.1.0. (#16508, @codeofdusk)
28
+
* Updated LibLouis Braille translator to [3.30.0](https://github.com/liblouis/liblouis/releases/tag/v3.30.0). (#16652, @codeofdusk)
29
+
* New Braille tables for Cyrillic Serbian, Yiddish, several ancient languages (Biblical Hebrew, Akkadian, Syriac, and Ugaritic), and transliterated Cuneiform text.
28
30
* The fallback braille input table is now equal to the fallback output table, which is Unified English Braille Code grade 1. (#9863, @JulienCochuyt, @LeonarddeR)
29
31
* NVDA will now report figures with no accessible children, but with a label or description. (#14514)
30
32
* When reading by line in browse mode, "caption" is no longer reported on each line of a long figure or table caption. (#14874)
0 commit comments