Browse Source

Update Autobrr to v1.43.0 (#1214)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
b68499b5a6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      autobrr/docker-compose.yml
  2. 20
      autobrr/umbrel-app.yml

4
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

20
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

Loading…
Cancel
Save