Skip to content

Releases: shilangyu/scoop-search

v1.4.1

12 Feb 16:23
86dc372
Compare
Choose a tag to compare

Correctly handle empty query strings

v1.4.0 - rewrite in Zig

25 Jan 22:29
Compare
Choose a tag to compare

Done for three reasons, in order of importance:

  1. Use a language without a runtime to hopefully stop being incorrectly flagged as malware by anti-viruses
  2. I was informed there are even faster tools
  3. Have fun rewriting in Zig

scoop-search should behave exactly as before, but is now even faster.

v1.3.3

07 Jan 17:58
Compare
Choose a tag to compare
Update actions and go.mod

v1.3.2

28 Dec 23:28
Compare
Choose a tag to compare
Ignore malformed manifests

v1.3.1

25 Jan 20:09
6a4e826
Compare
Choose a tag to compare
Merge pull request #32 from v1nh1shungry/check-root-exists

fix https://github.com/shilangyu/scoop-search/issues/31

v1.3.0

25 Jan 09:24
Compare
Choose a tag to compare

v1.2.0

19 Feb 21:46
Compare
Choose a tag to compare
  • Allow for bin alias syntax without an alias
  • Bump Go version
  • Ignore non-dirs in buckets path

v1.1.0

21 Jan 10:07
Compare
Choose a tag to compare
Add support for env:SCOOP, closes #11

v1.0.1

20 Nov 08:34
Compare
Choose a tag to compare
check for manifests in root when bucket dir does not exists, fixes #8

v1.0.0

26 Jul 10:19
Compare
Choose a tag to compare
removed `all` from parsed args, not being used