Releases: alirezanet/Husky.Net
Releases · alirezanet/Husky.Net
0.6.0-Preview1
v0.5.4
What's Changed
- Add .Net 7 Support
- Fix unable to load assembly on Net7 by @SajjadHosseinPour in #60
New Contributors
- @SajjadHosseinPour made their first contribution in #60
Full Changelog: v0.5.2...v0.5.4
v0.5.4-preview1
- Net 7.0 support
v0.5.2
v0.5.1
v0.5.0
- Improve CSX execution time (caching) #28 Thanks to @acesyde
- Add
Clean
command to remove cached files - Add
no-unicode
/-u
to run command for disabling Unicode emojis #47 - Add global environment variables:
HUSKY_NOUNICODE
: to disable emojisHUSKY_QUIET
: to disable [Husky] logsHUSKY_NOPARTIAL
: to disable temporary file generation in partial commits
v0.4.4
v0.4.2
- Add No-Partial (
-p
) option to run command to prevent husky interference in git staging process #39
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
- Add Support partial commits (#23) Thanks to @benbarth
- Fix execute permission not applied to hooks on Linux machines. #25 Thanks to @donalfenwick
- Run Chunks in parallel
- Improve CLI logs
- Add more verbose logs