From 4141a0daaaf1ca7046ec386e9d4bcfa3a3df1471 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 10 Apr 2019 12:28:40 -0400 Subject: [PATCH] Release notes --- 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 ee9be61e2..13e616c60 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.19 + 0.21 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.19: PageUpDown updates (GaikwadPratik); Fixes in multi-line labels (hlfrye@gmail.com); Support Delete char in TextView (Greg Amidon); Prevent empty TextViews from crashing; Allow TextFields to be updated on the Changed event. + 0.21: Introudce Attribute.Make to more easily create attributes, and fix a bug in the file panel. +0.20: Expose some of the CursesDriver APIs +0.19: PageUpDown updates (GaikwadPratik); Fixes in multi-line labels (hlfrye@gmail.com); Support Delete char in TextView (Greg Amidon); Prevent empty TextViews from crashing; Allow TextFields to be updated on the Changed event. 0.18: Fixes hotkeys for menus (Sang Kil); Fixes RemoveAll for all containers; Allows Toplevels with no views; Fixes FileDialog layout; Prevent crash in TextView 0.17: Unix, dynamically load ncurses library to support different configurations, and not require -dev on Linux, various bug fixes.