Skip to content

Releases: phiresky/ripgrep-all

v0.10.6

16 Jan 00:48
Compare
Choose a tag to compare

0.10.6

This was originally supposed to be version 1.0.0, but I don't feel confident enough in the stability to call it that.

Highlights:

Others:

  • cache database is now sqlite for inspectability and robustness
  • mbox adapter (@FliegendeWurst #104)
  • auto generate parts of the readme
  • add loads of debug logs and performance timings when --debug is used
  • better error messages via anyhow
  • add cross-platform rga-fzf binary
  • change whole code base to be async
  • change adapter interface from (&Read, &Write) -> () to AsyncRead -> AsyncRead to allow chaining of adapters

v0.10.5

16 Jan 00:37
Compare
Choose a tag to compare
chore: Release ripgrep_all version 0.10.5

v0.10.4

16 Jan 00:16
Compare
Choose a tag to compare
chore: Release ripgrep_all version 0.10.4

v0.10.3

15 Jan 23:25
Compare
Choose a tag to compare

0.10.3

This was originally supposed to be version 1.0.0, but I don't feel confident enough in the stability to call it that.

Highlights:

Others:

  • cache database is now sqlite for inspectability and robustness
  • mbox adapter (@FliegendeWurst #104)
  • auto generate parts of the readme
  • add loads of debug logs and performance timings when --debug is used
  • better error messages via anyhow
  • add cross-platform rga-fzf binary
  • change whole code base to be async
  • change adapter interface from (&Read, &Write) -> () to AsyncRead -> AsyncRead to allow chaining of adapters

v0.10.2

15 Jan 22:37
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
i

v1.0.0-alpha.5

04 Jun 16:38
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

superseded by 0.10.x! 0.10 contains all changes that were originally in the 1.0 alpha(s)

v1.0.0-alpha.4

26 May 14:18
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
alpha test 4

v0.9.6

19 May 10:08
Compare
Choose a tag to compare

0.9.6 (2020-05-19)

  • Fix windows builds
  • Case insensitive file extension matching
  • Move to Github Actions instead of Travis
  • Fix searching for words that are hyphenated in PDFs (#44)
  • Always load rga-preproc binary from location where rga is

v0.9.5

08 Apr 11:41
Compare
Choose a tag to compare
  • Allow search in pdf files without extension (#39)
  • Prefer shipped binaries to system-installed ones (#32)
  • Upgrade dependencies

If you use Windows, use version 0.9.3 (see #41)