Releases: hound-search/hound
Releases · hound-search/hound
2023-05 Patch
2023-03 Features and Bugfixes
What's Changed
- Update Makefile to reflect the move to a go module. by @kellegous in #437
- Convert Signal to es6 class. by @kellegous in #440
- Upgrade all devDependencies in webpack build. by @kellegous in #439
- Corrected a typo in readme.md by @Anurag-Nayak in #442
- chore: add manual install option by @appletreeisyellow in #446
- kick off for pull requests by @dschott68 in #448
- [Issue 385] change Advanced options div ID by @jeffswensen in #449
- Update list of maintainers with additional volunteers by @jvt in #451
- Add
display-name
option to customize/disambiguate output by @awf in #454 - Rebuild ui/bindata.go by @ianw in #456
New Contributors
- @Anurag-Nayak made their first contribution in #442
- @appletreeisyellow made their first contribution in #446
- @jeffswensen made their first contribution in #449
- @jvt made their first contribution in #451
- @awf made their first contribution in #454
- @ianw made their first contribution in #456
Full Changelog: v0.6.0...v0.7.0
2022-09 Features and Bugfixes
What's Changed
- Add config.json to .gitignore and add .dockerignore by @kinghrothgar in #427
- Adding the setup-qemu-action to enable multiplatform docker builds from github actions by @jmherbst in #418
- Attempt auto-generated files being hidden by default by @ivantsepp in #421
New Contributors
- @kinghrothgar made their first contribution in #427
- @jmherbst made their first contribution in #418
- @ivantsepp made their first contribution in #421
Full Changelog: v0.5.1...v0.6.0
2022-06 Patch
2022-06 Features and Bugfixes
What's Changed
- support github webhook by @corbosman in #387
- Omit ports in constructed URL by @alexanderchiu in #383
- Improve accessibility by @jrarmstro in #398
- Automatically build docker image and publish to ghcr.io by @inful in #401
- Update default-config.json by @simon04 in #391
- Add hyperlinks to repository root by @jrarmstro in #396
- Add literal search option by @jrarmstro in #397
- Give file links a target of blank by @hoorayimhelping in #404
- Adding Pull Request Template for providing more information in each PR by @roshanjrajan in #409
- Update README to use ghcr.io by @davegallant in #405
- Fix typo by @fredster33 in #413
- Remove default branch warning by @salemhilal in #414
- ui: collapse and expand files by @vracini in #417
- Fix the linter, update golang versions. by @salemhilal in #422
New Contributors
- @corbosman made their first contribution in #387
- @alexanderchiu made their first contribution in #383
- @jrarmstro made their first contribution in #398
- @inful made their first contribution in #401
- @roshanjrajan made their first contribution in #409
- @davegallant made their first contribution in #405
- @fredster33 made their first contribution in #413
- @vracini made their first contribution in #417
Full Changelog: v0.4.0...v0.5.
0
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)
Bug fixes and such
Bug fixes and some new features
In case people want to download a pre-built binary, here's a new release incorporating all of the early fixes and feature additions.
First release
Pre-built binary attached in case you don't want to build it yourself.