mirror of
https://github.com/VladimirMarkelov/clui.git
synced 2025-04-28 13:48:50 +08:00
docs update
This commit is contained in:
parent
403ab18660
commit
1f6ccfb9aa
@ -7,7 +7,7 @@ Command Line User Interface (Console UI inspired by TurboVision) with built-in t
|
|||||||
|
|
||||||
|
|
||||||
## Current version
|
## 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
|
## Applications that uses the library
|
||||||
* Terminal FB2 reader(termfb2): https://github.com/VladimirMarkelov/termfb2
|
* 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)
|
* TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode)
|
||||||
* ProgressBar (Vertical and horizontal. The latter one supports custom text over control)
|
* 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)
|
* Frame (A decorative control that can be a container for other controls as well)
|
||||||
|
* Scrollable frame
|
||||||
* CheckBox (Simple check box)
|
* CheckBox (Simple check box)
|
||||||
* Radio (Simple radio button. Useless alone - should be used along with RadioGroup)
|
* Radio (Simple radio button. Useless alone - should be used along with RadioGroup)
|
||||||
* RadioGroup (Non-visual control to manage a group of a few RadioButtons)
|
* 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)
|
* GridView (Table to show structured data - only virtual and readonly mode with scroll support)
|
||||||
* [FilePicker](/docs/fselect.md)
|
* [FilePicker](/docs/fselect.md)
|
||||||
* LoginDialog - a simple authorization dialog with two fields: Username and Password
|
* LoginDialog - a simple authorization dialog with two fields: Username and Password
|
||||||
* Scrollable frame
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
The main demo (theme changing and radio group control)
|
The main demo (theme changing and radio group control)
|
||||||
|
@ -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
|
2018-11-09 - version 1.0.0 RC6
|
||||||
[*] If no error is found in the next few weeks, this release will become 1.0.
|
[*] 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.
|
It is high time to release 1.0. Everything looks working.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user