Updater bot : joplin updated to 3.5.1

This commit is contained in:
alexbelgium
2025-12-06 01:57:51 +01:00
parent 6104325c3c
commit d0a972bd0b
3 changed files with 6 additions and 3 deletions

View File

@@ -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)

View File

@@ -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]"

View File

@@ -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"
}