Skip to content

v0.3.0-beta

Compare
Choose a tag to compare
@emuell emuell released this 15 Nov 10:48
· 23 commits to master since this release
84f79f2

What's Changed

Replaced the wails2 backend with a new Tauri backend to make development easier.
Wails is amazing, but the Go language just isn't my thing. Tauri is based on rust, which just fits my workflow better and should make it easier to add new features in the future.

  • Restic PATH on macOS

An macOS, restic browser also looks for restic executables in /usr/local/bin, /opt/local/bin, /opt/homebrew/bin and ~/bin if restic could not be found in the $PATH.

Added simple persistent "location preset" management: Locations to restic repositories can now be saved and easily recalled in the "Locations Dialog".

The browser app can now be started with the following optional arguments:

  • --insecure-tls: skip TLS certificate verification when connecting to the repo
  • --password : password for the repository - NOT RECOMMENDED - USE password-file/command instead.
  • --password-command : shell command to obtain the repository password from
  • --password-file : file to read the repository password from
  • -r, --repo : repository to show or restore from
  • --repository-file : file to read the repository location from
  • --restic : ABS path to the restic executable that should be used.
  • Google Cloud Storage Locations by @emuell in #82

Added support for Google Cloud storage locations. Please note that authentication only is possible via GOOGLE_ACCESS_TOKEN.

Make sure that only on restic command is running at the same time when quickly switching between snapshots/paths. This should speed up browsing a bit, especially if the repositories are in the cloud.

Full Changelog: v0.2.6...v0.3.0-beta