Skip to content

Releases: Arteiii/zenity

Release

28 Jun 12:51
99773cc
Compare
Choose a tag to compare
feat: Add clear method to MultiSpinner fix #35 (#36)

* feat: Add clear method to MultiSpinner/Progressbar

* fmt: fixed formating

* test: fixed failing doc test on input example

* doc: fixed some docs, moved previews down added toc (readme)

Release

08 Jun 11:46
Compare
Choose a tag to compare
3.6.0

added yes no input prompt

Release

01 May 19:55
02cb47b
Compare
Choose a tag to compare
32 requirenents (#34)

* Update README.md
* added custom log render
* added log an requirement checks
* fixed panic if get_last was called while no spinner was created

Release

24 Apr 12:27
Compare
Choose a tag to compare
3.4.1

fixed test crash

Release

24 Apr 11:28
Compare
Choose a tag to compare
3.4.0

fmt fixes

Release

23 Apr 22:18
20e1995
Compare
Choose a tag to compare
22 allow skip input validation (#30)

* removed re-export
* removed print if invalid arguments
* removed unsued code
* reworked input

Added:
- Multiple Requirements
- valid and Invalid Notes
- additional notes for shotcuts
- default option
- support for ALLow_COLOR

* update input example to work with the new input struct
* fixed text not removing after condition match
* update preview image
* added documentation

Release

21 Apr 19:56
Compare
Choose a tag to compare
3.2.3

added features

Release

18 Apr 13:46
Compare
Choose a tag to compare
3.2.2

fixed input gif in readme

Release

18 Apr 13:35
606fdcd
Compare
Choose a tag to compare
22 allow skip input validation 1 (#29)

* reworked key input to work correctly on windows
* fixed performance issues
* added title option
* added title to example
* removed unused code added a test
* cargo fmt

Release

17 Apr 16:27
c7fc765
Compare
Choose a tag to compare
22 allow skip input validation (#27)

added:
- Shift + Enter as force
- Shift + Back as clear all


* reworked input to use macros
* additional keys and fixes for windows
* reworked input example
* fixed test failure
* some more changes to the new key combinations