Skip to content

Commit ec3014f

Browse files
authored
Merge 58ebb47 into c759d40
2 parents c759d40 + 58ebb47 commit ec3014f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

user_docs/en/changes.t2t

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Press ``NVDA+d`` to cycle through summaries when annotations are reported (e.g.
1515
Tivomatic Caiku Albatross 46/80 braille displays are now supported.
1616

1717
Support for ARM64 and AMD64 versions of Windows has improved.
18+
1819
There are many bug fixes, notably Windows 11 fixes.
1920

20-
eSpeak, LibLouis, Sonic rate boost and Unicode CLDR has been updated.
21+
eSpeak, LibLouis, Sonic rate boost and Unicode CLDR have been updated.
2122
There are new Georgian, Swahili (Kenya) and Chichewa (Malawi) braille tables.
2223

2324
Note:
@@ -95,7 +96,7 @@ Same as pressing ``NVDA+k`` twice, but may be more useful for braille users. (#1
9596
- Emojis should now be reported in more languages. (#14433)
9697
- The presence of an annotation is no longer missing in braille for some elements. (#13815)
9798
- 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)
99100
- When accessing the NVDA menu via the notification area, NVDA will not suggest a pending update anymore when no update is available. (#14523)
100101
- Remaining, elapsed and total time is now reported correctly for audio files over a day long in foobar2000. (#14127)
101102
- 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
106107

107108
== Changes for Developers ==
108109
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.
110111
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.
111112

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)
113114
- In Windows 11 on ARM, x64 apps are no longer identified as ARM64 applications. (#14403)
114115
- 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.
115116
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
154155
- ``autoTether`` has been removed; ``tetherTo`` can now take the value "auto" instead.
155156
-
156157
- In ``[keyboard]`` section (#14528):
157-
- ``useCapsLockAsNVDAModifierKey``, ``useNumpadInsertAsNVDAModifierKey``, ``useExtendedInsertAsNVDAModifierKey`` has been removed.
158+
- ``useCapsLockAsNVDAModifierKey``, ``useNumpadInsertAsNVDAModifierKey``, ``useExtendedInsertAsNVDAModifierKey`` have been removed.
158159
They are replaced by ``NVDAModifierKeys``.
159160
-
160161
-

0 commit comments

Comments
 (0)