Browse Source

Update qbittorrent to 4.6.7 (#1535)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
db7f89a88b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      qbittorrent/docker-compose.yml
  2. 16
      qbittorrent/umbrel-app.yml

2
qbittorrent/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: hotio/qbittorrent:release-4.6.6@sha256:2b5a50d4ea444c55c4192d07f15b9edee71c5008eee0f6314e6be53c4ac677b1
image: hotio/qbittorrent:release-4.6.7@sha256:ea70182af6630465329eebfe64837413ba4e2f0a042bfa4cd487f729db3b967a
environment:
- PUID=1000
- PGID=1000

16
qbittorrent/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: qbittorrent
category: networking
name: qBittorrent
version: "4.6.6"
version: "4.6.7"
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.
@ -29,19 +29,11 @@ releaseNotes: >-
This update includes several bug fixes and improvements:
- Fixed handling of tags containing '&' character
- Fixed an issue with the updater not launching the correct build variant
- Fixed scroll bar visibility in Torrent Tags dialog
- Improved focus on the Download button when a torrent link is retrieved from the clipboard
- 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
- Fixed a problem with loading the list of feeds when applying RSS rules in the WebUI
Full release notes for qBittorrent are available at https://www.qbittorrent.org/news

Loading…
Cancel
Save