Release v1.7.2 (#1941)

This commit is contained in:
Tig Kindel
2022-08-04 17:42:58 -04:00
committed by GitHub
parent a23c1bee19
commit 6931afe18f

View File

@@ -79,11 +79,15 @@
<Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
<Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
<PackageReleaseNotes>
Release v1.7.2
* Fixes #1773. Base color scheme for ListView hard to read
* Fixes #1934. WindowsDriver crash when the height is less than 1 with the VS Debugger
Release v1.7.1
* Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
* Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
* Fixes #1924. Wizard: Selected help text is unreadable
Release v1.7.0
* Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
* Adds multi-step Wizard View for setup experiences (#124)