Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Releases: bash-bastion/hookah

v1.1.1

18 Jul 04:36
v1.1.1
58c31d6
Compare
Choose a tag to compare

Fixes

Hotfix for using std.should_print_color_{stdout,stderr} properly from bash-std

v1.1.0

18 Jul 04:32
v1.1.0
d75275b
Compare
Choose a tag to compare

Features

  • When printing potential hooks, embed hyperlinks to each one
  • Show fewer hook names on hookah new

Misc

  • Upgrade dependencies
  • Improved quoting and use of local variables
  • Improved documentation page

v1.0.0

23 Mar 01:29
v1.0.0
e583773
Compare
Choose a tag to compare

Yayy! Finally at v1.0.0

Features

  • Library for hooks (that are implemented in Bash) (lib.sh) is finally fleshed out
    • Expect the same stability as bake since its v1.0.0
  • The hookah new menu is completely reworked, adding all possible Git hooks
    • In the future, more advanced scrolling and categorization will be implemented along with hyperlinks to the documentation
  • General improvements

v0.3.0

17 Mar 23:39
v0.3.0
9d85ab1
Compare
Choose a tag to compare

This release features a substantial general improvement, including one fix that stands out:

Fixes

  • stdin is not a tty errors

v0.2.0

07 Mar 21:34
v0.2.0
7e069d6
Compare
Choose a tag to compare

Initial release 🥳!

This essentially automatically sets core.hooksPath, and has features that let you quickly create Git hooks and ensure they will run. See README.md for more information