From b89efce8a99835f7445bdc0352131a87c67eb7e8 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sat, 18 Dec 2021 08:40:44 -0800 Subject: [PATCH] v1.4.0 Release (#1549) --- Terminal.Gui/Terminal.Gui.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index d93b7aa18..b4107cc14 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -43,6 +43,14 @@ Terminal.Gui is a framework for creating console user interfaces + v1.4.0 + * #1546 Fixes #1535. Added IsMouseDisabled prop to Application + * #1515 Upgrading to Net6.0 + * #1508 Allows ListView trigger the Enter and Leave events. + * #1506 Prevents a Process breaks rendering on Linux. + * #1505 Fixes #1499. Allowing border settings for the MessageBox. + * #1504 Fixes #1502. Prevents high CPU usage. + v1.3.0 * #1491 Fix link to MainLoop docs in README.md * #1489 Dynamic menu/statusbar and Enable property fix.