Releases: Arteiii/zenity
Releases · Arteiii/zenity
Release
Release
3.6.0 added yes no input prompt
Release
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
3.4.1 fixed test crash
Release
3.4.0 fmt fixes
Release
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
3.2.3 added features
Release
3.2.2 fixed input gif in readme
Release
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
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