Browse Source

Update qbittorrent to version 5.0.1 (#1764)

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

2
qbittorrent/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: hotio/qbittorrent:release-5.0.0@sha256:367c4d2bc6316b237f271f4826a4ce446ccd058f745b4258d25b8d4aa48e61a7
image: hotio/qbittorrent:release-5.0.1@sha256:53530bb04f69ea02903367636c32f796795677eca276231cf52f9a968e55c9cf
environment:
- PUID=1000
- PGID=1000

32
qbittorrent/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: qbittorrent
category: networking
name: qBittorrent
version: "5.0.0"
version: "5.0.1"
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,29 +26,13 @@ description: >-
⚠️ qBittorrent downloads torrents over the Clearnet, not Tor.
releaseNotes: >-
This major update brings numerous new features and improvements:
- Added support for creating .torrent files with larger piece sizes
- Improved tracker entries handling and added separate filter for tracker errors
- Implemented new "Reannounce In" column
- Added option to keep unwanted files in a separate folder
- Introduced subcategories that follow parent category options
- Added ability to name each qBittorrent instance
- Improved WebUI responsiveness and added dark theme
- Enhanced search functionality, including support for concurrent searches
- Added new API endpoints for torrent creation and SSL torrents
- Improved RSS feed handling with options to set delays between requests
This update includes several improvements and bug fixes:
- Added new "Simple pread/pwrite" disk IO type
- Fixed various SSL-related security issues
- Improved WebUI responsiveness and fixed display issues
- Enhanced color scheme handling and UI elements
- Fixed issues with torrent handling and file management
- Improved search functionality and resource management
Full release notes for qBittorrent are available at https://www.qbittorrent.org/news
developer: qBittorrent

Loading…
Cancel
Save