Skip to content

Commit

Permalink
Merge pull request #840 from sabeechen/dev
Browse files Browse the repository at this point in the history
Release v0.110.4
  • Loading branch information
sabeechen committed Apr 28, 2023
2 parents f353764 + 196c667 commit 365ca1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions hassio-google-drive-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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.
Expand Down
2 changes: 1 addition & 1 deletion hassio-google-drive-backup/backup/static/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
function send_creds(value) {
path = URI("{{save_drive_creds_path}}").query({
'creds': value,
'creds': value.trim(),
'host': getOutterHomeUri()
});
postJson(path.toString(), {}, function(data){
Expand Down
2 changes: 1 addition & 1 deletion hassio-google-drive-backup/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Home Assistant Google Drive Backup",
"version": "0.110.3",
"version": "0.110.4",
"slug": "hassio_google_drive_backup",
"description": "Automatically manage backups between Home Assistant and Google Drive",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
Expand Down

0 comments on commit 365ca1e

Please sign in to comment.