- Fix lefthook binary extension on Windows. [aminya](https://github.com/aminya) - [PR 193](https://github.com/evilmartians/lefthook/pull/193) Fix path for searching npm-installed binary when in worktree. [Envek](https://github.com/Envek) - NPM, RPM, and DEB packaging fixes. [Envek](https://github.com/Envek)
0.7.5
- [PR 179](https://github.com/evilmartians/lefthook/pull/179) Fix running on Windows under MSYS and MINGW64 when run from Ruby gem or JS npm package. [akiver](https://github.com/akiver), [Envek](https://github.com/Envek) - [PR 177](https://github.com/evilmartians/lefthook/pull/177) Support non-default git hooks path. [charlie-wasp](https://github.com/charlie-wasp) - [PR 182](https://github.com/evilmartians/lefthook/pull/182) Support git workspaces and submodules. [skryukov](https://github.com/skryukov) - [PR 184](https://github.com/evilmartians/lefthook/pull/184) Rewrite npm's scripts in JavaScript to support running on Windows without `sh`. [aminya](https://github.com/aminya)
0.7.4
- [PR](https://github.com/evilmartians/lefthook/pull/171) Improve check for installed git [DmitryTsepelev](https://github.com/DmitryTsepelev) - [PR](https://github.com/evilmartians/lefthook/pull/169) Create .git/hooks directory when it does not exist [DmitryTsepelev](https://github.com/DmitryTsepelev)
0.7.3
- [PR](https://github.com/evilmartians/lefthook/pull/168) Package versions for all architectures (x86_64, ARM64, x86) into Ruby gem and NPM package [Envek](https://github.com/Envek) - [PR](https://github.com/evilmartians/lefthook/pull/167) Fix golang 15+ build [skryukov](https://github.com/skryukov)
- [PR](https://github.com/evilmartians/lefthook/pull/124) Fix `npx` when only `yarn` exists. Thanks [dotterian](https://github.com/dotterian)
- [PR](https://github.com/evilmartians/lefthook/pull/116) Fix use '-h' for robust lefthook. Thanks [fahrinh](https://github.com/fahrinh)
0.7.1
- [PR](https://github.com/evilmartians/lefthook/pull/108) Fix `sh` dependency on windows when executing `git`. Thanks [lionskape](https://github.com/lionskape)
- [PR](https://github.com/evilmartians/lefthook/pull/103) Add possibility for using `yaml` and `yml` extension for config. Thanks [rbUUbr](https://github.com/rbUUbr)