Browse Source

Update autobrr to 1.36.0 (#955)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
8601dce532
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      autobrr/docker-compose.yml
  2. 12
      autobrr/umbrel-app.yml

2
autobrr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/autobrr/autobrr:v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
image: ghcr.io/autobrr/autobrr:v1.36.0@sha256:14eaf6809f431cd38afdfa3e498e01e88b9a86a54ea9ecb8ae608d48d5aa81f0
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

12
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.34.1"
version: "1.36.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,16 +17,16 @@ 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.33.0 to 1.34.1, and includes the following changes:
This update takes autobrr from version 1.34.1 to 1.36.0, and includes the following changes:
- ui overhaul
- improved RSS size parsing
- log connection errors
- qBittorrent add priority handling
- support optional bot mode
- ability to change password and username
- verify external autobrr.com URLs
- incognito mode
- and many more...

Loading…
Cancel
Save