Releases: Arteiii/zenity
Releases · Arteiii/zenity
Release
20 interactive menu presets (#24) * added input example and removed selection for now * updated readme to show newest input valid gif * added regex and input validation widget
Release
3.0.1 fixed workflow, typos in documentation and readme
Release
15 add style support for multi spinners (#18) * removed spinner struct * frames now support .invert isntead of a bool * documentation improvements * new terminal styled render * fixed frames for new inverted method * added default styled string and helper macro * updated spinner to work with colors * examples updated to match the new api structure * small updates for better structure * implemented AsRef and Clean Terminal Line * simple style method added * updated multispinner to use colors * added balanced iterator_single and repeat for StyledString * fixed progressbar to work with the new api and added New Frames * removed unused imports * updated readme gif to include new animation
Release
2.0.3 documentation improvements
Release
2.0.1 removed content from lib docs
Release
14 rework (#16) * readme update include logo * formating and import updates * PreDefined are now in Frames * include Bar in new method * examples updated to work with the api changes * added lazy_static * rework after merging PreDefined into Frames and renaming get_uid to get_last (since it gets the last created uid) * docs updates * added public color mod removed unused code * reworked frames mod for easier data managment * readme improvements (included contribution guidelines)
Release
2 progress bars (#12) * added progress struct basis * added terminal.rs for common terminal tasks * added basic progress bar * readme updates for new progress bar
Release
1.3.2 fixed std output
Release
1.3.1 version update
Release
8 rains rust cli recommendations colors (#11) * updated readme to add --color note * documentation improvements * added supports_color depends and created lib target * added color helper structs and tests