All Versions
6
Latest Version
Avg Release Cycle
104 days
Latest Release
1736 days ago

Changelog History

  • v1.0.1

    July 26, 2019
  • v1.0.0 Changes

    May 01, 2019

    โž• Added partial support for creating Fui from clap::App. ๐Ÿ‘€ For more details see

    Detailed change list

    https://github.com/xliiv/fui/compare/v0.9.0...v1.0.0

  • v0.9.0 Changes

    July 28, 2018
    • โšก๏ธ Update cursive to 0.9
    • โž• Add types FieldErrors, FormErrors
    • โž• Add required parameter program_name to Fui::new() - Breaking change
    • Ensure Fui action names are unique or panic
    • Form can be dumped to CLI command by ctrl+k
    • Cancel Fui's form shows back action picker
    • โšก๏ธ Update to new Cursive API - Breaking change
      • Replace all Box<AnyView> with ViewBox
    • First item selection improved in Autocomplete
    • ๐Ÿ›  Fix empty list scrolling in view Autocomplete
    • ๐Ÿ‘Œ Improved Autocomplete focus change between edit and select
    • Autoselect's highlight color changed to light black
    • ๐Ÿ”ง Fui theme is now configurable (through Fui::theme setter)
    • โž• Add shell completion example
    • Make Fui::build_cli_app public for generating shell completion
  • v0.8.0 Changes

    March 21, 2018
    • Fui takes optionally 4 attributes: name, version, description, authors
    • FormView has an option of setting title
    • Fui automatically adds CLI feature
      • Fui::action's now takes 4 arguments (previous desc is splited to name & 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