Skip to content

v0.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 23:25

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