Updater bot : transmission_openvpn updated to 4.2

This commit is contained in:
alexbelgium
2022-11-11 17:15:12 +01:00
parent d5ec10de7b
commit c084634e5a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 4.2 (11-11-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- Auto addon restart if tunnel down
- If no ui after install, please delete your settings.json file and restart
- Allows changing default download folder without deleting settings.json

View File

@@ -106,5 +106,5 @@
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.0-v41"
"version": "4.2"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "02-06-2022",
"last_update": "11-11-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "transmission_openvpn",
"source": "github",
"upstream_repo": "haugene/docker-transmission-openvpn",
"upstream_version": "4.0"
"upstream_version": "4.2"
}