From b68499b5a692e86d23d840a60f2ebf0d13870a3b Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 18 Jul 2024 11:23:46 +1000 Subject: [PATCH] Update Autobrr to v1.43.0 (#1214) --- autobrr/docker-compose.yml | 4 ++-- autobrr/umbrel-app.yml | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/autobrr/docker-compose.yml b/autobrr/docker-compose.yml index 0f8329e..53f6013 100644 --- a/autobrr/docker-compose.yml +++ b/autobrr/docker-compose.yml @@ -8,9 +8,9 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/autobrr/autobrr:v1.42.0@sha256:c38f2d0f31a63b98285049524115b238dbb9f1a39d5f60269dd8e9a19de7ebae + image: ghcr.io/autobrr/autobrr:v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455 restart: on-failure stop_grace_period: 1m user: "1000:1000" volumes: - - ${APP_DATA_DIR}/data:/config + - ${APP_DATA_DIR}/data:/config \ No newline at end of file diff --git a/autobrr/umbrel-app.yml b/autobrr/umbrel-app.yml index 83f0759..343cd3a 100644 --- a/autobrr/umbrel-app.yml +++ b/autobrr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: autobrr category: media name: autobrr -version: "1.42.0" +version: "1.43.0" tagline: Modern, easy to use download automation for torrents and usenet description: >- autobrr is the modern download automation tool for torrents and usenet. @@ -17,7 +17,23 @@ description: >- It then sends that torrent file to a download client of your choice. A download client can be anything from qBittorrent, Deluge, Radarr, Sonarr, watch folder, and more. releaseNotes: >- - This update takes autobrr from version 1.39.1 to 1.42.0. + New Features: + + - Support for daily shows + + - Added BitHUmen indexer + + - Added FinElite indexer + + - Added missing variables in macros + + + Bug fixes: + + - Correct error message when providing wrong current password at credential change + + - Custom client for RSS tests + Full release notes are available at https://autobrr.com/release-notes developer: autobrr