Skip to content

Releases: BashGui/easybashgui

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.

11.0.1: Micro bug fixes in previous 11.0.0 version.

08 Jan 13:27
Compare
Choose a tag to compare

In easybashgui.lib, changes are just related to gtkdialog version comparing and an explanatory sentence in text() function in dialog mode (for whiptail users), while in other ancillary modules there are minor changes (e.g. the exiting message).

New Posix version

05 Jan 17:31
Compare
Choose a tag to compare

Time for EBG to get compliant to Posix standard. Enjoy!

A little bugfix release after 4 years

13 Apr 19:38
Compare
Choose a tag to compare

Four years are... enough to test a release: EBG did work so far like a charm.
Only two minor problems (hence this release):

  1. sourcing easybashlib Bash complains about "BASH_SOURCE" and "FUNCNAME"... ok Bash! I will not declare an internal variable light-heartedly anymore... ;-)
  2. Yad hates arrows keys in args... the only possible fix is change arrows chars in menu/list in a temporary string.
    Last change in this release: header in yad menu() is removed.

Input 1 accepts two args

28 Aug 09:30
Compare
Choose a tag to compare

In this release I fixed an ancient EBG limitation: "input 1" function was limited to one argument.
That because Xdialog doesn't support for one-field-input widget, and all other modes had to adapt to this strange behavior. Since many people asked me about, I finally decided to fix this limitation. So now you can type: "source easybashgui; input 1 name foo", at last.
However, for backward compatibility, old behavior is accepted.