From d45543c62a5201dd238a0b2b58bebe7921c3bfc0 Mon Sep 17 00:00:00 2001 From: Stephen Beechen Date: Sun, 3 Dec 2023 09:18:26 -0700 Subject: [PATCH] Update changelog --- hassio-google-drive-backup/CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/hassio-google-drive-backup/CHANGELOG.md b/hassio-google-drive-backup/CHANGELOG.md index 5d1677dc..6ff6ef2f 100644 --- a/hassio-google-drive-backup/CHANGELOG.md +++ b/hassio-google-drive-backup/CHANGELOG.md @@ -1,31 +1,38 @@ -## v0.112.1 [DATE TBD] +## v0.112.1 [2023-11-03] + - Added warnings about using the "Stop Addons" feature. I plan on removing this in the near future. If you'd like to keep the feature around, please give your feedback in [this GitHub issue](https://github.com/sabeechen/hassio-google-drive-backup/issues/940). - When backups are stuck in the "pending" state, the addon now provides you with the Supervisor logs to help figure out whats wrong. - Added support for the "exclude Home Assistant database" options for automatic backups -- Added a configuration options to limit the speed of uploads to Google Drive -- When Google Drive doesn't have enough space, the addon now explains how much space you're using and how much is left. +- Added configuration options to limit the speed of uploads to Google Drive +- When Google Drive doesn't have enough space, the addon now explains how much space you're using and how much is left. This was a source of confusion for users. - When the addon halts because it needs to delete more than one backup, it now tells you which backups will be deleted. - Fixed a bug when using "stop addons" that prevented it from recognizing addons in the "starting" state. -- The addon's containers are now donwloaded from Github (used to be DockerHub) +- The addon's containers are now donwloaded from Github (previously was DockerHub) +- Added another redundant token provider, hosted on heroku, that the addon uses for its cloud-required component when you aren't using your own google app credentials. ## v0.111.1 [2023-06-19] + - Support for the new network storage features in Home Assistant. The addon will now create backups in what Home Assistant has configured as its default backup location. This can be overridden in the addon's settings. - Raised the addon's required permissions to "Admin" in order to access the supervisor's mount API. - Fixed a CSS error causing toast messages to render partially off screen on small displays. - Fixed misreporting of some error codes from Google Drive when a partial upload can't be resumed. ## v0.110.4 [2023-04-28] + - Fix a whitespace error causing authorization to fail. ## v0.110.3 [2023-03-24] + - Fix an error causing "Days Between Backups" to be ignored when "Time of Day" for a backup is set. - Fix a bug causing some timezones to make the addon to fail to start. ## v0.110.2 [2023-03-24] + - Fix a potential cause of SSL errors when communicating with Google Drive - Fix a bug causing backups to be requested indefinitely if scheduled during DST transitions. ## v0.110.1 [2023-01-09] + - Adds some additional options for donating - Mitgigates SD card corruption by redundantly storing config files needed for addon startup. - Avoid global throttling of Google Drive API calls by: