diff --git a/README.md b/README.md index c777e23..98f0c74 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Command Line User Interface (Console UI inspired by TurboVision) with built-in t ## Current version -The current version is 1.0.0 RC6. Please see details in [changelog](./changelog). +The current version is 1.0.0. Please see details in [changelog](./changelog). ## Applications that uses the library * Terminal FB2 reader(termfb2): https://github.com/VladimirMarkelov/termfb2 @@ -29,6 +29,7 @@ The current version is 1.0.0 RC6. Please see details in [changelog](./changelog) * TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode) * ProgressBar (Vertical and horizontal. The latter one supports custom text over control) * Frame (A decorative control that can be a container for other controls as well) +* Scrollable frame * CheckBox (Simple check box) * Radio (Simple radio button. Useless alone - should be used along with RadioGroup) * RadioGroup (Non-visual control to manage a group of a few RadioButtons) @@ -40,7 +41,6 @@ The current version is 1.0.0 RC6. Please see details in [changelog](./changelog) * GridView (Table to show structured data - only virtual and readonly mode with scroll support) * [FilePicker](/docs/fselect.md) * LoginDialog - a simple authorization dialog with two fields: Username and Password -* Scrollable frame ## Screenshots The main demo (theme changing and radio group control) diff --git a/VERSION b/VERSION index b4f4dfe..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-rc6 +1.0.0 diff --git a/changelog b/changelog index 39719fa..5a15202 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +2018-12-01 - version 1.0.0 +[*] No changes. No bug reports. The version 1.0 is out + 2018-11-09 - version 1.0.0 RC6 [*] If no error is found in the next few weeks, this release will become 1.0. It is high time to release 1.0. Everything looks working.