diff --git a/README.md b/README.md index 45f20bed3..4f9344ad6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ A simple toolkit for building console GUI apps for .NET, .NET Core, and Mono tha ![Sample app](https://raw.githubusercontent.com/migueldeicaza/gui.cs/master/docfx/sample.gif) -The most recent released [Nuget package is version `0.90.x`](https://www.nuget.org/packages/Terminal.Gui) which is the "Stable, Feature Complete" pre-release of 1.0. - -Nuget also contains pre-release versions of 1.0; they are identified with `-pre` or `-beta` in the version number (e.g. `1.0.0-pre.1`) - ## Controls & Features *Terminal.Gui* contains various controls for building text user interfaces: @@ -222,4 +218,4 @@ A presentation of this was part of the [Retro.NET](https://channel9.msdn.com/Eve Release history can be found in the [Terminal.Gui.csproj](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/Terminal.Gui.csproj) file. -In 2019 and 2020, Charlie Kindel (https://github.com/tig) and @BDisp (https://github.com/BDisp) vastly extended, improved, polished and fixed gui.cs to what it is today. +In 2019, 2020, and 2021, Charlie Kindel (https://github.com/tig), @BDisp (https://github.com/BDisp), and Thomas Nind (https://github.com/tznind) vastly extended, improved, polished and fixed gui.cs to what it is today. diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 4c9c3f58b..06629e347 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -17,6 +17,33 @@ Application framework for creating modern console applications using .NET Terminal.Gui is a framework for creating console user interfaces + v1.0.0.0 + ************************ + * Version 1.0 Release!!! + * Thank you to @migueldeicaza, @tig, @bdisp, @tznind, @jmprricone, and many more! + ************************ + * Added Dependabot support and updated dependencies + * Renamed master branch to main + * Fixes #1211. Added support to TextView for word based operations Ctrl+Del and Ctrl+Backspace + * Fixes #1208. Now the selected text is overwritten if SelectedStart is greater than CursorPosition. + * Fixes #1206. NetDriver now print the selected text. Attribute struct now create a valid Value for the current driver. Insert key is detected by NetDriver. + * Fixes #1202. CheckBox now deals with a functional '_' underscore hotkey. + * Fixes #1199. Normalize views constructors and did some typo fixing. + * Fixes #1197. Prevents width negative value if added directly to the A + * Added Vertical Alignment and Text Direction + UICatalog Demo (thanks @jmprricone!) + * Fixes #1193. A non auto size default Button now preserves his width and thus the text alignment now work. + * Fixes #1187. Prevents WordBackward throwing an exception if point is greater than the text length + * Fixes #1185. Button click is only processed if there are no mouse mov + * Fixes #1183. ListView now return true on the handled keys + * Fixes #1179. TextView does not copy to the clipboard on deleting + * Fixes #1177. Now is possible to copy or cut on the TextView with the... + * Fixes #1175. demo.cs editor now implement "Copy", "Cut" and "Paste". + * Fixes #1173. TextField only need to handle a single line. + * Fixes #1171. Delete and Backspace now deletes the selected text + * Fixes #1167. Application.Run method with #DEBUG can be simplified. + * Fixes #1165. Changing the directory name label or the field name crashes + * Fixes #1159. Dialog must have a default button if none is provided. + v1.0.0-beta.11 * NEW CONTROL: Tabview - thanks @tznind! * UI Catalog now shows correct Terminal.gui.dll version