From b8fe231d19d7668d7186bf311fc8d58590d6a9f1 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 16 May 2018 23:01:56 -0400 Subject: [PATCH] 0.9 --- Terminal.Gui/Terminal.Gui.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index d8e693109..cc9bcf110 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.8 + 0.9 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,7 +19,9 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.8: Completes keyboard support on Windows; Fixes delete on Windows, some layout fixes. + 0.9: File Open/File Save dialogs, HexView, Windows Driver allows resizing, mouse events, faster (thanks to Nick Van Dyck, nickvdyck for the contribution!), smaller bug fixes, + +0.8: Completes keyboard support on Windows; Fixes delete on Windows, some layout fixes. 0.7: terminal resizing on Linux propagates sizes with new layout system, and new features on the layout system (documented) 0.6: new layout system, multi-line textview editor, Linux bug fix for .NET Core 0.5: support Linux with .NET Core, Windows driver fixes.