Skip to content

Releases: evilmartians/lefthook

v1.6.18

21 Jun 10:33
v1.6.18
4ea200b
Compare
Choose a tag to compare

Changelog

v1.6.17

20 Jun 08:17
v1.6.17
9c0a884
Compare
Choose a tag to compare

Changelog

  • 8959135 chore: setting proper error message for missing lefthook file (#748)
  • b48923b fix: apply local extends only if they are present (#754)

v1.6.16

13 Jun 07:53
v1.6.16
14f712b
Compare
Choose a tag to compare

Changelog

  • aa98a47 fix: fetch remotes only for non ghost hooks (#744)
  • 0a82d71 fix: skip overwriting hooks when fetching data from remotes (#745)

v1.6.15

03 Jun 08:17
v1.6.15
a58c11d
Compare
Choose a tag to compare

Changelog

  • dd53f02 chore(golangci-lint): enable copyloopvar, intrange, and prealloc (#740)
  • bcec71f chore(golangci-lint): upgrade to 1.59.0 (#738)
  • c2b2db7 chore: refactor commands interfaces (#735)
  • 38ccbc1 deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742)
  • c0452db feat: add refetch option to remotes config (#739)
  • e953133 perf: delay git and uname commands in hook scripts until needed (#737)

v1.6.14

30 May 09:28
v1.6.14
8b72963
Compare
Choose a tag to compare

Changelog

  • 8b72963 1.6.14: fix git lfs pre-push hooks
  • afc1125 fix: share STDIN across different commands on pre-push hook (#732)

v1.6.13

27 May 07:37
v1.6.13
556201d
Compare
Choose a tag to compare

Changelog

  • 556201d 1.6.13: support Mint package manager
  • e61cef5 chore: remove go patch version in go.mod (#726)
  • 2af01be deps: May 22 dependencies update (#706)
  • 04a6d51 feat: expand Swift integration with Mint support (#724)

v1.6.12

17 May 11:31
v1.6.12
e87cc77
Compare
Choose a tag to compare

Changelog

  • e87cc77 1.6.12: fix interactive mode for scripts
  • e42043f fix: enable interactive scripts (#720)
  • ce8d4f2 fix: more verbose error on versions mismatch (#721)

v1.6.11

13 May 07:26
v1.6.11
fd407ef
Compare
Choose a tag to compare

Changelog

  • fd407ef 1.6.11: fix partially staged logic and add --no-auto-install flag
  • 1d100c6 chore: bump go to 1.22 (#701)
  • 6965783 feat: add run --no-auto-install flag (#716)
  • 5c6d8ae fix: add --porcelain to git status --short (#711)

v1.6.10

10 Apr 12:52
v1.6.10
df82fd9
Compare
Choose a tag to compare

Changelog

  • df82fd9 1.6.10: add file_types option filter to commands

v1.6.9

09 Apr 08:39
v1.6.9
b62abf5
Compare
Choose a tag to compare

Changelog

  • 08d69af chore: refactor Result handling (#689)
  • 9814621 chore: remove redundant parallelisation (#690)
  • 0ea9433 fix: add batching to implicit commands (#695)
  • 3c17146 fix: command argument count validations (#694)
  • 81a8375 fix: re-download remotes when called install with -f (#692)