Skip to content

Commit

Permalink
Update qbittorrent to v4.6.6 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 27, 2024
1 parent b53824d commit 18aa642
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion qbittorrent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 19 additions & 7 deletions qbittorrent/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: []
Expand All @@ -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

0 comments on commit 18aa642

Please sign in to comment.