diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 71a023736..439941037 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.5.1 (06-12-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## 3.4.4 (27-09-2025) diff --git a/joplin/config.yaml b/joplin/config.yaml index c27342ab6..78c819c0d 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.4.4 +version: "3.5.1" webui: "[PROTO:ssl]://[HOST]:[PORT:22300]" diff --git a/joplin/updater.json b/joplin/updater.json index d40191b65..6d680e269 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-09-2025", + "last_update": "06-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.4.4" + "upstream_version": "3.5.1" }