Skip to content

Releases: captainhook-git/captainhook

5.25.8

24 Jul 13:17
5.25.8
ca61414

Choose a tag to compare

🚀 Changes

  • Re-allow output verbosity below normal

🐛 Bugfixes

5.25.7

24 Jul 12:26
5.25.7
7f49012

Choose a tag to compare

Changes

  • Improve verbose output

5.25.6

02 Jul 22:07
5.25.6
8d84101

Choose a tag to compare

🚀 Changes

  • Switch from log to diff for $BRANCH_FILES

🐛 Bugfixes

  • $BRANCH_FILES placeholder can contain deleted files #274

5.25.5

07 Jun 07:45
5.25.5
7b0feb0

Choose a tag to compare

🚀 Changes

  • Use custom error handling over Symfonys default Exception handling
  • Allow absolute core.hooksPath - issue #273
  • Allow blackholing hooks with /dev/null or NUL

🐛 Fixes

  • Don't crash while writing hooks to /dev/null - issue #273

5.25.4

01 Jun 15:21
5.25.4
c1e8d7a

Choose a tag to compare

Fixes

  • Handle relative symlink paths as well

5.25.3

01 Jun 12:20
5.25.3
907dc92

Choose a tag to compare

Changes

  • Check for broken symlinks - issue: #272
  • Improve default --help

Fixes

  • Run e2e test on phar as well
  • Run end-to-end tests
  • Respect disabled ansi output cli argument
  • Increase PHPStan level to 8
  • Remove Phive update (no way to allow trusted keys)
  • Rename twitter handle
  • GitHub org rename

5.25.2

30 Mar 17:24
5.25.2
e096240

Choose a tag to compare

Changes

  • Switch coverage resolver to int

5.25.1

19 Mar 16:44
5.25.1
e2a35b2

Choose a tag to compare

Changes

  • Switch coverage resolver to int to prevent floating point issues (thanks to @fperrony)

5.25.0

11 Feb 20:51
5.25.0
4c5bd31

Choose a tag to compare

Changes

With this release the Cap'n will respect any custom hooksPath configuration and install and uninstall the hooks accordingly.

  • Read core.hooksPath config for install

5.24.4

11 Feb 14:11
5.24.4
e708222

Choose a tag to compare

Changes

  • Fix PHP 8.0 compatibility