From 8fb7d567c632a2ec4e8f3b9a0160c3812cb46dbb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:44:12 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4c8664158..ce83a7770 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,19 @@ https://github.com/alexbelgium/hassio-addons - A fork of Sonarr to work with movies like Couchpotato - Based on https://hub.docker.com/r/linuxserver/radarr + +### ✓ [Readarr](readarr/) ![smb][smb-shield] + +- Book Manager and Automation +- Based on https://hub.docker.com/r/linuxserver/readarr + + +### ✓ [Requestrr](requestrr/) + +- Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat +- Based on https://hub.docker.com/r/linuxserver/requestrr + + ### ✓ [Resioliosync](resiolosync/) ![smb][smb-shield] - Self-hosted file share and collaboration platform on the web From ff68e1febc6b254ca105102361ee777444b53ce8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 14 Oct 2021 01:56:53 +0200 Subject: [PATCH 2/2] Update to 2.4.12 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 6a8025350..b0464ff45 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.4.12 (14-10-2021) +- Update to latest version from laurent22/joplin + ## 2.4.9 (30-09-2021) - Update to latest version from laurent22/joplin diff --git a/joplin/config.json b/joplin/config.json index c17ba64cc..8a1b1042f 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -1,7 +1,7 @@ { "name": "Joplin Server", - "version": "2.4.9", - "upstream": "2.4.9", + "version": "2.4.12", + "upstream": "2.4.12", "slug": "joplin", "description": "Self-hosted open source note-taking application", "url": "https://github.com/alexbelgium/hassio-addons",