Browse Source

Update autobrr to version v1.50.0 (#1775)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
ca554397f2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      autobrr/docker-compose.yml
  2. 15
      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.49.0@sha256:dc2195ccabf8438a8f8eb0581c5e6d2a40c061754e57552bc4f67f1b20a71970
image: ghcr.io/autobrr/autobrr:v1.50.0@sha256:6a6f23570ab6b418318ab12bf2558712714e2f243cf18b139afa414f8417e97d
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

15
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.49.0"
version: "1.50.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,18 +17,7 @@ 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: >-
New features and improvements:
- Added option to disable reannounce in actions
- Improved description sanitization in filters
- Enhanced DigitalCore indexer with Tags and Genre parsing
Bug fixes:
- Improved wildcard matching for multi-line data and short words
- Updated FearNoPeer IRC nick format
- Fixed BTFiles size parsing
- Enhanced proxy transport handling
- Fixed issue with feed deletion
Updated IRC servers for several indexers including FearNoPeer, BitHUmen, and SceneHD
Full release notes are available at https://autobrr.com/release-notes

Loading…
Cancel
Save