From 59f48b41b6a8f788c4f5056c845f5d265aaf36ae Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Dec 2025 01:57:54 +0100 Subject: [PATCH] Updater bot : joplin updated to 3.5.2 --- joplin/CHANGELOG.md | 3 +++ joplin/updater.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 742e5b719..7d7b40825 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.5.2 (20-12-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.5.2 (22-12-2025) - Automatically clear stale migration locks for SQLite and PostgreSQL databases on startup to avoid blocked fresh installs - Add database client utilities for unlocking migrations diff --git a/joplin/updater.json b/joplin/updater.json index 6d680e269..ab8d94f13 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-12-2025", + "last_update": "20-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.5.1" + "upstream_version": "3.5.2" }