diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 8ebe4c76..52a92995 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" server: - image: hotio/qbittorrent:release-4.6.5@sha256:6a665f19c2d123dd9063ac61345cbc377d9238e66bb3964a6b8ec29a21b3416d + image: hotio/qbittorrent:release-4.6.6@sha256:2b5a50d4ea444c55c4192d07f15b9edee71c5008eee0f6314e6be53c4ac677b1 environment: - PUID=1000 - PGID=1000 diff --git a/qbittorrent/umbrel-app.yml b/qbittorrent/umbrel-app.yml index 22721b1e..96772c67 100644 --- a/qbittorrent/umbrel-app.yml +++ b/qbittorrent/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: qbittorrent category: networking name: qBittorrent -version: "4.6.5-autoconfigure" +version: "4.6.6" tagline: Free and reliable P2P Bittorrent client description: >- qBittorrent is an open-source software alternative to µTorrent. It's designed to meet the needs of most users while using as little CPU and memory as possible. @@ -26,13 +26,25 @@ description: >- ⚠️ qBittorrent downloads torrents over the Clearnet, not Tor. releaseNotes: >- - qBittorrent on umbrelOS now offers automatic configuration for media apps like Radarr, Sonarr, Lidarr, Readarr, and Prowlarr. Simply install your preferred media apps from the Umbrel App Store, and the rest will be handled for you. No manual configuration required! + This update includes several bug fixes and improvements: - Please update your media apps to the latest versions to take advantage of this feature. If you have previously set up qBittorrent with media apps, this update will not affect your existing settings. - - - Full release notes for qBittorrent are available at https://www.qbittorrent.org/news#sun-may-26th-2024---qbittorrent-v4.6.5-release + - Fixed handling of tags containing '&' character + + - Fixed scroll bar visibility in Torrent Tags dialog + + - Improved bulk changes application to content widget items + + - Fixed zero status filters hiding when torrents are removed + + - Fixed issue with changing Incomplete Save Path for torrents without metadata + + - WebUI improvements for RSS rules and tracker list updates + + - Updated User-Agent string for internal downloader and search engines + + + Full release notes for qBittorrent are available at https://www.qbittorrent.org/news developer: qBittorrent website: https://qbittorrent.org/ dependencies: [] @@ -50,4 +62,4 @@ torOnly: false permissions: - STORAGE_DOWNLOADS submitter: ASOwnerYT -submission: https://github.com/getumbrel/umbrel-apps/pull/468 +submission: https://github.com/getumbrel/umbrel-apps/pull/468 \ No newline at end of file