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
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,19 @@ For add-on authors, please open a GitHub issue if these changes stop the API fro
27
27
28
28
29
29
= 2022.3 =
30
+
A significant amount of this release was contributed by the NVDA development community.
31
+
This includes table say all commands, delayed character descriptions, and improved Windows Console support.
32
+
33
+
This release also includes several bug fixes.
34
+
Notably, up-to-date versions of Adobe Acrobat/Reader will no longer crash when reading a PDF document.
35
+
36
+
eSpeak has been updated, which introduces 3 new languages: Belarusian, Luxembourgish and Totontepec Mixe.
30
37
31
38
== New Features ==
32
39
- In the Windows Console Host used by Command Prompt, PowerShell, and the Windows Subsystem for Linux on Windows 11 version 22H2 (Sun Valley 2) and later:
33
40
- Vastly improved performance and stability. (#10964)
34
41
- When pressing ``control+f`` to find text, the review cursor position is updated to follow the found term. (#11172)
35
-
- Reporting of typed text that does not appear onscreen (such as passwords) is disabled by default.
42
+
- Reporting of typed text that does not appear on-screen (such as passwords) is disabled by default.
36
43
It can be re-enabled in NVDA's advanced settings panel. (#11554)
37
44
- Text that has scrolled offscreen can be reviewed without scrolling the console window. (#12669)
38
45
- More detailed text formatting information is available. ([microsoft/terminal PR 10336 https://github.com/microsoft/terminal/pull/10336])
@@ -88,12 +95,7 @@ This will improve performance for some Java applications including IntelliJ IDEA
88
95
89
96
90
97
=== Deprecations ===
91
-
These are proposed API breaking changes.
92
-
The deprecated part of the API will continue to be available until the specified release.
93
-
If no release is specified, the plan for removal has not been determined.
94
-
Note, the roadmap for removals is 'best effort' and may be subject to change.
95
-
Please test the new API and provide feedback.
96
-
For add-on authors, please open a GitHub issue if these changes stop the API from meeting your needs.
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1925,6 +1925,12 @@ This setting contains the following values:
1925
1925
-
1926
1926
1927
1927
==== Windows Console support ====[AdvancedSettingsConsoleUIA]
1928
+
: Default
1929
+
Automatic
1930
+
: Options
1931
+
Automatic, UIA when available, Legacy
1932
+
:
1933
+
1928
1934
This option selects how NVDA interacts with the Windows Console used by command prompt, PowerShell, and the Windows Subsystem for Linux.
1929
1935
It does not affect the modern Windows Terminal.
1930
1936
In Windows 10 version 1709, Microsoft [added support for its UI Automation API to the console https://devblogs.microsoft.com/commandline/whats-new-in-windows-console-in-windows-10-fall-creators-update/], bringing vastly improved performance and stability for screen readers that support it.
0 commit comments