diff --git a/autobrr/docker-compose.yml b/autobrr/docker-compose.yml index 53f60137b1..5daf2ec527 100644 --- a/autobrr/docker-compose.yml +++ b/autobrr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/autobrr/autobrr:v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455 + image: ghcr.io/autobrr/autobrr:v1.44.0@sha256:313e146f0d64f489ffb0bc10c8c2e1bfa072c20cb220b7317f2b1eeda712f49b restart: on-failure stop_grace_period: 1m user: "1000:1000" diff --git a/autobrr/umbrel-app.yml b/autobrr/umbrel-app.yml index 343cd3a632..fae0c96010 100644 --- a/autobrr/umbrel-app.yml +++ b/autobrr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: autobrr category: media name: autobrr -version: "1.43.0" +version: "1.44.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,25 +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: >- - New Features: - - - Support for daily shows - - - Added BitHUmen indexer - - - Added FinElite indexer - - - Added missing variables in macros - - - Bug fixes: - - - Correct error message when providing wrong current password at credential change - - - Custom client for RSS tests - - - Full release notes are available at https://autobrr.com/release-notes + This update includes several bug fixes and improvements: + + - Fixed issues with throttled providers and restart exceptions. + + - Improved compatibility with case insensitive filesystems and fixed various provider-related errors. + + - Added support for additional languages and improved logging for subtitle scoring. + + - Fixed issues with embedded subtitles and improved UI and error handling. + + + Full release notes are available at https://github.com/autobrr/autobrr/releases. developer: autobrr website: https://autobrr.com/ dependencies: [] @@ -50,4 +43,4 @@ path: "" defaultUsername: "" defaultPassword: "" submitter: fabricionaweb -submission: https://github.com/getumbrel/umbrel-apps/pull/731 +submission: https://github.com/getumbrel/umbrel-apps/pull/731 \ No newline at end of file