Updater bot : guacamole updated to 1.4.3

This commit is contained in:
alexbelgium
2023-03-04 01:58:03 +01:00
parent 6c6ac562f1
commit cdd8619383
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.4.3 (04-03-2023)
- Update to latest version from MaxWaldorf/guacamole
- Switch upstream image to abesnier/guacamole
- Allow custom fonts (thanks @fischer-felix)
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -26,6 +26,6 @@
},
"slug": "guacamole",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.2-17",
"version": "1.4.3",
"video": true
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "14-05-2022",
"last_update": "04-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "guacamole",
"source": "github",
"upstream_repo": "MaxWaldorf/guacamole",
"upstream_version": "1.4.2"
"upstream_version": "1.4.3"
}