Skip to content

1.0.0

Compare
Choose a tag to compare
@umbopepato umbopepato released this 27 May 15:30
· 54 commits to main since this release

⚠ BREAKING CHANGES

  • run: use PowerShell by default on Windows

Bug Fixes

  • config: add missing "write" permission flag (4172957)
  • config: prevent error when a config file is completely empty (83f1bf9)
  • hooks: forward git hooks through a variable to avoid breaking scripts (5ee07e0)
  • hooks: prevent git subprocess from printing errors (a931a84)
  • hooks: typo in hook script template (0a14727)
  • scripts: kill processes in addition to closing them on errors (1b437b6)
  • scripts: use /x/process to correctly kill processes on all platforms (13136e8)

Features

  • cli: add git hook to script info output (dba1ba6)
  • cli: add hooks command (561a4fd)
  • cli: add run-hook command (66f127f)
  • cli: add upgrade command and update notifier (8bcf024)
  • git-hooks: draft git hooks integration (210f0b7)
  • hooks: add githook typing (02abd70)
  • hooks: add hooks installation checks (98c9f43)
  • hooks: backup user-defined hooks before installing (39ab6be)
  • hooks: use git cli to get the correct git dir (26ed86c)