Updater bot : joplin updated to 3.4.4

This commit is contained in:
alexbelgium
2025-09-27 01:58:09 +02:00
parent 5e026c51c0
commit be90cfe3d0
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.4.4 (27-09-2025)
- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases)
## 3.4.3 (13-09-2025) ## 3.4.3 (13-09-2025)
- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases)

View File

@@ -111,6 +111,6 @@
"slug": "joplin", "slug": "joplin",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.4.3", "version": "3.4.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "13-09-2025", "last_update": "27-09-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "joplin", "slug": "joplin",
"source": "github", "source": "github",
"upstream_repo": "etechonomy/joplin-server", "upstream_repo": "etechonomy/joplin-server",
"upstream_version": "3.4.3" "upstream_version": "3.4.4"
} }