Updater bot : grampsweb updated to 25.10.0.1

This commit is contained in:
alexbelgium
2025-10-25 01:57:22 +02:00
parent d184fe8667
commit 60e4cd12b2
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 25.10.0.1 (25-10-2025)
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
## "25.9.0" (27-09-2025)
- Minor bugs fixed

View File

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

View File

@@ -1,9 +1,9 @@
{
"github_beta": true,
"last_update": "27-09-2025",
"last_update": "25-10-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "grampsweb",
"source": "github",
"upstream_repo": "gramps-project/gramps-web",
"upstream_version": "25.9.0"
"upstream_version": "25.10.0.1"
}