From e89751f2b9279dc5f4e7398f4365ab09bc33d7f8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Sep 2025 01:57:57 +0200 Subject: [PATCH] Updater bot : joplin updated to 3.4.3 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 23d2cfacf..79e3b8182 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.4.3 (13-09-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.4.2 (23-08-2025) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) diff --git a/joplin/config.json b/joplin/config.json index 360442fd5..76eb03e19 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -111,6 +111,6 @@ "slug": "joplin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.4.2", + "version": "3.4.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 42ae64549..20894a705 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-08-2025", + "last_update": "13-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.4.2" + "upstream_version": "3.4.3" }