diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index b03ecd3f5..442134f19 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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) - Minor bugs fixed ## 3.5.2-2 (2025-12-28) diff --git a/joplin/config.yaml b/joplin/config.yaml index 9e1e06c67..5d196e0e8 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.5.2-3 +version: "3.6.1" webui: "[PROTO:ssl]://[HOST]:[PORT:22300]" diff --git a/joplin/updater.json b/joplin/updater.json index ab8d94f13..e45c36986 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-12-2025", + "last_update": "2026-04-23", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.5.2" + "upstream_version": "3.6.1" }