diff --git a/autobrr/docker-compose.yml b/autobrr/docker-compose.yml index 6ecf682..2eb75a7 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.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2 + image: ghcr.io/autobrr/autobrr:v1.36.0@sha256:14eaf6809f431cd38afdfa3e498e01e88b9a86a54ea9ecb8ae608d48d5aa81f0 restart: on-failure stop_grace_period: 1m user: "1000:1000" diff --git a/autobrr/umbrel-app.yml b/autobrr/umbrel-app.yml index 0f62dfd..2a02b32 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.34.1" +version: "1.36.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,16 +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: >- - This update takes autobrr from version 1.33.0 to 1.34.1, and includes the following changes: + This update takes autobrr from version 1.34.1 to 1.36.0, and includes the following changes: - - ui overhaul + - improved RSS size parsing - - log connection errors + - qBittorrent add priority handling - - support optional bot mode + - ability to change password and username - - verify external autobrr.com URLs + - incognito mode - and many more...