Ripgrep All Versions Save

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

v0.10.6

3 months ago

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 https://github.com/phiresky/ripgrep-all/pull/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

3 months ago

v0.10.4

3 months ago

v0.10.3

3 months ago

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 https://github.com/phiresky/ripgrep-all/pull/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

3 months ago

v1.0.0-alpha.5

10 months ago

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

v1.0.0-alpha.4

10 months ago

v0.9.6

3 years ago

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

4 years ago

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