Browse Source

Update autobrr to v1.48.0 (#1670)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
1cbd3bf189
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      autobrr/docker-compose.yml
  2. 14
      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.47.1@sha256:5364237a98b12bb269384dd4f4feaf7583027591c26bc2e6aaac0baa4e142b34
image: ghcr.io/autobrr/autobrr:v1.48.0@sha256:0ae19e3beedf491396e450b024c23e9e24df4d692286c0442a81fa699493def0
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

14
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.47.1"
version: "1.48.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,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: >-
Bug fixes and improvements:
New features and improvements:
- Improved rejection handling in filters
- Added label to Deluge if it does not exist
Bug fixes:
- Fixed issues with wildcard matching
- Improved build process for web distribution
- Updated qBittorrent library
- Updated Fuzer IRC address
- Resolved problems with PTP and OPS API test functions
- Removed unnecessary link to Logs in web interface
Full release notes are available at https://autobrr.com/release-notes

Loading…
Cancel
Save