Updater bot : grampsweb updated to 26.9.0 (upstream 26.9.0)

This commit is contained in:
alexbelgium
2026-09-19 01:28:21 +02:00
parent 7a65879dc4
commit 827b209a53
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 26.9.0 (2026-09-19)
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
- Migrate legacy add-on configuration map names to current app configuration terminology.
## 26.8.1 (2026-08-29)

View File

@@ -115,5 +115,5 @@ services:
slug: grampsweb
tmpfs: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
version: "26.8.1"
version: "26.9.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"

View File

@@ -1,9 +1,9 @@
{
"github_beta": true,
"last_update": "2026-08-29",
"last_update": "2026-09-19",
"repository": "alexbelgium/hassio-addons",
"slug": "grampsweb",
"source": "github",
"upstream_repo": "gramps-project/gramps-web",
"upstream_version": "26.8.1"
"upstream_version": "26.9.0"
}