浏览代码

Bump to 0.81

miguel 5 年之前
父节点
当前提交
79011c3e7a
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. 12 2
      Terminal.Gui/Terminal.Gui.csproj

+ 12 - 2
Terminal.Gui/Terminal.Gui.csproj

@@ -9,7 +9,7 @@
   <PropertyGroup>
   <PropertyGroup>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
     <PackageId>Terminal.Gui</PackageId>
     <PackageId>Terminal.Gui</PackageId>
-    <PackageVersion>0.80</PackageVersion>
+    <PackageVersion>0.81</PackageVersion>
     <Authors>Miguel de Icaza</Authors>
     <Authors>Miguel de Icaza</Authors>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
     <PackageProjectUrl>https://github.com/migueldeicaza/gui.cs/</PackageProjectUrl>
@@ -18,7 +18,17 @@
     <Owners>Miguel de Icaza</Owners>
     <Owners>Miguel de Icaza</Owners>
     <Summary>Application framework for creating modern console applications using .NET </Summary>
     <Summary>Application framework for creating modern console applications using .NET </Summary>
     <Title>Gui.cs is a framework for creating console user interfaces</Title>
     <Title>Gui.cs is a framework for creating console user interfaces</Title>
-    <PackageReleaseNotes>0.80: Jumbo update from BDisp:
+    <PackageReleaseNotes>0.81: Fix ncurses engine for macOS/Linux, it works again
+
+* Fixes an issue with referencing views that have not been allocated yet causing a stack overflow
+* New OnCloseMenu event on menus
+* Button cursor position looks better
+* Listview in single-selection mode uses a radio-button look
+* Fixes a couple of crashes (356)
+* Default the samples to work on Catalina
+
+
+0.80: Jumbo update from BDisp:
 
 
 * Fixed key events traversal for modal dialogs
 * Fixed key events traversal for modal dialogs
 * Fixes culture info of DataField from pr
 * Fixes culture info of DataField from pr