mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
Update qbittorrent to 5.0.0 (#1584)
This commit is contained in:
parent
4a3b15bc0b
commit
21f797a375
|
@ -8,7 +8,7 @@ services:
|
|||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: hotio/qbittorrent:release-4.6.7@sha256:ea70182af6630465329eebfe64837413ba4e2f0a042bfa4cd487f729db3b967a
|
||||
image: hotio/qbittorrent:release-5.0.0@sha256:367c4d2bc6316b237f271f4826a4ce446ccd058f745b4258d25b8d4aa48e61a7
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: qbittorrent
|
||||
category: networking
|
||||
name: qBittorrent
|
||||
version: "4.6.7"
|
||||
version: "5.0.0"
|
||||
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,14 +26,28 @@ description: >-
|
|||
|
||||
⚠️ qBittorrent downloads torrents over the Clearnet, not Tor.
|
||||
releaseNotes: >-
|
||||
This update includes several bug fixes and improvements:
|
||||
This major update brings numerous new features and improvements:
|
||||
|
||||
|
||||
- Fixed an issue with the updater not launching the correct build variant
|
||||
- Added support for creating .torrent files with larger piece sizes
|
||||
|
||||
- Improved focus on the Download button when a torrent link is retrieved from the clipboard
|
||||
- Improved tracker entries handling and added separate filter for tracker errors
|
||||
|
||||
- Fixed a problem with loading the list of feeds when applying RSS rules in the WebUI
|
||||
- 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
|
||||
|
||||
|
||||
Full release notes for qBittorrent are available at https://www.qbittorrent.org/news
|
||||
|
|
Loading…
Reference in New Issue
Block a user