ソースを参照

Release v1.7.2 (#1941)

Tig Kindel 3 年 前
コミット
6931afe18f
1 ファイル変更5 行追加1 行削除
  1. 5 1
      Terminal.Gui/Terminal.Gui.csproj

+ 5 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -79,11 +79,15 @@
     <Summary>A toolkit for building rich console apps for .NET that works on Windows, Mac, and Linux/Unix.</Summary>
     <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>
     <Title>Terminal.Gui - Cross Platform Terminal user interface toolkit for .NET</Title>
     <PackageReleaseNotes>
     <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
       Release v1.7.1
       * Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
       * Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
       * Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
       * Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
       * Fixes #1924. Wizard: Selected help text is unreadable
       * Fixes #1924. Wizard: Selected help text is unreadable
-      
+
       Release v1.7.0
       Release v1.7.0
       * Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
       * Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
       * Adds multi-step Wizard View for setup experiences (#124)
       * Adds multi-step Wizard View for setup experiences (#124)