From 6931afe18f103f0637374f59fd32702e0fa2c2cd Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Thu, 4 Aug 2022 17:42:58 -0400 Subject: [PATCH] Release v1.7.2 (#1941) --- Terminal.Gui/Terminal.Gui.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index f8a28cae9b..5dcf16d6f3 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -79,11 +79,15 @@ A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix. Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET + 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)