From e7b61dc3842cb8412c1d3c017c7e9dcd3239bd4e Mon Sep 17 00:00:00 2001 From: Reef Turner Date: Tue, 19 Nov 2019 12:52:59 +0100 Subject: [PATCH] Update changes file for PR #10082 --- user_docs/en/changes.t2t | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index a666fe6bf6a..b0162cb8491 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -10,7 +10,6 @@ What's New in NVDA - Vastly improved performance and stability. (#9771) - Reporting of typed text that does not appear onscreen (such as passwords) can now be enabled via an option in NVDA's advanced settings panel. (#9649) - The accuracy of the move mouse to navigator object command has been improved in text fields in Java applications. (#10157) -- Added screen curtain, which when enabled, makes the whole screen black on Windows 8 and later. (#7857) - Added support for the following Handy Tech Braille displays (#8955): - Basic Braille Plus 40 - Basic Braille Plus 32 @@ -23,6 +22,12 @@ What's New in NVDA - Figures are are also reported. They are considered objects and therefore navigable with the o quick navigation key. - In Internet Explorer, Google Chrome and Mozilla Firefox, article elements are now reported with object navigation, and optionally in browse mode if turned on in Document Formatting settings. (#10424) - Support for out-of-process iframes in Mozilla Firefox. (#9672) +- Added screen curtain, which when enabled, makes the whole screen black on Windows 8 and later. (#7857) + - Added a script to enable screen curtain (until next restart with one press, or always while NVDA is runninging with two presses), no default gesture is assigned. + - Can be enabled and configured via the added 'vision' category in NVDA's settings dialog. +- Added screen highlight functionality to NVDA. (#971, #9064) + - Highlighting of the focus, navigator object, and browse mode caret position can be enabled and configured via the added 'vision' category in NVDA's settings dialog. + - Note: This feature is incompatible with the focus highlight add-on, however, the add-on can still be used while the built-in highlighter is disabled. == Changes == @@ -116,9 +121,10 @@ What's New in NVDA - Support for the Outlook pre 2003 message list. - An overlay class for the classic start menu, only found in Windows Vista and earlier. - Dropped support for Skype 7, as it is definitely not working any more. -- A framework allowing developers to create vision enhancement providers; modules that can change screen contents, optionally based on input from NVDA about object locations. (#9064) +- Added a framework to create vision enhancement providers; modules that can change screen contents, optionally based on input from NVDA about object locations. (#9064) - Add-ons can bundle their own providers in a visionEnhancementProviders folder. - See the vision and visionEnhancementProviders modules for the implementation of the framework and examples, respectively. + - Vision enhancement providers are enabled and configured via the added 'vision' category in NVDA's settings dialog. - Abstract class properties are now supported on objects that inherit from baseObject.AutoPropertyObject (e.g. NVDAObjects and TextInfos). (#10102) - Introduced displayModel.UNIT_DISPLAYCHUNK as a textInfos unit constant specific to DisplayModelTextInfo. (#10165) - This new constant allows walking over the text in a DisplayModelTextInfo in a way that more closely resembles how the text chunks are saved in the underlying model.