Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update autobrr to version v1.50.0 #1775

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autobrr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
15 changes: 2 additions & 13 deletions autobrr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down