Updater bot : joplin updated to 2.9.5

This commit is contained in:
alexbelgium
2022-10-13 01:58:09 +02:00
parent e9e805376f
commit 037a49dec2
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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