Skip to content

Releases: norbertkiszka/lib-bash

v0.2.0

17 Apr 02:15
0802ff5
Compare
Choose a tag to compare
  • Fixes.
  • Better args handling in whiptail_menu functions.
  • New system functions including sys_chroot.
  • Git functions.

v0.1.3

11 Apr 01:34
0fbb007
Compare
Choose a tag to compare
  • Fix: dont call scriptstacktrace twice (via error_without_exit).
  • Show PID on exit.
  • is_executable, require_executable - use first arg only (because other args are just args).
  • Whiptail menu - new functions:
    • whiptail_menu_set_default_height
    • whiptail_menu_set_default_width
    • whiptail_menu_set_default_list_height
    • whiptail_menu_set_default_dimensions
    • whiptail_menu_set_backtitle
    • whiptail_menu_set_default_backtitle
    • whiptail_menu_is_option_id_exist
    • whiptail_menu_set_default_item
  • whiptail_menu_execute:
    • Better info at whiptail exit.
    • Add dot just before execution instead of using array whole time with dots.
  • Update README.md

v0.1.2

08 Apr 23:29
d372a04
Compare
Choose a tag to compare

Small changes in lib and big changes in documentation.

v0.1.1

08 Apr 16:17
3117cf6
Compare
Choose a tag to compare

Bugfixes, better error handling, corrected function names, kinda detailed documentation in README.md

v0.1

08 Apr 03:20
07bc686
Compare
Choose a tag to compare

First public version.