diff options
author | adam <adam@pkgsrc.org> | 2020-11-26 09:32:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-11-26 09:32:16 +0000 |
commit | 778b8bb4301b6fc7e30f31ac54da3656a256e433 (patch) | |
tree | c40c99204d888e316a56a2871e8966b418a580ad /net/qbittorrent/Makefile | |
parent | b870b12396389632bfa478b7fb971220ab4747ea (diff) | |
download | pkgsrc-778b8bb4301b6fc7e30f31ac54da3656a256e433.tar.gz |
qbittorrent: updated to 4.3.1
v4.3.1
- FEATURE: Allow progress bar styling from custom themes
- FEATURE: Allow adding torrents using "Paste" key sequence
- FEATURE: Add Latgalian translation
- BUGFIX: Prevent resume data to be saved for removed torrent
- BUGFIX: Clarify connection protocol choice label
- BUGFIX: Fix crash when clicked outside the table of torrent content view
- BUGFIX: Don't resume "paused" torrents when put into "checking" state by libtorrent
- BUGFIX: Fix torrent state calculation
- BUGFIX: Align integer data to right in torrent content view
- WEBUI: Place WebUI RSS description in sandboxed iframe
- WEBUI: Avoid settings being reset via WebAPI
- WEBUI: Fix toggling advanced option in WebUI
- WEBUI: Expose contentPath in WebAPI torrents/info
- WEBUI: Fix the issue that IPv6 address can't be banned
- RSS: Fix confusion in date format description
- WINDOWS: Update dutch.nsi
- LINUX: Update .desktop file translations
Diffstat (limited to 'net/qbittorrent/Makefile')
-rw-r--r-- | net/qbittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/qbittorrent/Makefile b/net/qbittorrent/Makefile index dcb44142897..c6bec5f01b7 100644 --- a/net/qbittorrent/Makefile +++ b/net/qbittorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/11/21 22:17:56 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/11/26 09:32:16 adam Exp $ -DISTNAME= qbittorrent-4.3.0.1 +DISTNAME= qbittorrent-4.3.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent |