Skip to content

Releases: Arteiii/zenity

Release

16 Apr 20:13
b73c34a
Compare
Choose a tag to compare
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

12 Apr 15:43
Compare
Choose a tag to compare
3.0.1

fixed workflow, typos in documentation and readme

Release

12 Apr 01:44
17b292b
Compare
Choose a tag to compare
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

10 Apr 16:27
Compare
Choose a tag to compare
2.0.3

documentation improvements

Release

09 Apr 20:36
Compare
Choose a tag to compare
2.0.1

removed content from lib docs

Release

09 Apr 20:21
473f44f
Compare
Choose a tag to compare
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

09 Apr 02:10
1d5dc8b
Compare
Choose a tag to compare
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

08 Apr 17:38
Compare
Choose a tag to compare
1.3.2

fixed std output

Release

08 Apr 17:32
Compare
Choose a tag to compare
1.3.1

version update

Release

08 Apr 15:18
45ffa5a
Compare
Choose a tag to compare
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