Releases: shilangyu/scoop-search
Releases Β· shilangyu/scoop-search
v1.5.0
v1.4.1
Correctly handle empty query strings
v1.4.0 - rewrite in Zig
Done for three reasons, in order of importance:
- Use a language without a runtime to hopefully stop being incorrectly flagged as malware by anti-viruses
- I was informed there are even faster tools
- Have fun rewriting in Zig
scoop-search
should behave exactly as before, but is now even faster.
v1.3.3
Update actions and go.mod
v1.3.2
Ignore malformed manifests
v1.3.1
Merge pull request #32 from v1nh1shungry/check-root-exists fix https://github.com/shilangyu/scoop-search/issues/31
v1.3.0
- Support scoop config directory (@v1nh1shungry #30)
v1.2.0
- Allow for bin alias syntax without an alias
- Bump Go version
- Ignore non-dirs in buckets path
v1.1.0
Add support for env:SCOOP, closes #11
v1.0.1
check for manifests in root when bucket dir does not exists, fixes #8