Browse Source

Update autobrr to v1.45.0 (#1377)

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

19
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.44.0"
version: "1.45.0"
tagline: Modern, easy to use download automation for torrents and usenet
description: >-
autobrr is the modern download automation tool for torrents and usenet.
@ -19,16 +19,19 @@ description: >-
releaseNotes: >-
New Features:
- Added support for SLOVAK language option in filters
- Improved container startup process
- 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:
- Fixed FearNoPeer IRC regex for music
- Corrected OPS log score parsing
- Added notification panel to web interface
- Improved redirection to onboarding
- Fixed tooltip placement in web interface
- 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
Full release notes are available at https://autobrr.com/release-notes
developer: autobrr

Loading…
Cancel
Save