All Versions
6
Latest Version
Avg Release Cycle
104 days
Latest Release
1411 days ago
Changelog History
Changelog History
-
v1.0.1
July 26, 2019 -
v1.0.0 Changes
May 01, 2019โ Added partial support for creating
Fui
fromclap::App
. ๐ For more details seeDetailed change list
-
v0.9.0 Changes
July 28, 2018- โก๏ธ Update
cursive
to 0.9 - โ Add types
FieldErrors
,FormErrors
- โ Add required parameter
program_name
toFui::new()
- Breaking change - Ensure
Fui
action names are unique or panic Form
can be dumped toCLI
command byctrl+k
- Cancel
Fui
's form shows back action picker - โก๏ธ Update to new
Cursive
API
- Breaking change- Replace all
Box<AnyView>
withViewBox
- Replace all
- First item selection improved in
Autocomplete
- ๐ Fix empty list scrolling in view
Autocomplete
- ๐ Improved
Autocomplete
focus change betweenedit
andselect
Autoselect
's highlight color changed to light black- ๐ง
Fui
theme is now configurable (throughFui::theme
setter) - โ Add shell completion example
- Make
Fui::build_cli_app
public for generating shell completion
- โก๏ธ Update
-
v0.8.0 Changes
March 21, 2018Fui
takes optionally 4 attributes: name, version, description, authorsFormView
has an option of setting titleFui
automatically addsCLI
featureFui::action
's now takes 4 arguments (previousdesc
is splited toname
&help
) - Breaking change
- Autocomplete/Multiselect:
- scrolling beyond visible items load rest of them
- keys up/down updates selected value in view
-
v0.7.1
February 22, 2018 -
v0.7.0
February 21, 2018