From 3337bc03a2134286da3c51ee582903b41f3e8592 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 7 May 2021 14:13:59 +1000 Subject: [PATCH 1/4] Added release blurb and fixed grammer in api breaking sentence --- user_docs/en/changes.t2t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 0c9fe36fbce..1f8c7a74e32 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -4,6 +4,8 @@ What's New in NVDA %!includeconf: ../changes.t2tconf = 2021.1 = +This release includes optional experimental support for UIA in Excel and +Chromium browsers. There are fixes for several languages, and for accessing links in Braille. There are updates to Unicode CLDR and maths symbols, eSpeak-NG and LibLouis. Many bug fixes and improvements, including in Office, Visual Studio and several languages. Note: this is a Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated. This release also drops support for Adobe Flash. == New Features == - Early support for UIA with Chromium based browsers (such as Edge). (#12025) @@ -55,7 +57,7 @@ What's New in NVDA == Changes for Developers == -- Note: this is a Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated. +- Note: this is an Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated. - NVDA's build system now fetches all Python dependencies with pip and stores them in a Python virtual environment. This is all done transparently. - To build NVDA, SCons should continue to be used in the usual way. E.g. executing scons.bat in the root of the repository. Running ``py -m SCons`` is no longer supported, and ``scons.py`` has also been removed. - To run NVDA from source, rather than executing ``source/nvda.pyw`` directly, the developer should now use ``runnvda.bat`` in the root of the repository. If you do try to execute ``source/nvda.pyw``, a message box will alert you this is no longer supported. From 03bb7bcddae86622f5395c48a08ad107ca39a64a Mon Sep 17 00:00:00 2001 From: Quentin Christensen Date: Wed, 12 May 2021 09:19:24 +1000 Subject: [PATCH 2/4] Update user_docs/en/changes.t2t Thanks Reef! Co-authored-by: Reef Turner --- 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 1f8c7a74e32..90521603558 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -4,8 +4,14 @@ What's New in NVDA %!includeconf: ../changes.t2tconf = 2021.1 = -This release includes optional experimental support for UIA in Excel and -Chromium browsers. There are fixes for several languages, and for accessing links in Braille. There are updates to Unicode CLDR and maths symbols, eSpeak-NG and LibLouis. Many bug fixes and improvements, including in Office, Visual Studio and several languages. Note: this is a Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated. This release also drops support for Adobe Flash. +This release includes optional experimental support for UIA in Excel and Chromium browsers. +There are fixes for several languages, and for accessing links in Braille. +There are updates to Unicode CLDR and maths symbols, eSpeak-NG and LibLouis. +Many bug fixes and improvements, including in Office, Visual Studio and several languages. +Note: this is an Add-on API compatibility breaking release. +Add-ons will need to be re-tested and have their manifest updated. +This release also drops support for Adobe Flash. + == New Features == - Early support for UIA with Chromium based browsers (such as Edge). (#12025) From 3aef8bb1f2d82618f0a646d95aa78b7aca616e7d Mon Sep 17 00:00:00 2001 From: Quentin Christensen Date: Wed, 12 May 2021 21:41:55 +1000 Subject: [PATCH 3/4] Updated wording as per user requests Updated "maths" to "mathematics" as per Bill's request - thanks Bill! Also updated the wording of one of the bug fixes to fix the grammar. Changed from "... to use NVDA in a languages ..." to "... to use NVDA in languages ..." (Thanks Susanne via email for pointing that one out) --- user_docs/en/changes.t2t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 90521603558..c8a2b67de40 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -6,7 +6,7 @@ What's New in NVDA = 2021.1 = This release includes optional experimental support for UIA in Excel and Chromium browsers. There are fixes for several languages, and for accessing links in Braille. -There are updates to Unicode CLDR and maths symbols, eSpeak-NG and LibLouis. +There are updates to Unicode CLDR and mathematics symbols, eSpeak-NG and LibLouis. Many bug fixes and improvements, including in Office, Visual Studio and several languages. Note: this is an Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated. @@ -52,7 +52,7 @@ This release also drops support for Adobe Flash. - known issue for right-to-left languages: the right border of groupings clips with labels/controls. (#12181) - The python locale is set to match the language selected in preferences consistently, and will occur when using the default language. (#12214) - - TextInfo.getTextInChunks no longer freezes when called on Rich Edit controls such as the NVDA log viewer. (#11613) -- It is once again possible to use NVDA in a languages containing underscores in the locale name such as de_CH on Windows 10 1803 and 1809. (#12250) +- It is once again possible to use NVDA in languages containing underscores in the locale name such as de_CH on Windows 10 1803 and 1809. (#12250) - In WordPad, configuration of superscript/subscript reporting works as expected. (#12262) - NVDA no longer fails to announce the newly focused content on a web page if the old focus disappears and is replaced by the new focus in the same position. (#12147) - Strikethrough, superscript and subscript formatting for entire Excel cells are now reported if the corresponding option is enabled. (#12264) From d90ba4ef5f8cd385c705a9197967a516ee1023ef Mon Sep 17 00:00:00 2001 From: Quentin Christensen Date: Thu, 13 May 2021 13:47:08 +1000 Subject: [PATCH 4/4] Update user_docs/en/changes.t2t Updated "Mathematics" to "Mathematical" Co-authored-by: Bill Dengler --- user_docs/en/changes.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index c8a2b67de40..73483143ae9 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -6,7 +6,8 @@ What's New in NVDA = 2021.1 = This release includes optional experimental support for UIA in Excel and Chromium browsers. There are fixes for several languages, and for accessing links in Braille. -There are updates to Unicode CLDR and mathematics symbols, eSpeak-NG and LibLouis. +There are updates to Unicode CLDR and mathematical symbols, eSpeak-NG and LibLouis. + Many bug fixes and improvements, including in Office, Visual Studio and several languages. Note: this is an Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated.