Releases: jurassiscripts/velociraptor
Releases · jurassiscripts/velociraptor
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
Features
- script: combined descriptions for composite scripts (cf17689) (@paambaati)
1.0.2
1.0.1
chore(release): 1.0.1
1.0.0
⚠ 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)