Skip to content

Releases: BashGui/easybashgui

13.0.2 - Bugfix on input() function

27 Jun 13:41
Compare
Choose a tag to compare

Bug was in input() function, but only in "yad" and "Xdialog" mode, and only with options "2" or "3" (=> e.g.: "input 1 foo bar" was not affected, but "input 2 foo bar mamma mia" was affected ).
Fixed.

Enjoy! ;)

13.0.1 - Minor bugfixes in 'gum' mode

26 Mar 18:15
Compare
Choose a tag to compare

Bugfixes for 'gum' mode.
Fixed a bug in notify_message() when --icon/-i option is present.
Improved question() when script is not running in gnome-terminal, mate-terminal, qterminal and konsole (other terminal emulators don't handle well gum colors, and selection between "Ok" and "Cancel" is not visible).

13.0.0 - "gum" mode added

19 Mar 12:03
Compare
Choose a tag to compare

In this EBG release has been added a new widget: "gum". EBG chooses it if no graphical widget are installed, and preferes it to (c)dialog if Gum is installed on system. However, you can always select it by typing: "export supermode=gum && source easybashgui". Enjoy!

Tuning in docs and a bugfix in 'dialog' adjust()

23 Feb 13:21
Compare
Choose a tag to compare

Thanks to Lenz excellent work, EBG docs are now a lot more explainatory, but in this release I explained a little better some functions, like progress() and notify_change().
Moreover, I noted a little bug in adjust() in 'dialog' mode: it allowed to go over 100% (or less than 0%) => fixed.

12.0.5 : better readme & docs, some bugfixes, a new version after 4 years

16 Feb 21:45
Compare
Choose a tag to compare

What's Changed

  • documentation and organization - README and examples, right install file by @mckaygerhard in #18

New Contributors

Full Changelog: 12.0.4...12.0.5

Besides the new shiny README.md and documentation (thank you @mckaygerhard ), I fixed a pair of bugs remained in the shadows for years: one related to input() and special chars (thanks MueJ94 ) , the other one related to adjust() when user closes window with "Close" button.

Enjoy!

Changes to keep Yad compatibility

04 Jun 15:19
Compare
Choose a tag to compare

Victor Ananjevsky, author of Yad, has recently modified some command line options of its beautiful widget. This version tries to address this issue.

EBG with 'notify' functions and an improuved notify_message

16 Nov 17:27
Compare
Choose a tag to compare

Here they are main points:

  • notify -c [left click command] -i [good icon#bad icon] -t [good tooltip#bad tooltip] [menu item 1] [menu command 1] ... [menu item n] [menu command n]
  • notify_change -i [icon] -t [tooltip] "[good|bad]"
  • notify_message -i [icon] "text"

Please, refer to my page https://sites.google.com/site/easybashgui/easy-bash-functions for examples.

Enjoy!

EBG with 'notify' functions

14 Nov 18:22
Compare
Choose a tag to compare

Three new functions:

  • notify_message
  • notify ( * )
  • notify_change ( * )
    ( * = only with "yad" installed in your system).

Please, refer to my example page https://sites.google.com/site/easybashgui/easy-bash-functions for more info.

EBG with 'notify' functions (draft 2)

14 Nov 18:25
Compare
Choose a tag to compare

Some little struggles with Makefile & other files...

EBG with 'notify' functions (draft 1)

14 Nov 18:24
Compare
Choose a tag to compare

Initial work to add to EBG notification functions.