Browse Source

Update autobrr to v1.47.0 (#1604)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
c9b4601554
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.46.1@sha256:4d8dd05ada84e6626eaaf0e60919ebaf5b1b9ffa2f0bf424616ed07bc5a83a72
image: ghcr.io/autobrr/autobrr:v1.47.0@sha256:42620617db5e2e51bbb4311d57ac3c42e43f0de3c8d158ec09130dd0714876e2
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.46.1"
version: "1.47.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,10 +17,18 @@ 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: >-
Bug fixes:
New features and improvements:
- Added support for LustHive indexer
- Improved filter sorting by creation and update time
- Enhanced wildcard matching optimizations
- Added optional Telegram sender for notifications
- Fixed issues with Deluge push
- Improved feed handling with background start implementation
Bug fixes:
- Resolved issues with Deluge push
- Fixed release download counts in filters
- Improved handling of newline and tab characters
- Addressed mobile view issues in the web interface
Full release notes are available at https://autobrr.com/release-notes

Loading…
Cancel
Save