Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qbittorrent to version 5.0.1 #1764

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-5.0.0@sha256:367c4d2bc6316b237f271f4826a4ce446ccd058f745b4258d25b8d4aa48e61a7
image: hotio/qbittorrent:release-5.0.1@sha256:53530bb04f69ea02903367636c32f796795677eca276231cf52f9a968e55c9cf
environment:
- PUID=1000
- PGID=1000
Expand Down
32 changes: 8 additions & 24 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: "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.
Expand All @@ -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
Expand Down