Skip to content

v0.105.1

Compare
Choose a tag to compare
@sabeechen sabeechen released this 07 Sep 19:41
· 321 commits to master since this release
60f153d

[0.105.1 2021-9-7]

This version will automatically update your addon's configuration to reference "backups" in its configuration keys instead of "snapshots". It will also, with your permission, start publishing its sensor values with the word "backup" instead of "snapshot". Visit the addon Web-UI after updating for details.

New

  • Updated the addon to reference "backups" instead of "snapshots":
    • UI no longer refers to "snapshots"
    • Published sensor now refer to "backups" (this is configurable).
    • Use the supervisor's new "/backups" endpoints.
    • Configuration options now refer only to "backups".
  • Add config option "call_backup_snapshot" for if you still want published sensors to refer to "snapshots"
  • Improved error messaging when Google credentials expire.
  • Added an option to pre-emptively delete the oldest backup before creating a new one. See "Delete oldest backup before making a new one" in the settings.

Fixes

  • A bug causing an error when using generational backups and no backups are present (#447)
  • A bug causing the reported addon sizes in backups to be way too small.
  • A bug causing in-progress backup to always show up as "partial" (#437)
  • Published sensors included ignored backups in heir dates (#431)
  • Numerous spelling errors.

Dev/Cleanup

  • Configured a devcontainer for code contributions.
  • Moved generating Google's refresh tokens to a new domain, https://token1.habackup.io.