From f369808c8a6cea306d418bfe67e1ab27a6438a57 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 19 May 2026 18:35:56 +0000 Subject: [PATCH] Reapply "Updater bot : joplin updated to 3.7.1" This reverts commit d2fbed450b95ed6b1848eee8acfe6bb0a57285fb. --- joplin/CHANGELOG.md | 3 +++ joplin/config.yaml | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 442134f19c..91932c2ceb 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.7.1 (2026-05-19) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.6.1 (2026-04-23) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) ## 3.5.2-3 (21-02-2026) diff --git a/joplin/config.yaml b/joplin/config.yaml index 5d196e0e8a..97348305db 100644 --- a/joplin/config.yaml +++ b/joplin/config.yaml @@ -104,5 +104,5 @@ schema: slug: joplin udev: true url: https://github.com/alexbelgium/hassio-addons -version: "3.6.1" +version: "3.7.1" webui: "[PROTO:ssl]://[HOST]:[PORT:22300]" diff --git a/joplin/updater.json b/joplin/updater.json index e45c369860..4537674ad6 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-04-23", + "last_update": "2026-05-19", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.6.1" + "upstream_version": "3.7.1" }