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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ Press ``NVDA+d`` to cycle through summaries when annotations are reported (e.g.
15
15
Tivomatic Caiku Albatross 46/80 braille displays are now supported.
16
16
17
17
Support for ARM64 and AMD64 versions of Windows has improved.
18
+
18
19
There are many bug fixes, notably Windows 11 fixes.
19
20
20
-
eSpeak, LibLouis, Sonic rate boost and Unicode CLDR has been updated.
21
+
eSpeak, LibLouis, Sonic rate boost and Unicode CLDR have been updated.
21
22
There are new Georgian, Swahili (Kenya) and Chichewa (Malawi) braille tables.
22
23
23
24
Note:
@@ -95,7 +96,7 @@ Same as pressing ``NVDA+k`` twice, but may be more useful for braille users. (#1
95
96
- Emojis should now be reported in more languages. (#14433)
96
97
- The presence of an annotation is no longer missing in braille for some elements. (#13815)
97
98
- Fixed an issue where config changes not save correctly when changing between a "Default" option and the value of the "Default" option. (#14133)
98
-
- When configuring NVDA there will always be at least one key is defined as a NVDA key. (#14527)
99
+
- When configuring NVDA there will always be at least one key defined as an NVDA key. (#14527)
99
100
- When accessing the NVDA menu via the notification area, NVDA will not suggest a pending update anymore when no update is available. (#14523)
100
101
- Remaining, elapsed and total time is now reported correctly for audio files over a day long in foobar2000. (#14127)
101
102
- In web browsers such as Chrome and Firefox, alerts such as file downloads are shown in braille in addition to being spoken. (#14562)
@@ -106,10 +107,10 @@ Same as pressing ``NVDA+k`` twice, but may be more useful for braille users. (#1
106
107
107
108
== Changes for Developers ==
108
109
Note: this is an Add-on API compatibility breaking release.
109
-
Add-ons will need to be re-tested and have their manifest updated.
110
+
Add-ons will need to be re-tested and have their manifests updated.
110
111
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.
111
112
112
-
- System test should now pass when run locally on non-English systems. (#13362)
113
+
- System tests should now pass when run locally on non-English systems. (#13362)
113
114
- In Windows 11 on ARM, x64 apps are no longer identified as ARM64 applications. (#14403)
114
115
- It is no longer necessary to use ``SearchField`` and ``SuggestionListItem`` ``UIA`` ``NVDAObjects`` in new UI Automation scenarios, where automatic reporting of search suggestions, and where typing has been exposed via UI Automation with the ``controllerFor`` pattern.
115
116
This functionality is now available generically via ``behaviours.EditableText`` and the base ``NVDAObject`` respectively. (#14222)
@@ -154,7 +155,7 @@ Please open a GitHub issue if your Add-on has an issue with updating to the new
154
155
- ``autoTether`` has been removed; ``tetherTo`` can now take the value "auto" instead.
155
156
-
156
157
- In ``[keyboard]`` section (#14528):
157
-
- ``useCapsLockAsNVDAModifierKey``, ``useNumpadInsertAsNVDAModifierKey``, ``useExtendedInsertAsNVDAModifierKey`` has been removed.
158
+
- ``useCapsLockAsNVDAModifierKey``, ``useNumpadInsertAsNVDAModifierKey``, ``useExtendedInsertAsNVDAModifierKey`` have been removed.
0 commit comments