2021-02 Features and Bugfixes
Features:
- Hound now supports default refs other than
master
in Git repositories (#345, thank you @rwliang!) - Hound can now ignore a filepath when searching (#347, thank you @vrischmann!)
Improvements:
- The Dockerfile now uses
tini
to initialize Hound, which should take care of zombie processes. (Thank you @yayachiken!) - Hound now uses Go Modules to manage Go dependencies. (thank you @klingtnet!)
- Hound now supports a
-version
flag. (#362, thank you @kartikay101!) - Builds now available for Windows (#356, thank you @klingtnet and @blobbered!)
- Go linter added (#356, thank you @klingtnet and @blobbered!)
Bugfixes:
- The Dockerfile now installs its own dependencies properly. (Thank you @yayachiken!)
- The Dockerfile pins its base image to alpine:3.10 (later versions had dependency issues, which we will need to revisit) (thank you @rfan-debug!)
- Fixed a race condition in
foundRefs.claim()
(#335, thank you @igorwwwwwwwwwwwwwwwwwwww!)
Chores:
- Updated documentation (#348, #359, #369, #370, #379, #380, #384 — Huge thank you to @StingyJack, @SuperSandro2000, @karthickayyapillai, @ehrktia, @aroach, @blobbered, and @rfan-debug)