qBittorrent v4.2.0 released
#1
Homepage:
https://www.qbittorrent.org/

Download:
https://www.fosshub.com/qBittorrent.html

Change log:
Quote:
There were no significant user facing changes since the previous RC release. The full v4.2.0 changelog follows.
ATTENTION: This release uses the libtorrent 1.2.x series. It saves fastresumes a bit differently than the 1.1.x series, which are used so far in the previous versions. If you run it and then downgrade to a previous qBittorrent version then your torrents will probably start rechecking.
  • FEATURE: Libtorrent 1.2.x series are supported now (glassez)
  • FEATURE: Add OpenSSL version to GUI and stackdump (Chocobo1)
  • FEATURE: Add zlib version to GUI & stackdump (silverqx)
  • FEATURE: Use PBKDF2 for the GUI lock. You will need to set your password again. (Chocobo1)
  • FEATURE: Rename "#" column to "Tier" in the tracker list (thalieht)
  • FEATURE: Allow setting larger checking memory usage in GUI (airium)
  • FEATURE: Converted remaining icons to svg (Bert Verhelst)
  • FEATURE: Replace CheckBox with Arrow in the side panel (Prince Gupta)
  • FEATURE: Log performance alerts from libtorrent (Chocobo1)
  • FEATURE: Use native folder icon in content tree (Chocobo1)
  • FEATURE: Move copy actions under a submenu (Chocobo1)
  • FEATURE: Add "Socket backlog size" option (Chocobo1)
  • FEATURE: Add "File pool size" option (Chocobo1)
  • FEATURE: Allow styling with QSS stylesheets (Prince Gupta)
  • FEATURE: Add "Tracker entries" dialog (Chocobo1)
  • FEATURE: Add availability column (Chocobo1)
  • FEATURE: Use a randomized port number for the first run (Chocobo1)
  • FEATURE: Enable Super Seeding mode once ratio/time limit is reached (thalieht)
  • FEATURE: Improve embedded tracker. Now it conforms to BEPs more closely. (Chocobo1)
  • FEATURE: Add option to align file to piece boundary when creating new torrent (Chocobo1)
  • FEATURE: Ability to open file or trigger torrect action via keypad Enter (Chocobo1)
  • FEATURE: Add "Remove torrent and its files" option to share ratio limiting (thalieht)
  • FEATURE: Allow to select multiple entries in "banned IP" dialog (Chocobo1)
  • FEATURE: Reallow to pause checking torrents (thalieht)
  • FEATURE: Reallow to force recheck torrents that aren't fully started (thalieht)
  • FEATURE: Add "Preview file" double-click action (warren)
  • BUGFIX: Avoid performance penalty when logger is full (Chocobo1)
  • BUGFIX: Remove the max half-open connections option (thalieht)
  • BUGFIX: Center align the section labels in advanced settings (thalieht)
  • BUGFIX: Add documentation links to some advanced settings (thalieht)
  • BUGFIX: Impove DownloadManager code (glassez)
  • BUGFIX: Limit DownloadHandler max redirection to 20 (Chocobo1)
  • BUGFIX: Log DownloadManager SSL errors (Chocobo1)
  • BUGFIX: Force recheck multiple torrents one by one (glassez)
  • BUGFIX: Close context menu when content model is reset (glassez)
  • BUGFIX: Improve Properties widget (glassez)
  • BUGFIX: Prevent flickering preview dialog (silver)
  • BUGFIX: Rename "Prefer encryption" to "Allow encryption" (thalieht)
  • BUGFIX: Fix search icon placement when using RTL languages (Chocobo1)
  • BUGFIX: Avoid combo boxes extending to the right in Options dialog (Chocobo1)
  • BUGFIX: Fix speed limit not applying to IPv6 peers (Chocobo1)
  • BUGFIX: Log failed file rename errors (Chocobo1)
  • BUGFIX: Fix wrong "Time Active" value displayed (Chocobo1)
  • BUGFIX: Rename priority to queue in the context of torrents (thalieht)
  • BUGFIX: Update remaining size of ignored files to 0 (Thomas Piccirello)
  • BUGFIX: Move "Check for program updates" checkbox to the Behavior settings (Chocobo1)
  • BUGFIX: Improve error messages for URL seed (Chocobo1)
  • BUGFIX: Rename share ratio limiting options (thalieht)
  • BUGFIX: Fix country name misspelling (horgan)
  • PERFORMANCE: Faster/efficient way of handling updates in the Transfer list (Chocobo1)
  • WEBUI: Bump Web API version
  • WEBUI: Use PBKDF2 for the WebUI password. You will need to set your password again. (Chocobo1)
  • WEBUI: Use Javascript strict mode (Chocobo1)
  • WEBUI: Remove autocorrect/autocapitalise from filepaths on WebUI (AceLewis)
  • WEBUI: Display warning when Javascript is disabled (Chocobo1)
  • WEBUI: Remove mootools lib from login page (Chocobo1)
  • WEBUI: Prevent login credential appearing in URL (Chocobo1)
  • WEBUI: Load WebUI certificate & key from file path (Chocobo1)
  • WEBUI: Add migration code for WebUI https related change (Chocobo1)
  • WEBUI: Fix wrong element id being used (Thomas Piccirello)
  • WEBUI: Fix direction of Web UI sorted column icon (Thomas Piccirello)
  • WEBUI: Match WebUI About page to GUI (Thomas Piccirello)
  • WEBUI: Simplify tab logic (Thomas Piccirello)
  • WEBUI: Separate URL components before percent-decoding (glassez)
  • WEBUI: Capitalize event name (Thomas Piccirello)
  • WEBUI: Fix bug where input wouldn't always be focused (Thomas Piccirello)
  • WEBUI: Add Web UI support for escape key (Thomas Piccirello)
  • WEBUI: Fix broken image link (Tom Piccirello)
  • WEBUI: Include application version in css/js url for cache busting (Thomas Piccirello)
  • WEBUI: Update WebUI img to use svg images (Chocobo1)
  • WEBUI: Fix speed limit icon too large on WebUI (Chocobo1)
  • WEBUI: Fix misaligned icons in STATUS list in GUI (Chocobo1)
  • WEBUI: Drop legacy WebAPI support (glassez)
  • WEBUI: Allow WebUI Content tab to be sorted (Thomas Piccirello)
  • WEBUI: Encode torrent name before passing in URL (Thomas Piccirello)
  • WEBUI: Move WebUI Peers code to separate file (Thomas Piccirello)
  • WEBUI: Prevent WebUI tables from being highlighted (Thomas Piccirello)
  • WEBUI: Allow WebUI Trackers table to be manipulated (Thomas Piccirello)
  • WEBUI: Fix only the first newline char is replaced (Chocobo1)
  • WEBUI: Fix missing semicolon in WebUI (Chocobo1)
  • WEBUI: Add autocomplete attribute to WebUI (Chocobo1)
  • WEBUI: Always use index.html as default page (CzBiX)
  • WEBUI: Set title attribute for all WebUI table cells (Thomas Piccirello)
  • WEBUI: Align WebUI login button to the right (Chocobo1)
  • WEBUI: Use force refresh on WebUI logout (Chocobo1)
  • WEBUI: Use a random number for WebUI cache busting (Chocobo1)
  • WEBUI: Register protocol handler in WebUI for magnet links (Cory)
  • WEBUI: Add WebAPI session timeout settings (Chocobo1)
  • WEBUI: Fix encoding of special characters (Tom Piccirello)
  • WEBUI: Avoid word wrap in webui footer (airium)
  • WEBUI: Add advanced options in WebUI (Zhaoyu Gan)
  • WEBUI: Move WebUI copy actions under a submenu (Thomas Piccirello)
  • WEBUI: Add WebUI support for triggering context menus on mobile (Thomas Piccirello)
  • WEBUI: Implement tag management for WebUI (Vasiliy Halimonchuk)
  • WEBUI: Fix WebUI removing parameters from magnet links (Thomas Piccirello)
  • WEBUI: Enable by default the search tab (Thomas Piccirello)
  • WEBUI: Add context menu to Web UI search table (Thomas Piccirello)
  • WEBUI: Display files hierarchically in Web UI content tab (Thomas Piccirello)
  • WEBUI: Add ability to add and ban a peer from the Web UI (Thomas Piccirello)
  • WEBUI: Increase WebUI window heights (Thomas Piccirello)
  • WEBUI: Sort torrent names case-insensitively in webui (airium)
  • WEBUI: Support exclusions in WebUI table filters (Thomas Piccirello)
  • WEBUI: Don't save preferences until all options are processed (Tom Piccirello)
  • WEBUI: Disable port selection when "Use different port on each startup" is selected (Chocobo1)
  • WEBUI: Remove max character limit of location path (Clément Pera)
  • RSS: Better widget for choosing file path in automated downloader (thalieht)
  • RSS: Allow to cancel/retry the fetching of feeds (glassez)
  • RSS: Add create subfolder option to RSS auto-download rules (Xegor)
  • RSS: Log "RSS Feed successfully downloaded" event (glassez)
  • SEARCH: Add default tooltip "Searching..." on tab creation. (paolo-sz)
  • SEARCH: Avoid crashes on torrent search (paolo-sz)
  • SEARCH: Add right click menu to SearchJobWidget (Chocobo1)
  • SEARCH: Rename label in search widget (Chocobo1)
  • SEARCH: Add more copy field actions to search widget (Chocobo1)
  • SEARCH: Remove buttons from search widget (Chocobo1)
  • SEARCH: Update python installer URL (Chocobo1)
  • WINDOWS: Drop support for < Windows 7
  • WINDOWS: Allow headless builds on Windows (knackebrot)
  • WINDOWS: Add option to control qBittorrent process memory priority (Chocobo1)
  • LINUX: Add content_rating, release tags to appdata (Peter Eszlari)
  • LINUX: Update .appdata descriptions (Chocobo1)
  • LINUX: Use reverse DNS convention for metadata files naming (Chocobo1)
  • LINUX: Adjust open file descriptor limit on startup to max (Chocobo1)
  • MACOS: Drop support for < macOS 10.10 (Yosemite)
  • MACOS: Replace deprecated qt_mac_set_dock_menu() (Chocobo1)
  • MACOS: Add some padding to macOS app icon (Nick Korotysh)
  • OTHER: Raise minimum C++ version to C++14 (Chocobo1)
  • OTHER: Raise minimum Qt version to 5.9.0 (sledgehammer999)
  • OTHER: Drop support of libtorrent < 1.1.10 (glassez)
  • OTHER: Drop upgrade code from older saving systems (sledgehammer999)
  • OTHER: Update INSTALL dependencies (Chocobo1)
  • OTHER: Optimize PNG images losslessly with zopflipng (Peter Dave Hello)
  • OTHER: Optimize svg files using SVGO (sledgehammer999)
  • OTHER: QMake: Compile translations at build time (glassez)
  • OTHER: Drop support for "BC Link" format (Chocobo1)
  • OTHER: Lots of code refactorings, cleanups, improvements and optimizations (Chocobo1, glassez, thalieht)
