Releases: itpp-labs/hound
Releases · itpp-labs/hound
3.0.1: Fix crashes
3.0.0
New
-
Repos paginations 91b52cf: by default loads maximum from 10 repos and show "Load results from other 99 repos", which will load results from other 30 repos
-
Decrease number of files grepping:
- Before repo is choosen to display results (by repos pagination), we grep files until first confirmation: https://github.com/itpp-labs/hound/blob/8f1cb32b52f996e5084a566da7b4c947b2f474e8/index/index.go#L202
- Stop grepping files in a repo after reaching limit + 1 results https://github.com/itpp-labs/hound/blob/8f1cb32b52f996e5084a566da7b4c947b2f474e8/index/index.go#L253-L259
-
Custom favicon. To set the icon, add favicon attribute to the config with base64 value of the image in it: e21b8d2
Fix
Major change
To apply this update in existing deployment you need:
- remove
idx-*
folders in data folder, cause metadata is changed - update config format:
"repos"
is now array with new attribute "name"
2.0.1: Filter repos with regular expression
1.2.0: allow configuring initial search parameters
1.1.0: Collapse files + sync upstream
Apply updates from google/codesearch
First release after fork
Tracked updates are:
- refactoring UI code
- add Exclude Files option