Skip to content

Commit 83f9f82

Browse files
authored
Merge 31208d8 into af0014e
2 parents af0014e + 31208d8 commit 83f9f82

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
@@ -27,12 +27,19 @@ For add-on authors, please open a GitHub issue if these changes stop the API fro
2727

2828

2929
= 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.
3037

3138
== New Features ==
3239
- 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:
3340
- Vastly improved performance and stability. (#10964)
3441
- 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.
3643
It can be re-enabled in NVDA's advanced settings panel. (#11554)
3744
- Text that has scrolled offscreen can be reviewed without scrolling the console window. (#12669)
3845
- 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
8895

8996

9097
=== 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.
98+
There are no deprecations proposed in 2022.3.
9799

98100

99101
= 2022.2 =

user_docs/en/userGuide.t2t

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

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