Source: qBittorrent Official Website | News
[-] The following 1 user says Thank You to Sughosha for this post:
  • harlan4096
Reply


Messages In This Thread
qBittorrent v4.2.0 released - by Sughosha - 04 December 19, 02:33
qBittorrent 4.2.1 - by harlan4096 - 18 December 19, 06:41
qBittorrent 4.2.2 - by harlan4096 - 25 March 20, 08:42
qBittorrent 4.2.3 - by harlan4096 - 03 April 20, 08:41
qBittorrent 4.2.4 - by harlan4096 - 23 April 20, 07:13
qBittorrent 4.3.0 - by harlan4096 - 20 October 20, 08:19
qBittorrent 4.3.0.1 - by harlan4096 - 24 October 20, 06:08
qBittorrent 4.3.1 - by harlan4096 - 26 November 20, 07:36
qBittorrent 4.3.2 - by harlan4096 - 29 December 20, 07:05
qBittorrent 4.3.3 - by harlan4096 - 20 January 21, 06:55
qBittorrent 4.3.4.1 - by harlan4096 - 27 March 21, 06:56
qBittorrent 4.3.5 - by harlan4096 - 03 May 21, 08:01
qBittorrent 4.3.6 - by harlan4096 - 27 June 21, 15:13
qBittorrent 4.3.7 - by harlan4096 - 04 August 21, 08:22
qBittorrent 4.4.0 - by harlan4096 - 07 January 22, 07:34
qBittorrent 4.4.1 - by harlan4096 - 16 February 22, 07:44
qBittorrent 4.4.2 - by harlan4096 - 25 March 22, 07:00
qBittorrent 4.4.3 - by harlan4096 - 24 May 22, 06:07
qBittorrent 4.4.3.1 - by harlan4096 - 26 May 22, 06:30
qBittorrent 4.5.0 - by harlan4096 - 28 November 22, 08:52
qBittorrent 4.5.1 - by harlan4096 - 13 February 23, 09:29
qBittorrent 4.5.2 - by harlan4096 - 28 February 23, 09:27
qBittorrent 4.5.3 - by harlan4096 - 30 May 23, 08:20
qBittorrent 4.5.4 - by harlan4096 - 19 June 23, 10:05
qBittorrent 4.6.3 - by harlan4096 - 17 January 24, 08:31
qBittorrent 4.6.4 - by harlan4096 - 25 March 24, 06:49
qBittorrent 4.6.4 - by harlan4096 - 03 April 24, 06:53
qBittorrent 4.6.5 - by harlan4096 - 27 May 24, 09:25
RE: qBittorrent v4.2.0 released - by jasonX - 21 August 24, 11:35
qBittorrent 5.0.0 - by harlan4096 - 30 September 24, 06:54
qBittorrent 5.0.1 - by harlan4096 - 29 October 24, 07:04
qBittorrent 5.0.2 - by harlan4096 - 18 November 24, 10:00
qBittorrent 5.0.3 - by harlan4096 - 18 December 24, 10:22
qBittorrent 5.0.4 - by harlan4096 - 19 February 25, 09:41
RE: qBittorrent v4.2.0 released - by Kool - 14 April 25, 11:57
qBittorrent 5.1.0 - by harlan4096 - 28 April 25, 08:59
qBittorrent 5.1.1 - by harlan4096 - 23 June 25, 08:45
RE: qBittorrent v4.2.0 released - by Kool - 03 July 25, 09:54
qBittorrent 5.1.3 - by harlan4096 - 11 November 25, 09:09
qBittorrent 5.1.4 - by harlan4096 - 16 February 26, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Recent Posts
Sysinternals Suite 4.09.2026
Changes in 4.09.202...harlan4096 — 06:57
AnyDesk 9.7.0 for Windows
Version 9.7.0 for ...harlan4096 — 06:56
NVIDIA launches DLSS 4.5 Dynamic Multi ...
DLSS 4.5 Dynamic Fra...harlan4096 — 06:55
Google Chrome 146 Adds Device Bound Sess...
Google has introdu...harlan4096 — 06:54
WhatsApp is rolling out long-overdue use...
If you use the pop...harlan4096 — 06:53

[-]
Birthdays
Today's Birthdays
avatar (36)Kiran78
Upcoming Birthdays
avatar (45)wapedDow
avatar (49)oapedDow
avatar (42)Sanchowogy
avatar (46)MeighGoask
avatar (38)urumahiz
avatar (44)techlignub
avatar (43)Stevenmam
avatar (50)onlinbah
avatar (50)fuspeukChark
avatar (44)werriewWaiNg
avatar (38)Freemanleo
avatar (43)cdoubapKit
avatar (38)lystraPonia
avatar (31)smith8395john
avatar (51)steakelask
avatar (45)Termoplenka
avatar (43)bycoPaist
avatar (49)pieloKat
avatar (43)ilyagNeexy
avatar (51)donitascene
avatar (51)Toligo
avatar (46)Rodneykak
avatar (49)tradeSmode
avatar (38)RobertUtelt

[-]
Online Staff
There are no staff members currently online.

>