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
@@ -4,12 +4,19 @@ What's New in NVDA
4
4
%!includeconf: ../changes.t2tconf
5
5
6
6
= 2022.3 =
7
+
A significant amount of this release was contributed by the NVDA development community.
8
+
This includes table say all commands, delayed character descriptions, and improved Windows Console behaviour.
9
+
10
+
This release also includes several bug fixes.
11
+
Notably, up-to-date versions of Adobe Acrobat/Reader will no longer crash when reading a PDF document.
12
+
13
+
eSpeak has been updated, which introduces 3 new languages: Belarusian, Luxembourgish and Totontepec Mixe.
7
14
8
15
== New Features ==
9
16
- 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:
10
17
- Vastly improved performance and stability. (#10964)
11
18
- When pressing ``control+f`` to find text, the review cursor position is updated to follow the found term. (#11172)
12
-
- Reporting of typed text that does not appear onscreen (such as passwords) is disabled by default.
19
+
- Reporting of typed text that does not appear on-screen (such as passwords) is disabled by default.
13
20
It can be re-enabled in NVDA's advanced settings panel. (#11554)
14
21
- Text that has scrolled offscreen can be reviewed without scrolling the console window. (#12669)
15
22
- More detailed text formatting information is available. ([microsoft/terminal PR 10336 https://github.com/microsoft/terminal/pull/10336])
@@ -65,12 +72,7 @@ This will improve performance for some Java applications including IntelliJ IDEA
65
72
66
73
67
74
=== Deprecations ===
68
-
These are proposed API breaking changes.
69
-
The deprecated part of the API will continue to be available until the specified release.
70
-
If no release is specified, the plan for removal has not been determined.
71
-
Note, the roadmap for removals is 'best effort' and may be subject to change.
72
-
Please test the new API and provide feedback.
73
-
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
@@ -1923,6 +1923,12 @@ This setting contains the following values:
1923
1923
-
1924
1924
1925
1925
==== Windows Console support ====[AdvancedSettingsConsoleUIA]
1926
+
: Default
1927
+
Automatic
1928
+
: Options
1929
+
Automatic, UIA when available, Legacy
1930
+
:
1931
+
1926
1932
This option selects how NVDA interacts with the Windows Console used by command prompt, PowerShell, and the Windows Subsystem for Linux.
1927
1933
It does not affect the modern Windows Terminal.
1928
1934
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