Skip to content

Releases: SiteRelEnby/git-leash

v0.1.2

03 Apr 04:44

Choose a tag to compare

New Contributors

  • @SiteRelEnby made their first contribution in #2
  • @ark-lamp-umbrella made their first contribution in #1

Full Changelog:

  • Tone system: Message tones are now user-definable, with a few example defaults. Also includes noun= for more customisation, and a much more flexible config system overall with better possibility for overrides
  • Deprecated [messages] config; replaced with [defaults]
  • Improve quality of randomness by switching from $RANDOM to /dev/urandom
  • Bugfix: Do not clobber user's global pre-commit hook, if one exists
  • Bugfix: Exit immediately when interrupting commit, without chaining any additional hools
  • Add nix flake

v0.1.1

02 Apr 18:50

Choose a tag to compare

fix status crash with undefined times; fix examples so github's synta…