Skip to content

rustic v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 21:16
· 34 commits to main since this release
152c256

We are very happy to release rustic 0.8.1 based on rustic_core 0.3.1.
This release is basically a bugfix release, but also adds small enhancements in shell completions and interactive mode.
We also warmly welcome the new maintainer @nardoor who joined the team shortly before we started working on rustic_core 0.3.1 / rustic 0.8.1!

Changelog

Bug Fixes

  • Allow to compile without tui feature
    (#1208)
  • Use cargo --locked in CI pipeline
    (#1207)
  • Return exitcode (#1220)
  • "Incorrect Password" error is now only shown if password is really incorrect.
    (rustic_core)
  • Group by now works as expected
    (rustic_core)
  • A bug in keep-tags and filter-tags has been fixed.
    (rustic_core)
  • Building OpenBSD platform target is now possible again
    (rustic_core)

Documentation

  • Update config profile readme
    (#1221)

Features

  • Add autocompletion hints
    (#1225)
  • Allow to modify filters
    (#1210)
  • Allow to view text files
    (#1216)

Generated

  • Updated Completions fixtures

Miscellaneous Tasks

  • Bump quinn-proto from 0.11.6 to 0.11.8
    (#1223)
  • Dependency updates (#1227)