Skip to content

Commit 91e2ec7

Browse files
authored
Merge 852c7d5 into 0f9c0da
2 parents 0f9c0da + 852c7d5 commit 91e2ec7

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

user_docs/en/changes.t2t

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ What's New in NVDA
44
%!includeconf: ../changes.t2tconf
55

66
= 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.
714

815
== New Features ==
916
- 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:
1017
- Vastly improved performance and stability. (#10964)
1118
- 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.
1320
It can be re-enabled in NVDA's advanced settings panel. (#11554)
1421
- Text that has scrolled offscreen can be reviewed without scrolling the console window. (#12669)
1522
- 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
6572

6673

6774
=== 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.
75+
There are no deprecations proposed in 2022.3.
7476

7577

7678
= 2022.2 =

user_docs/en/userGuide.t2t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,6 +1923,12 @@ This setting contains the following values:
19231923
-
19241924

19251925
==== Windows Console support ====[AdvancedSettingsConsoleUIA]
1926+
: Default
1927+
Automatic
1928+
: Options
1929+
Automatic, UIA when available, Legacy
1930+
:
1931+
19261932
This option selects how NVDA interacts with the Windows Console used by command prompt, PowerShell, and the Windows Subsystem for Linux.
19271933
It does not affect the modern Windows Terminal.
19281934
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

Comments
 (0)