Browse Source

Update autobrr to v1.46.1 (#1465)

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

16
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.45.0"
version: "1.46.1"
tagline: Modern, easy to use download automation for torrents and usenet
description: >-
autobrr is the modern download automation tool for torrents and usenet.
@ -17,20 +17,10 @@ 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:
- Added support for daily shows
- Introduced new indexers: SATClubbing, SeedPool, and iNSANE
- Improved filters with validation for max downloads unit
- Enhanced HD-Only indexer with size information
Bug fixes:
- Improved feed handling with staggered start implementation
- Fixed issues with specific indexers including HD-Only and TheOldSchool
- Resolved web interface problems, including filter dropdown display
- Enhanced release action retry mechanism
- Fixed issues with Deluge push
- Improved feed handling with background start implementation
Full release notes are available at https://autobrr.com/release-notes

Loading…
Cancel
Save