From 79011c3e7ac8bd1979667c37a79aecad94b9547f Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 14 Apr 2020 21:53:43 -0400 Subject: [PATCH] Bump to 0.81 --- Terminal.Gui/Terminal.Gui.csproj | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 9b16fce2a..c6f2656a9 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -9,7 +9,7 @@ true Terminal.Gui - 0.80 + 0.81 Miguel de Icaza MIT https://github.com/migueldeicaza/gui.cs/ @@ -18,7 +18,17 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.80: Jumbo update from BDisp: + 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 * Fixes culture info of DataField from pr