Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a release blurb and fixup changes for 2021.2 #12700

Merged
merged 7 commits into from
Aug 7, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,26 @@ What's New in NVDA
%!includeconf: ../changes.t2tconf

= 2021.2 =
This release introduces preliminary Windows 11 support.
While Windows 11 is yet to be released, this release has been tested on preview versions of Windows 11.
This includes an important fix for Screen Curtain (see important notes).
The COM Registration Fixing Tool can now resolve more problems when running NVDA.
There are updates to the synthesizer eSpeak and braille translator LibLouis.
There are also various bug fixes and improvements, notably for braille support and Windows terminals, calculator, emoji panel and clipboard history.


== Important notes ==
- Screen Curtain on previous releases of NVDA is no longer compatible with versions of Windows newer than Windows 10 21H2 (10.0.19044).
Screen Curtain is no longer compatible when using versions of NVDA older than 2021.2 with Windows newer than Windows 10 21H2 (10.0.19044).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newer than

Shouldn't this be "when using x or later"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually yes, that is the case as far as I'm aware. Before I fix this (across the rest of the documentation) I'm going to check this via the release preview channel for WIN1021H2. I have confirmed the previous release of Windows works, Windows 10 21H1.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change of behaviour occurred in an insiders build, #12491 reports this change of behaviour for a build sometime after the WIN10 21H2 build number. I am yet to be able to test WIN10 21H2 preview (haven't been offered the update). It would be good if someone can confirm whether or not screen curtain works with the WIN10 21H2 preview, but for now I will move forward to say "when using it or later" due to being uncertain.

This includes Windows 10 Insiders and Windows 11.
This is due to a change in the Windows Magnification API.
When using previous NVDA releases and Windows newer than Windows 10 21H2, screen curtain may fail to work without warning.
To ensure security, confirm that screen curtain works properly with new or experimental versions of Windows.
For security purposes, confirm that the Screen Curtain works properly when using a new version of Windows for the first time.
seanbudd marked this conversation as resolved.
Show resolved Hide resolved
(#12491, #12684)
-


== New Features ==
- Support for ARIA annotations:
- Experimental support for ARIA annotations:
- adds a command to read a summary of details of an object with aria-details. (#12364)
- adds an option in advanced to report if an object has details in browse mode. (#12439)
- adds an option in advanced preferences to report if an object has details in browse mode. (#12439)
-
- In Windows 10 Version 1909 and later (including Windows 11), NVDA will announce suggestion count when performing searches in File Explorer. (#10341, #12628)
- In Microsoft Word, NVDA now announces the result of indent and hanging indent shortcuts when executed. (#6269)
Expand Down Expand Up @@ -61,7 +66,7 @@ To ensure security, confirm that screen curtain works properly with new or exper
- ``processPositiveStates`` and ``processNegativeStates`` have been deprecated for removal.
-
- On Windows 10 Version 1511 and later (including Insider Preview builds), the current Windows feature update release name is obtained from Windows Registry. (#12509)
- Deprecated: winVersion.WIN10_RELEASE_NAME_TO_BUILDS will be removed in 2022.1, there is no direct replacement. (#12544)
- Deprecated: ``winVersion.WIN10_RELEASE_NAME_TO_BUILDS`` will be removed in 2022.1, there is no direct replacement. (#12544)
-


Expand Down
8 changes: 4 additions & 4 deletions user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -789,14 +789,14 @@ When Visual Highlight is enabled in the [vision category #VisionSettings] of the
++ Screen Curtain ++[VisionScreenCurtain]
As a blind or vision impaired user, it is often not possible or necessary to see the contents of the screen.
Furthermore, it might be hard to ensure that there isn't someone looking over your shoulder.
For this situation, NVDA contains a feature called "screen curtain" which can be enabled to make the screen black.
For this situation, NVDA contains a feature called "Screen Curtain" which can be enabled to make the screen black.

You can enable the Screen Curtain in the [vision category #VisionSettings] of the [NVDA Settings #NVDASettings] dialog.

When the screen curtain is active some tasks directly based on what appears on the screen such as performing [OCR #Win10Ocr] or taking a screenshot cannot be achieved.
When the Screen Curtain is active some tasks directly based on what appears on the screen such as performing [OCR #Win10Ocr] or taking a screenshot cannot be achieved.

To ensure security, confirm that the screen curtain works properly with new or experimental versions of Windows.
When using NVDA releases older than 2021.2 and Windows newer than Windows 10 21H2, screen curtain may fail to work without warning.
Screen Curtain is no longer compatible when using versions of NVDA older than 2021.2 with Windows newer than Windows 10 21H2 (10.0.19044).
For security purposes, confirm that the Screen Curtain works properly when using a new version of Windows for the first time.

+ Content Recognition +[ContentRecognition]
When authors don't provide sufficient information for a screen reader user to determine the content of something, various tools can be used to attempt to recognize the content from an image.
Expand Down