Skip to content

Releases: xCykrix/githooked

v2.0.1

04 Feb 05:03
aca5123
Compare
Choose a tag to compare

v2.0.0

12 Dec 19:24
5c2e534
Compare
Choose a tag to compare

What's Changed

  • Update LICENSE by @xCykrix in #4
  • Added Makefile and streamlined DevOps process by @xCykrix

New Contributors

Full Changelog: v2.0.0-pre.1...v2.0.0

Installation Guide: https://xcykrix.github.io/githooked.html#githooked-installation-and-help

v2.0.0-alpha.1

30 Nov 20:33
f80b969
Compare
Choose a tag to compare

Alpha Release 1 of githooked v2.0 Bash Rewrite

v1.1.1

07 Jul 20:59
deb3ff4
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

Fixes building and chmod support for Git for Windows.

v1.1.0

16 May 18:58
94004de
Compare
Choose a tag to compare

Update to replace "Deno.run" with "Deno.Command" per the API Deprecation.

v1.0.0

18 Aug 21:11
Compare
Choose a tag to compare

Release v1.0.0 -

Thank you everyone for using the pre-release versions of githooked. With this release, we are now having a strongly simplified one-point installation. Running the script for installation or the compiled binaries will initialize and update the ./.git-hooks/ folder and set the hooks config.

Full Changelog: https://github.com/amethyst-studio/githooked/commits/v1.0.0

Update: Binaries have been changed to appropriately reflect the needed permissions in Deno for dynamic path reading (aka Deno.cwd).