From 037a49dec20e8b3f3fd8bdd700e8f8964756afde Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 13 Oct 2022 01:58:09 +0200 Subject: [PATCH] Updater bot : joplin updated to 2.9.5 --- 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 d3816a615..e673188c0 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.9.5 (13-10-2022) +- Update to latest version from etechonomy/joplin-server - Add codenotary sign - Data location can be set either in /config, /data or /share - FIX BUG : Allow sqlite persistance diff --git a/joplin/config.json b/joplin/config.json index af2e3fc4b..7e4eea93d 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -44,6 +44,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.7.4-8", + "version": "2.9.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index f16726eb5..46ddcd9fc 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-02-2022", + "last_update": "13-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.7.4" + "upstream_version": "2.9.5" }