+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48

Thread: qBittorrent

  1. #31

    Join Date
    14.12.13
    Location
    /dev/null/
    P2P Client
    qbittorrent
    Posts
    5
    Activity Longevity
    1/20 12/20
    Today Posts
    0/5 ssssssss5
    Some mods for qbittorrent ?
    Reply With QuoteReply With Quote
    Thanks

  2. #32

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Sunday February 22nd 2015 - qBittorrent v3.1.12 release

    This is merely an excuse for a new and correct build for OSX users. The previous versions didn't work on older hardware. In the meantime I backported some important fixes for Windows which resulted in crashes too.

    OSX: Fix build to work with older machines. (sledgehammer999, Noctem)
    WINDOWS: Fix automatic Python download. (sledgehammer999)
    WINDOWS: Fix crashes due to memory corruption and improve Python registry searching. (glassez)

    Wednesday December 17th 2014 - qBittorrent v3.1.11.1 release

    This is a Mac OS X release. This is the same source as v3.1.11. The difference is in the way it is compiled. Now it doesn't crash during launch due to incorrect dynamic library linking. Provided by user DomT4 (github)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  3. #33

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Friday February 16th 2018 - qBittorrent v4.0.4 release

    qBittorrent v4.0.4 was released.

    FEATURE: Add source field in Torrent creator. Closes #7965. (Chocobo1)
    FEATURE: Torrent creator: raise maximum piece size to 32 MiB (Chocobo1)
    FEATURE: Add a force reannounce option in the transfer list context menu. Closes #6448. (Jesse Bryan)
    BUGFIX: Fix sorting of country flags column in Peers tab. (sledgehammer999)
    BUGFIX: Fix natural sorting when the common part of 2 strings ends partially in a number which continues in the uncommon part. Closes #8080 #6732. (sledgehammer999)
    BUGFIX: Fix application of speed limits on LAN and μTP connections. Closes #7745. (sledgehammer999)
    BUGFIX: Make peer information flags in peerlist more readable. (thalieht)
    BUGFIX: Fix gui issues on high DPI monitor. (Chocobo1)
    BUGFIX: Fix dialog and column size on high DPI monitors. (Chocobo1)
    BUGFIX: Fix constant status of '[F] Downloading'. Closes #7628. (sledgehammer999)
    BUGFIX: Fix translation context. Closes #8211. (sledgehammer999)
    BUGFIX: Separate subnet whitelist options into two lines. (Thomas Piccirello)
    BUGFIX: Don't set application name twice. (Luís Pereira)
    BUGFIX: Set default file log size to 65 KiB and delete backup logs older than 1 month. (sledgehammer999)
    WEBUI: Only prepend scheme when it is not present. Closes #8057. (Chocobo1)
    WEBUI: Add "Remaining" and "Availability" columns to webui Content tab. (Thomas Piccirello)
    WEBUI: Make value formatting consistent with GUI (Thomas Piccirello)
    WEBUI: Reposition Total Size column to match gui (Thomas Piccirello)
    WEBUI: Add Tags and Time Active columns (Thomas Piccirello)
    WEBUI: Use https for www.qbittorrent.org (Thomas Piccirello)
    WEBUI: Match webui statuses to gui, closes #7516 (Thomas Piccirello)
    WEBUI: Right-align stat values (Thomas Piccirello)
    WEBUI: Add missing units. (Thomas Piccirello)
    RSS: Fix crash when deleting rule because it tries to update. Closes #8094 (glassez)
    RSS: Don't process new/updated RSS rules when disabled (glassez)
    RSS: Remove legacy and corrupted RSS settings (glassez)
    SEARCH: Search only when category is supported by plugin. Closes #8053. (jan.karberg)
    SEARCH: Only add search separators as needed. (Thomas Piccirello)
    COSMETIC: Tweak spacing in torrent properties widget and speed widget. (Chocobo1)
    WINDOWS: Use standard folder icon for open file behavior on Windows. Closes #7880. (Chocobo1)
    WINDOWS: Revert "Run external program" function. Now you will not be able to directly run batch scripts. (Chocobo1)
    MACOS: Fix torrent file selection in Finder on mac (vit9696)
    MACOS: Fix Finder reveal in preview and torrent contents (vit9696)
    MACOS: Fix cmd+w not closing the main window on macOS (vit9696)
    OTHER: Fix splitting of compiler flags in configure. Autoconf removes a set of [] during script translation, resulting in a wrong sed command. (sledgehammer999)
    OTHER: configure: Parse all compiler related flags together. (sledgehammer999)
    OTHER: Update copyright year. (sledgehammer999)

    Sunday December 17th 2017 - qBittorrent v4.0.3 release

    Some more bugs fixed.
    macOS builds are available now too. Check the 4.0.0 changelog for the macOS specific new features.
    v4.0.3 changelog:

    BUGFIX: Add height padding to the transfer list icons. Closes #7951. (sledgehammer999)
    BUGFIX: Allow to drag-n-drop URLs into mainwindow to initiate download. (Chocobo1)
    BUGFIX: Fix crash when fitlering search results. Stable sorting is removed. Closes #7952.(Chocobo1)
    WEBUI: Fix missing qbt logo on login page in webUI. Closes #7953. (Chocobo1)
    WEBUI: Add check to avoid type error after logout. (Chocobo1)
    WEBUI: Use POST for logout command. This is to avoid browser being smart to prefetch the link then logging out the user. (Chocobo1)
    WEBUI: Fix WebUI is not reachable via IPv6. (glassez)
    WINDOWS: Disable the "?" help button in all dialogs on Windows. Closes #7365. Requires Qt 5.10. (Chocobo1)

    Friday December 1st 2017 - qBittorrent v4.0.2 release

    This is a hotfix release too. It addresses some important RSS issues. macOS builds will follow.
    NOTICE: If you find your torrents being paused instead of seeding, then right click on your torrent, choose Limit shario ratio... and adjust the setting.
    v4.0.2 changelog:

    BUGFIX: Fix crash on some systems when creating address object for 255.255.255.255. Closes #7735. (sledgehammer999)
    PERFORMANCE: Change MixedModeAlgorithm default to TCP. This was the v3_3_x default and should sustain higher speeds. Closes #7779. (Chocobo1)
    PERFORMANCE: Stop logging IP filter parsing errors after a while, otherwise the GUI freezes or qBittorrent doesn't start. (sledgehammer999)
    GUI: Implement stable sort. Rows in transfer list shouldn't flicker anymore. (Chocobo1)
    WEBUI: Fix build when webui is disabled. (Heiko Becker)
    RSS: Fix build because of missing header. Closes #7805. (thoradia)
    RSS: Fix RSS parser. (glassez)
    RSS: Implement Import/Export RSS rules in legacy(aka v3_3_x) format. (glassez)
    RSS: Implement Import/Export RSS rules in JSON format. (glassez)
    WINDOWS: Fixed blurry text under Windows by setting DPI awareness to default. (TheNicker)
    LINUX: Fix i386 build. (Evgeny Lensky)

    Wednesday November 22nd 2017 - qBittorrent v4.0.1 release

    This is a hotfix release. It is also build against newer libtorrent code that fixes connectivity issues with proxies.
    v4.0.1 changelog:

    BUGFIX: Fix crash on opening torrent/magnet (uninitialized pointer). Closes #7739 #7723. (sledgehammer999)
    BUGFIX: Enable preferences Apply button when ip banlist is modified (Thomas Piccirello)
    BUGFIX: Allow drag-n-drop magnet links to mainwindow. Closes #7742. (Chocobo1)
    BUGFIX: Fix crash when aborting a torrent creation process. Closes #7783. (Chocobo1)
    BUGFIX: Correctly check if torrent passed during application start already exists. (sledgehammer999)
    WEBUI: Add ip subnet whitelist for bypassing webui auth (Thomas Piccirello)
    WEBUI: Fix logo missing in login page (Chocobo1)
    COSMETIC: Fix english typo. (sledgehammer999)
    OTHER: cmake: qtsingleapplication should always be built statically (luigino)

    Monday November 20th 2017 - qBittorrent v4.0.0 release

    This is a major new release with a huge changelog. Enjoy!
    v4.0.0 changelog:

    FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999)
    FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst)
    FEATURE: Drop Qt 4 support. Raise minimum Qt version to 5.5.1 (evsh)
    FEATURE: UI for managing locally banned IP list (dzmat)
    FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh)
    FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh)
    FEATURE: Allow to strip subfolder in multifile torrents. (glassez, sledgehammer999)
    FEATURE: Allow cmd args to specify options when adding torrents. (Brian Kendall)
    FEATURE: Widget for showing filesystem paths while typing. Used in the Add New Torrent and Options dialogs. (evsh)
    FEATURE: Trackerlist: Allow to toggle columns (thalieht)
    FEATURE: Add availability column to torrent content model and torrent properties window (evsh)
    FEATURE: Implemented share limit by seeding time (naikel)
    FEATURE: Revamp Torrent creator (Chocobo1)
    FEATURE: Enable drag n drop to create torrent on mainwindow (Chocobo1)
    FEATURE: Add show/hide statusbar option (takiz)
    FEATURE: Show number of pieces. Closes #6774. (Chocobo1)
    FEATURE: Allow to select & delete multiple entries in "Manage Cookies" dialog (Chocobo1)
    FEATURE: Fetch Favicons via google as a final fallback (KingLucius)
    FEATURE: Add a Tags (multi-label) feature to the GUI. Closes #13. (tgregerson)
    FEATURE: Use the system icons for each file type in the Content tab (evsh)
    FEATURE: Use SVG files for monochrome tray icons. Closes #6085. (evsh)
    FEATURE: Prefill torrent name when creating a new torrent. Closes #7229. (Chocobo1)
    FEATURE: Expose more libtorrent options in advanced settings (Chocobo1)
    FEATURE: Add comboBox for selecting BitTorrent protocol. Closes #6316. (Chocobo1)
    FEATURE: Allow SMTP sender to be set. Closes #7575. (Chocobo1)
    FEATURE: Allow to specify if announcing to all tiers is desired. (sledgehammer999)
    FEATURE: Configurable number of history of paths in Add New Torrent dialog. (evsh)
    BUGFIX: Adjust icons names to better fit FDO scheme (evsh)
    BUGFIX: Optimized IP filter parsing, making blazingly fast (sledgehammer999, evsh)
    BUGFIX: Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538. (Chocobo1)
    BUGFIX: Refactor and improve StatusBar (glassez)
    BUGFIX: Set expiration date for newly added cookie to +2 years from now, instead of +99 years. (Chocobo1)
    BUGFIX: Don't create subfolder inside temp folder (glassez)
    BUGFIX: Don't replace existing files when relocating torrent (glassez)
    BUGFIX: Fix explicit Torrent Management Mode in Add New Torrent dialog. Closes #5602. (sledgehammer999)
    BUGFIX: Fix calculation of 'Average time in queue' stat under libtorrent 1.1.x (sledgehammer999)
    BUGFIX: Don't disable bandwidth scheduler when manually switching speed limits. Closes #7306. (glassez)
    BUGFIX: Fix dereferencing freed pointer. Closes #7420. (Chocobo1)
    BUGFIX: Change the default cache size to 64MiB. (Chocobo1)
    BUGFIX: The previous "Disk write cache size" is not accurate since it is also being used for read cache, so rename it to "Disk cache". (Chocobo1)
    BUGFIX: Replace dialog ok-cancel buttons with QDialogButtonBox, which follows the platform specific button order. (Chocobo1)
    BUGFIX: Better reporting of success/failure of torrent and file deletion. (sledgehammer999)
    BUGFIX: Fix last activity calculation. Closes #7461. (Chocobo1)
    BUGFIX: Save state of options windows on cancel too. (silverqx)
    BUGFIX: Persist size and treeview header state in preview dialog. (silverqx)
    BUGFIX: Show torrent name in "add new torrent" dialog on merging trackers (Chocobo1)
    BUGFIX: Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352 (thalieht)
    BUGFIX: Optimize code for SpeedWidget. (dzmat)
    BUGFIX: Disable processing events when adding torrents(prevents crashes). Closes #7436. (Chocobo1)
    BUGFIX: Open links in browser. Closes #7651. (Chocobo1)
    BUGFIX: Change default settings for tracker/tier announces to mimic μTorrent behavior. (sledgehammer999)
    BUGFIX: Explicitly set UPnP state on start-up. Closes #7338. (Chocobo1)
    BUGFIX: Include/print caught signal in stackdump (Chocobo1)
    COSMETIC: Trackerlist: Set text alignment of columns with numbers to the right (thalieht)
    COSMETIC: Enable alternatingRowColors for "Manage Cookie" dialog (Chocobo1)
    COSMETIC: Remove indentation for category/tag filter widgets in all platforms (thalieht)
    COSMETIC: Add space between widgets in left side panel. Closes #7224. (Chocobo1, glassez)
    COSMETIC: Unify preference window borders across the tabs (vit9696)
    COSMETIC: Center Options dialog when showed. (silverqx)
    COSMETIC: Show delete accelerator key in menu. closes #7508 (Nick Korotysh)
    COSMETIC: Set QTextOption::NoWrap property in "Download from URLs" dialog (Chocobo1)
    COSMETIC: Use SVG icons for the country flags. Closes #6223. (sledgehammer999)
    WEBUI: Allow to load/use ECDSA certificate in webUI. (Chocobo1)
    WEBUI: Add copy options to webui context menu (addresses #6815) (#7036) (Tom Piccirello)
    WEBUI: Set torrent location from webui context menu (addresses #6815) (#7062) (Tom Piccirello)
    WEBUI: Add option to rename torrent from WebUI (Thomas Piccirello)
    WEBUI: Add auto torrent management to webui context menu (addresses #6815) (Thomas Piccirello)
    WEBUI: Option for "Create subfolder" when adding new torrent. (thalieht)
    WEBUI: Fix addPaused wrong default behavior. (Chocobo1)
    WEBUI: Reposition "Priority" menu option in WebUI to match gui. Closes #7072. (Thomas Piccirello)
    WEBUI: Report TCPServer errorString() if webui fails to listen to port. (Matthew Fioravante)
    WEBUI: Exit gracefully when failed to initialize web server with qbt-nox (Chocobo1)
    WEBUI: Add file-to-piece-index mappings in /query/propertiesFiles command (Chocobo1)
    WEBUI: Add optional parameters for /command/download & /command/upload (Chocobo1)
    WEBUI: Print error messages upon receiving invalid header fields. (Chocobo1)
    WEBUI: Add WebUi\Address config option. (Matthew Fioravante)
    WEBUI: Reinitialize webUI server when "IP address" setting changed. An app restart won't be necessary from now on. (Chocobo1)
    WEBUI: Improve log and error messages (Chocobo1)
    SEARCH: Use explicit class for search plugin versions (evsh)
    SEARCH: Remove all search plugins from repo. There is another repo named 'search-plugins'. (sledgehammer999)
    SEARCH: Update the backend when a new plugin favicon is downloaded. (sledgehammer999)
    SEARCH: Allow search plugins sorting. Closes #7526. (Nick Korotysh)
    RSS: Redesigned RSS subsystem (glassez)
    RSS: Do not use hardcoded colors in RSS feed view (evsh)
    RSS: Improve RSS events logging (glassez)
    WINDOWS: Use dpiawareness=1 on Windows. Closes #5393. (sledgehammer999)
    WINDOWS: Reformat Windows build configuration files. (glassez)
    LINUX: Allow custom tray icons when system icon theme is used. Closes #7403. (evsh)
    MACOS: Various macOS UI improvements (vit9696)
    MACOS: Fix main menu item location on macOS (vit9696)
    MACOS: Fix macOS window restoration after using hide icon (vit9696)
    MACOS: Fix notification display on macOS (vit9696)
    OTHER: Use new classes/methods from libtorrent and stop using deprecate ones. (glassez)
    OTHER: Various string fixes (Allan Nordhøy, sledgehammer999)
    OTHER: cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551. (evsh)
    OTHER: Update BOOST m4 macros and simplify AX_BOOST_BASE usage (Chocobo1)
    OTHER: Drop OS/2 support. (sledgehammer999)
    OTHER: Optimize file size of PNG and SVG files. (sledgehammer999)
    OTHER: Add new translators in the About page.
    Changelog

    Download

    qBittorrent Home Page
    Last edited by lil-fella; 19.09.18 at 12:06.
    Reply With QuoteReply With Quote
    Thanks

  4. #34

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Tuesday September 18th 2018 - qBittorrent v4.1.3 release

    qBittorrent v4.1.3 was released.

    FEATURE: Preselect name without extension when renaming files (thalieht)
    FEATURE: Allow setting seq & first/last from context menu without metadata (thalieht)
    BUGFIX: Show "N/A" if there is no scrape (thalieht)
    BUGFIX: Save option about tracker favicons under correct key (sledgehammer999)
    BUGFIX: When file data are unreachable pause torrent and show "Missing Files" status (temporary fix) (sledgehammer999)
    BUGFIX: Don't disable DHT when using force proxy (Thomas Piccirello)
    BUGFIX: Correctly save torrent queue position/state/priority changes in fastresume (glassez, thalieht, sledgehammer999)
    BUGFIX: Fix icon height/width ratio (Chocobo1)
    BUGFIX: Fix values sorted wrong in "Last Activity" column (Chocobo1)
    BUGFIX: Replace png icons with svg (Chocobo1)
    WEBUI: Allow WebUI sidebar filters to be hidden (Thomas Piccirello)
    WEBUI: Increase WebUI Options initial height (Thomas Piccirello)
    WEBUI: Adjust WebUI Options form alignment (Thomas Piccirello)
    WEBUI: Fix WebUI unreachable issue (Chocobo1)
    WEBUI: Require torrent category creation to be explicit (Thomas Piccirello)
    WEBUI: Include category save path in web api sync data (Thomas Piccirello)
    WEBUI: Add save path and editing to WebUI new category dialog (Thomas Piccirello)
    WEBUI: Bump Web API version
    SEARCH: Refactor in searchjob to always color visited entries (thalieht)
    SEARCH: Set "enter" as shortcut to download the selected torrents in search job (thalieht)
    SEARCH: Add regex option in the search filter's context menu (thalieht)
    LINUX: Fix GUI scaling issue on Linux (Chocobo1)
    LINUX: Fix regression that broke installing desktop file (Eli Schwartz)
    OPENBSD: Better filesystem support for filewatcher (Elias M. Mariani)

    Sunday August 12th 2018 - qBittorrent v4.1.2 release

    qBittorrent v4.1.2 was released.

    FEATURE: New options for "inhibit sleep" (Lukas Greib)
    FEATURE: Add option for regexps in the transferlist search filter's context menu (thalieht)
    FEATURE: Add async io threads option to AdvancedSettings (tjjh89017)
    FEATURE: Allow save resume interval to be disabled (Chocobo1)
    FEATURE: Add checkbox for recursive download dialog (Chocobo1)
    FEATURE: Add changelog link in program updater (Chocobo1)
    BUGFIX: Avoid allocating large memory when loading a .torrent file (Couchy)
    BUGFIX: Notify users on 1st time close/minimize to tray (sledgehammer999)
    BUGFIX: Fix I/O error after fetching magnet metadata (Chocobo1)
    BUGFIX: Never save resume data for already paused torrents (glassez)
    BUGFIX: Make ProgramUpdater upgrade to 64-bit qbt when running on 64-bit Windows (Chocobo1)
    BUGFIX: Put temporary files in qbt own temp folder (Chocobo1)
    BUGFIX: Avoid potentially setting the wrong piece priorities (Chocobo1)
    BUGFIX: Various code refactorings/improvements (Chocobo1, thalieht, glassez)
    BUGFIX: Add options "Download in sequential order" and "Download first and last pieces first" in AddNewTorrentDialog (Chocobo1)
    BUGFIX: Download favicon using appropriate protocol (glassez)
    BUGFIX: Apply proxy settings on DownloadManager creation (glassez)
    BUGFIX: Improve torrent initialization (glassez)
    BUGFIX: Save resume data on torrent change events (glassez)
    BUGFIX: Increase default resume data save interval (Chocobo1)
    BUGFIX: Work around crash when procesing recursive download. Closes #9086 (Chocobo1)
    BUGFIX: Reduce queries to python version (Chocobo1)
    BUGFIX: Disable certain mouse wheel events in Options dialog (Chocobo1)
    WEBUI: Send all rechecks in one request (Thomas Piccirello)
    WEBUI: Add WebUI Force Reannounce option (Thomas Piccirello)
    WEBUI: Create non-existing path in setLocationAction() (Goshik)
    WEBUI: Add WebUI support for Mac ⌘ (Command) key (Thomas Piccirello)
    WEBUI: Show current save path in 'Set location' window (Goshik)
    WEBUI: Fix WebUI cache behavior for css files (Chocobo1)
    WEBUI: Send Cache-Control header in WebUI responses (Chocobo1)
    WEBUI: Add form-action to CSP (Thomas Piccirello)
    WEBUI: Add upgrade-insecure-requests to CSP when HTTPS is enabled (Thomas Piccirello)
    WEBUI: Reset WebUI ban counter on login success (Chocobo1)
    WEBUI: Add logging messages in WebUI login action (Chocobo1)
    WEBUI: Add option to control CSRF protection (Chocobo1)
    WEBUI: Add option to control WebUI clickjacking protection (Chocobo1)
    RSS: Implement "Sequential downloading" feature. Closes #6835 (glassez)
    RSS: Don't use RSS feed URLs as base for file names. Closes #8399 (glassez)
    SEARCH: Add a name filter for search results (thalieht)
    SEARCH: Fix python version detection (Chocobo1)
    SEARCH: Clear python cache conditionally (Chocobo1)
    SEARCH: Properly normalize version string before parsing it (hannsen)
    WINDOWS: Turn on Control Flow Guard for MSVC builds (Chocobo1)
    MACOS: Replace deprecated function IOPMAssertionCreate() on macOS (Chocobo1)
    OTHER: Fix CMake build with QtSingleApplication. Fixes #9196 (Eugene Shalygin)

    Sunday May 27th 2018 - qBittorrent v4.1.1 release

    qBittorrent v4.1.1 was released.
    Important fixes are in the version of libtorrent used. It fixes SOCKS5 issues and and tracker announces about downloaded/uploaded data.

    FEATURE: Add 'Moving' state for torrents being relocated/moved (sledgehammer999)
    FEATURE: Show rechecking progress (sledgehammer999)
    FEATURE: Add option to remember last used save path (glassez)
    FEATURE: Torrent name is also renamed if the content was renamed in the "Add New Torrent" dialog (glassez)
    FEATURE: Relax behavior of "Download first and last piece first". It applies to all files and not only to the previewable. (Chocobo1)
    BUGFIX: Fix issues with translatable strings (Chocobo1)
    BUGFIX: Fix displayed tracker messages (Chocobo1)
    BUGFIX: Make settings file recovery more robust (Chocobo1)
    BUGFIX: Retry saving settings when operation failed (Chocobo1)
    BUGFIX: Log successful torrent move (sledgehammer999)
    BUGFIX: Fix deletion of old logs (sledgehammer999)
    BUGFIX: Delete non-commited fastresume files (sledgehammer999)
    BUGFIX: Don't migrate torrents that have newer fastresumes (sledgehammer999)
    BUGFIX: Fix adding multiple torrents at once from WebUI (glassez)
    BUGFIX: Improve "Run External Program" behavior. On Windows, a backslash isn't appended to paths from path variables (Chocobo1)
    BUGFIX: Suppress multiple I/O errors for the same torrent (sledgehammer999)
    BUGFIX: Replace raster qbt logo with vector version (Chocobo1)
    WEBUI: Fix wrong API method names (glassez)
    WEBUI: Filter torrent info endpoint by hashes (Marcel Petersen)
    WEBUI: Fix invalid API calls in WebUI (glassez)
    WEBUI: Improve legacy API params handling (glassez)
    WEBUI: Fix params handling for some legacy API methods (glassez)
    WEBUI: Apply locale changes immediately in WebUI (Chocobo1)
    WEBUI: Use 32px icons for favicon (Chocobo1)
    WEBUI/RSS: Properly set RSS settings via API (glassez)
    RSS: Fix auto-downloading rule when Smart filter with regular Episode filter are used (glassez)
    RSS: Make "Ignoring days" to behave like other filters (glassez)
    RSS: Place "Use Smart Episode Filter" more correctly (glassez)
    RSS: Use RSS feed update time as a fallback (glassez)
    COSMETIC: Fix Stats dialog size (sledgehammer999)
    MACOS: Fix GUI scaling factor on macOS (Chocobo1)
    WINDOWS: Update icons (adem4ik)
    LINUX: Fix open destination folder with Nautilus > 3.28 (Evgeny Lensky)
    OTHER: Code improvements and refactoring (thalieht, Nick Korotysh, Chocobo1)

    Friday May 5th 2018 - qBittorrent v4.1.0 release

    qBittorrent v4.1.0 was released.
    This is a major version bump purely because there was a ton of code commits from the last one.
    There a new v2 WebAPI now, but v1 is still supported too.
    The Windows 32-bit installer now uses Qt 5.6.3 instead of 5.7.1. The 5.6.3 version is an LTS release and newer than the 5.7.1 version. The 5.7.x series don't offer something useful for our usage.

    FEATURE: Add "Coalesce reads & writes" checkbox in advanced options (Chocobo1)
    FEATURE: Smart Filter for RSS (Stephen Dawkins)
    FEATURE: Possibility to configure at which speed a torrent is considered slow (thalieht)
    FEATURE: When creating a torrent you can choose to preserve the file order (toster, Chocobo1)
    FEATURE: A new, redesigned and refactored WebAPI (glassez)
    BUGFIX: Redefine CacheStatus.readRatio field. (Chocobo1)
    BUGFIX: Clarify some terms in stats dialog (Chocobo1)
    BUGFIX: Fix possible crash when using both share limits (thalieht)
    BUGFIX: Disable options when Disable connections not supported by proxies is enabled (Thomas Piccirello)
    BUGFIX: Add link to an explanation of Disable connections not supported by proxies (Thomas Piccirello)
    BUGFIX: Fix typo in a log message (Andrei Stepanov)
    BUGFIX: Fix loading very large torrents. Closes #8449. (Chocobo1)
    BUGFIX: Fix reverting backslashes to slashes in run external program. Closes #7800 (Chocobo1)
    BUGFIX: Use https for documentation links (Chocobo1)
    BUGFIX: Use original scheme when downloading favicons (Chocobo1)
    BUGFIX: Parse URL query string at application level (glassez)
    BUGFIX: Properly reply to announce request (embedded tracker) (glassez)
    BUGFIX: Add Tags parameter to "Run External Program" (Chocobo1)
    BUGFIX: Fix various typos (Chocobo1)
    BUGFIX: Refactor filesystem watcher. Delay before processing new files. (Chocobo1)
    BUGFIX: Don't strip empty arguments passed to external program. Closes #8454. (Chocobo1)
    BUGFIX: Stop creating Download folder on start (Chocobo1)
    BUGFIX: Avoid data corruption when rechecking paused torrents (sledgehammer999)
    BUGFIX: Fix crashes due to invalid iterator use (Luís Pereira)
    BUGFIX: Fix renaming completed files (Chocobo1)
    BUGFIX: Fix path separator in log messages (Chocobo1)
    WEBUI: Switch built-in Web UI html to HTML5 (glassez)
    WEBUI: WebUI Save user's resized window sizes (Thomas Piccirello)
    WEBUI: Make download + upload windows resizable (Thomas Piccirello)
    WEBUI: Add option to show/hide webui status bar (Thomas Piccirello)
    WEBUI: Add "Use proxy only for torrents" option to webui (Thomas Piccirello)
    WEBUI: Various fixes in the html code (Thomas Piccirello)
    WEBUI: Don't unselect selected torrents after a few seconds (Thomas Piccirello)
    WEBUI: Enable Http/1.1 persistence connection (Chocobo1)
    WEBUI: Format Read cache hits as percentage (Thomas Piccirello)
    WEBUI: Re-order and rename stats (Thomas Piccirello)
    WEBUI: Right align stat values (Thomas Piccirello)
    WEBUI: Enable Statistics window to be scrolled and resized (Tom Piccirello)
    WEBUI: Save WebUI Statistics window size (Thomas Piccirello)
    WEBUI: Make WebUI iframe windows scrollable on iOS (Thomas Piccirello)
    WEBUI: Remove unused CSS from WebUI login page (Thomas Piccirello)
    WEBUI: Consolidate CSS into style.css (Thomas Piccirello)
    WEBUI: Resolve JavaScript errors (Thomas Piccirello)
    WEBUI: Fix spacing in login form(Thomas Piccirello)
    WEBUI: Update WebUI to be more compliant with HTML5 standard (Chocobo1)
    WEBUI: Update clipboard.js to v2.0.0 (Chocobo1)
    WEBUI: Remove unused JavaScript library (Chocobo1)
    WEBUI: Fix setting preferences via WebAPI (glassez)
    WEBUI: Rename property to match its definition (Thomas Piccirello)
    WEBUI: Add Limit Share Ratio context menu option (Thomas Piccirello)
    RSS: Disable Auto TMM when RSS rule has save path (glassez)
    RSS: Process loaded RSS articles in case of error (glassez)
    RSS: Resolve (X)HTML entities in RSS content (glassez)
    SEARCH: Improve Search handling (glassez)
    SEARCH: Calculate supported categories based on selected plugin (Thomas Piccirello)
    SEARCH: Fix memory leak (Chocobo1)
    COSMETIC: Use spinbox suffix to display rate/time units (thalieht)
    COSMETIC: Avoid showing an empty row in AdvancedSettings (Chocobo1)
    OTHER: Various code optimizations and fixes (Luís Pereira, Chocobo1)
    OTHER: Fix build when using Clang under CMake (Luís Pereira)
    OTHER: Allow to disable Stacktrace support (Nick Korotysh)
    OTHER: Use RNG provided by OS (Chocobo1)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  5. #35
    Advanced User alpacino's Avatar
    Join Date
    19.03.09
    Location
    locked in Alchemilla Hospital
    P2P Client
    none, just the toolz
    Posts
    2,059
    Activity Longevity
    5/20 18/20
    Today Posts
    1/5 sssss2059
    Hello guys, I was looking to migrate from an old client like uSerenity to a new one like qbittorrent, but what is stopping me is a list of good features uT has that I can't find in these newer clients. And I'm way too used to them. For instance a very important feature for me is the 'bt.scrape.stopped' from uT. One of the few things I don't like in this old uT version is how you change torrent order or priority number, you have to move up or down each one, and I sometimes use that a lot for my own reasons. Don't know if newer uT changed that. I see that qbit don't let you specify a custom number on priority but at least it has an additional move to top and bottom option.

    Do you guys know if there's anyway to make qbittorrent scrape every torrent when they are added and on 'paused' state. Fyi on qbit paused is the same as stopped, uT has paused and stopped states.

    Which do you favor in qbittorrent versus deluge for example?

    A random question if I may, I've been using uSerenity in portable mode for a long time and I realized that whenever I quit the client a .tmp file gets generated, are these safe to be deleted? They range from 100 to 300 KB in size. Thanks a lot.
    it's hip to be square
    Reply With QuoteReply With Quote
    Thanks

  6. #36
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    What about "Clean uTorrent"? I know it has gone downhill in the last years, but as I see it, there is no clearly better alternative:

    • qBittorrent: good, but uses Qt Framework so it's clunky.
    • Deluge: good, but uses GTK so it's clunky.
    • BiglyBT: excellent, but uses Java so... you get the idea. Extreme Mod is great though But as a normal, non-cheating client, it's too heavy for my tastes.
    • BitComet: decent, but has lots of call-homes and many private trackers disallow it.
    • Tixati: decent, but the interface is horrible.
    • Halite: good, but it's in beta and receives highly infrequent updates (last one as of this writing: 2015).
    • PicoTorrent: decent, but only has basic functionality so far. Best candidate to replace uTorrent if development continues.
    • Transmission: decent, but has relatively few settings and features. Additionally, the GUI uses Qt, as I recall.
    • rTorrent: good, but it's terminal-based so it requires the installation, configuration and usage of a GUI program.

    As for scraping stopped paused torrents in qBittorrent, I don't know if that can be done, nor did I find a setting for it. There is some discussion about it at https://github.com/qbittorrent/qBittorrent/issues/6650

    I don't use the queue in uTorrent, but as far as I can see what you mention hasn't changed.

    Quote Originally Posted by alpacino View Post
    A random question if I may, I've been using uSerenity in portable mode for a long time and I realized that whenever I quit the client a .tmp file gets generated, are these safe to be deleted? They range from 100 to 300 KB in size. Thanks a lot.
    Are you sure the extension isn't .dmp? In that case they would be minidump files and thus safe to delete.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    alpacino (25.02.19)

  8. #37
    Advanced User alpacino's Avatar
    Join Date
    19.03.09
    Location
    locked in Alchemilla Hospital
    P2P Client
    none, just the toolz
    Posts
    2,059
    Activity Longevity
    5/20 18/20
    Today Posts
    1/5 sssss2059
    Quote Originally Posted by anon View Post
    What about "Clean uTorrent"? I know it has gone downhill in the last years, but as I see it, there is no clearly better alternative:
    Yes, I'm trying it out these days and it seems this will be it. Thanks a lot for cleaning it out and making it available BTW!

    • qBittorrent: good, but uses Qt Framework so it's clunky.
    • Deluge: good, but uses GTK so it's clunky.
    • ...
    Yeah, I agree with all that, of all these, Deluge is the only one I didn't try yet, but not holding my breath. I had high hopes for PicoTorrent but it's very sucky, very bare with features and crashed a lot with me.

    Are you sure the extension isn't .dmp? In that case they would be minidump files and thus safe to delete.
    Yes! You got that right, it was my typo. So if that's a minidump then my client is really crashing all the time when I quit it, although windows shows no crash message. I guess it's because the client now has more than 1200 torrents, some are seeding for more than 1y too.
    it's hip to be square
    Reply With QuoteReply With Quote
    Thanks

  9. #38
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by alpacino View Post
    Yes, I'm trying it out these days and it seems this will be it. Thanks a lot for cleaning it out and making it available BTW!
    You're welcome, it was something I made for myself when I tried to switch clients and learned the current state of affairs, then I thought others may find it useful.

    Yeah, I agree with all that, of all these, Deluge is the only one I didn't try yet, but not holding my breath. I had high hopes for PicoTorrent but it's very sucky, very bare with features and crashed a lot with me.
    Deluge is said to have excellent (network) performance on seedboxes, and the screenshots and videos I've seen agree. Not that it matters a lot here, of course... PicoTorrent looks promising, but I can't really recommend it in its current state.

    Yes! You got that right, it was my typo. So if that's a minidump then my client is really crashing all the time when I quit it, although windows shows no crash message. I guess it's because the client now has more than 1200 torrents, some are seeding for more than 1y too.
    Full disclosure, I don't know how well uTorrent 3.x will deal with more than a thousand torrents, other than the fact it's less good at it than 2.x. Please give it a try and let us know.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    Tester (27.10.22)

  11. #39

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Monday December 24th 2018 - qBittorrent v4.1.5 release

    qBittorrent v4.1.5 was released.
    macOS: Support for Mavericks (10.9) was dropped due to usage of Qt 5.9. qBittorrent v4.1.5 should be able to work if you compile it with Qt 5.8.

    FEATURE: Add checking_mem_usage option to AdvancedSettings (FranciscoPombal)
    FEATURE: Save torrents queue in separate file. Now a new file named 'queue' is created, saving on each line the infohash of each queued torrent in sorted order. (glassez)
    BUGFIX: Fix regression on resuming torrents without metadata (thalieht)
    BUGFIX: Reorder and rename Tracker list context menu option (Thomas Piccirello)
    BUGFIX: Rename Tracker List columns (Thomas Piccirello)
    BUGFIX: Show error message when Session failed to start (glassez)
    BUGFIX: Embedded tracker: Use ip parameter from tracker request if provided (Chocobo1)
    BUGFIX: Fix weekday names translations (Chocobo1)
    BUGFIX: Fix strings not translated (Chocobo1)
    WEBUI: Change qBittorrent exit message to HTML5 (Chocobo1)
    WEBUI: Revise CSP header (Chocobo1)
    WEBUI: Enforce referrer-policy in WebUI (Chocobo1)
    WEBUI: Add torrent name filtering to WebUI (Thomas Piccirello)
    WEBUI: Send numeric status without translation (Thomas Piccirello)
    WEBUI: Add WebUI Trackers context menu (Thomas Piccirello)
    WEBUI: Add DHT, PeX, and LSD to WebUI Tracker list (Thomas Piccirello)
    WEBUI: Add additional Tracker columns to WebUI (Thomas Piccirello)
    WEBUI: Bump Web API version
    WEBUI: Fix display bugs in WebUI Files tab. Remove <IE9 support (Thomas Piccirello)
    WEBUI: Fix incorrect priority value sent from WebUI (Thomas Piccirello)
    WEBUI: Set priority for multiple files in one WebAPI request (Thomas Piccirello)
    WEBUI: Match WebUI Peers table column order to GUI (Thomas Piccirello)
    WEBUI: Fetch data less frequently when torrents tab isn't visible (Thomas Piccirello)
    WEBUI: Add Search tab to WebUI (Thomas Piccirello)
    WEBUI: Add ability to pass urls to the webui download page (Thomas Piccirello)
    WEBUI: Fix JavaScript error (Tom Piccirello)
    WEBUI: Disallow setting a blank alternative WebUI location (Thomas Piccirello)
    WEBUI: Add slow torrent options (Thomas Piccirello)
    WEBUI: Add "Use alternative Web UI" option (Thomas Piccirello)
    WEBUI: Add "Apply rate limit to peers on LAN" option (Thomas Piccirello)
    WEBUI: Add email "From" option (Thomas Piccirello)
    WEBUI: Set WebUI download options using set preferences (Thomas Piccirello)
    WEBUI: Show list of categories on WebUI download page (Thomas Piccirello)
    WEBUI: Hide WebUI text input for custom monitor save locations (Thomas Piccirello)
    WEBUI: Add "When adding a torrent" options (Thomas Piccirello)
    WEBUI: Add WebUI Auto TMM options (Thomas Piccirello)
    WEBUI: Add speed limit icons to WebUI Speed options (Thomas Piccirello)
    WEBUI: Add WebUI Random port button and proxy unencrypted password notice (Thomas Piccirello)
    WEBUI: Replace WebUI Options fixed-width labels (Thomas Piccirello)
    WEBUI: Reorder WebUI options to match GUI (Thomas Piccirello)
    WEBUI: Allow WebUI sidebar to be collapsed (Thomas Piccirello)
    WEBUI: Show ellipsis when WebUI sidebar is too narrow (Thomas Piccirello)
    WEBUI: Fix WebUI bug on override of Start Download option.Closes #9855. (Tom Piccirello)
    WEBUI: Fix missing words in WebUI (Chocobo1)
    WEBUI: Add SameSite attribute to WebUI session cookie (Thomas Piccirello)
    WEBUI: Put WebUI security related options into a groupbox (Chocobo1)
    WEBUI: Add option for WebUI Host header validation (Chocobo1)
    WEBUI: Show icon in WebUI sorted column (Thomas Piccirello)
    RSS: Keep track of REPACK/PROPER downloads. Closes #9898. (Stephen Dawkins)
    SEARCH: Only instantiate SearchPluginManager as needed (Thomas Piccirello)
    MACOS: Make file icon look like other macOS icons (Nick Korotysh)
    MACOS: Save option to start minimized in Mac (thalieht)


    Monday November 19th 2018 - qBittorrent v4.1.4 release

    qBittorrent v4.1.4 was released.
    The macOS builds will follow in a couple of days.
    There will be 1-2 more releases in the 4.1.x series. After that we will switch to 4.2.x. The 4.2.x series will drop support for versions of Windows before Windows 7.
    EDIT(2018-11-20): The installers for 4.1.4 were deleted almost immediately after release. Crashes were reported on Windows 10 for the 64bit installer. See bug #9865. New installers will be uploaded when the problem is fixed.
    EDIT(2018-11-22): The crash issue has been resolved. The installers are available now.

    FEATURE: Recognize *.ts files as previewable (silver)
    FEATURE: Allow to disable speed graphs (dzmat)
    FEATURE: Clear LineEdit on ESC (silverqx)
    BUGFIX: Fix divide-by-zero crash (Chocobo1)
    BUGFIX: Remove speed limit checkbox in Options dialog (Chocobo1)
    BUGFIX: Fix speed graph "high speeds" bug (dzmat)
    BUGFIX: Don't update torrent status unnecessarily (glassez)
    BUGFIX: Improve force recheck of paused torrent (glassez)
    BUGFIX: Restore torrent in two steps (glassez)
    BUGFIX: Improve scaling of speed graphs (dzmat)
    BUGFIX: Add isNetworkFileSystem() detection on Windows. This allows network mounts to be monitored correctly by polling timer. (Chocobo1)
    BUGFIX: Reduce horizontal graphs resolution. Improves perfomance. (dzmat)
    BUGFIX: Don't recheck just checked torrent (mj-p, glassez)
    BUGFIX: Add SMB2 magic number (Chocobo1)
    BUGFIX: Restore startup perfomance to v4.1.2 times. Needs at least libtorrent 1.1.10 (sledgehammer999)
    BUGFIX: Make strings actually translatable (sledgehammer999)
    WEBUI: Handle downloading .torrent file as success (Tom Piccirello)
    WEBUI: Fix Alternative Web UI to be available (glassez)
    WEBUI: Consider empty locale setting as not set (glassez)
    WEBUI: Add free disk space to WebUI status bar (Thomas Piccirello)
    WEBUI: Add WebUI search API controller (Thomas Piccirello)
    WEBUI: Fix WebUI Auto TMM context menu bug (Thomas Piccirello)
    WEBUI: Use independent translation for WebUI (glassez)
    WEBUI: Add categories WebAPI (Thomas Piccirello)
    WEBUI: Fix minor JavaScript defects (Thomas Piccirello)
    WEBUI: Add locale to js file path (Thomas Piccirello)
    WEBUI: Translate WebUI torrents Status column (Thomas Piccirello)
    WEBUI: Bump Web API version
    RSS: Allow to disable downloading REPACK/PROPER matches (Stephen Dawkins)
    RSS: Improve RSS Feed updating (glassez)
    SEARCH: Allow resizing search filter in search job (thalieht)
    SEARCH: Improve parser for search engine versions.txt (Chocobo1)
    SEARCH: Update Python URLs (Chocobo1)
    SEARCH: Fix asking to install Python (Chocobo1)
    SEARCH: Reformat python code to be compliant with PEP8 (Chocobo1)
    OTHER: cmake: restore out-of-source build (Eugene Shalygin)
    OTHER: cmake: cmake: use C++14 when available (Eugene Shalygin)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  12. #40

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Sunday May 5th 2019 - qBittorrent v4.1.6 release

    qBittorrent v4.1.6 was released.

    BUGFIX: Force recheck multiple torrents one by one in all possible cases. Closes #9120 (glassez)
    BUGFIX: Don't query Google for tracker favicons, for privacy reasons (sledgehammer999)
    BUGFIX: Work around the crash occurred in QTimer. Closes #9985 (Chocobo1)
    BUGFIX: Increase the .torrent file download size limit to 100 MiB (thalieht)
    BUGFIX: Disable downloading tracker favicons by default. Works around reported crashes in Linux. Closes #9667 (Chocobo1)
    WEBUI: Separate URL components before percent-decoding. Allow special characters in query string parameters. Closes #9116 (glassez)
    WEBUI: Prevent login credential appearing in URL. Closes #10221 (Chocobo1)
    WEBUI: Display warning when Javascript is disabled (Chocobo1)
    WEBUI: Fix translatable strings (Chocobo1)
    WEBUI: Correctly handle '+' sign in x-www-form-urlencoded data. Closes #10451 (Chocobo1)
    WEBUI: Remove closed connections immediately. Closes #10487 (Chocobo1)
    WEBUI: Fix "Create subfolder" option is not working. Closes ##10392 (Chocobo1)
    SEARCH: Make num enter key work the same as return in searchjobwidget (thalieht)
    LINUX: Make window title bar icon work in Wayland (Peter Eszlari)
    LINUX: Update appdata.xml file (Chocobo1)
    MACOS: Fix progress bar drawing by using different style than native (Nick Korotysh)
    MACOS: Updated and cleaned up fields in Info.plist (Nick Korotysh)
    OTHER: Mention more translators in the about tab. Closes #10043 (sledgehammer999)


    Monday December 24th 2018 - qBittorrent v4.1.5 release

    qBittorrent v4.1.5 was released.
    macOS: Support for Mavericks (10.9) was dropped due to usage of Qt 5.9. qBittorrent v4.1.5 should be able to work if you compile it with Qt 5.8.

    FEATURE: Add checking_mem_usage option to AdvancedSettings (FranciscoPombal)
    FEATURE: Save torrents queue in separate file. Now a new file named 'queue' is created, saving on each line the infohash of each queued torrent in sorted order. (glassez)
    BUGFIX: Fix regression on resuming torrents without metadata (thalieht)
    BUGFIX: Reorder and rename Tracker list context menu option (Thomas Piccirello)
    BUGFIX: Rename Tracker List columns (Thomas Piccirello)
    BUGFIX: Show error message when Session failed to start (glassez)
    BUGFIX: Embedded tracker: Use ip parameter from tracker request if provided (Chocobo1)
    BUGFIX: Fix weekday names translations (Chocobo1)
    BUGFIX: Fix strings not translated (Chocobo1)
    WEBUI: Change qBittorrent exit message to HTML5 (Chocobo1)
    WEBUI: Revise CSP header (Chocobo1)
    WEBUI: Enforce referrer-policy in WebUI (Chocobo1)
    WEBUI: Add torrent name filtering to WebUI (Thomas Piccirello)
    WEBUI: Send numeric status without translation (Thomas Piccirello)
    WEBUI: Add WebUI Trackers context menu (Thomas Piccirello)
    WEBUI: Add DHT, PeX, and LSD to WebUI Tracker list (Thomas Piccirello)
    WEBUI: Add additional Tracker columns to WebUI (Thomas Piccirello)
    WEBUI: Bump Web API version
    WEBUI: Fix display bugs in WebUI Files tab. Remove <IE9 support (Thomas Piccirello)
    WEBUI: Fix incorrect priority value sent from WebUI (Thomas Piccirello)
    WEBUI: Set priority for multiple files in one WebAPI request (Thomas Piccirello)
    WEBUI: Match WebUI Peers table column order to GUI (Thomas Piccirello)
    WEBUI: Fetch data less frequently when torrents tab isn't visible (Thomas Piccirello)
    WEBUI: Add Search tab to WebUI (Thomas Piccirello)
    WEBUI: Add ability to pass urls to the webui download page (Thomas Piccirello)
    WEBUI: Fix JavaScript error (Tom Piccirello)
    WEBUI: Disallow setting a blank alternative WebUI location (Thomas Piccirello)
    WEBUI: Add slow torrent options (Thomas Piccirello)
    WEBUI: Add "Use alternative Web UI" option (Thomas Piccirello)
    WEBUI: Add "Apply rate limit to peers on LAN" option (Thomas Piccirello)
    WEBUI: Add email "From" option (Thomas Piccirello)
    WEBUI: Set WebUI download options using set preferences (Thomas Piccirello)
    WEBUI: Show list of categories on WebUI download page (Thomas Piccirello)
    WEBUI: Hide WebUI text input for custom monitor save locations (Thomas Piccirello)
    WEBUI: Add "When adding a torrent" options (Thomas Piccirello)
    WEBUI: Add WebUI Auto TMM options (Thomas Piccirello)
    WEBUI: Add speed limit icons to WebUI Speed options (Thomas Piccirello)
    WEBUI: Add WebUI Random port button and proxy unencrypted password notice (Thomas Piccirello)
    WEBUI: Replace WebUI Options fixed-width labels (Thomas Piccirello)
    WEBUI: Reorder WebUI options to match GUI (Thomas Piccirello)
    WEBUI: Allow WebUI sidebar to be collapsed (Thomas Piccirello)
    WEBUI: Show ellipsis when WebUI sidebar is too narrow (Thomas Piccirello)
    WEBUI: Fix WebUI bug on override of Start Download option.Closes #9855. (Tom Piccirello)
    WEBUI: Fix missing words in WebUI (Chocobo1)
    WEBUI: Add SameSite attribute to WebUI session cookie (Thomas Piccirello)
    WEBUI: Put WebUI security related options into a groupbox (Chocobo1)
    WEBUI: Add option for WebUI Host header validation (Chocobo1)
    WEBUI: Show icon in WebUI sorted column (Thomas Piccirello)
    RSS: Keep track of REPACK/PROPER downloads. Closes #9898. (Stephen Dawkins)
    SEARCH: Only instantiate SearchPluginManager as needed (Thomas Piccirello)
    MACOS: Make file icon look like other macOS icons (Nick Korotysh)
    MACOS: Save option to start minimized in Mac (thalieht)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  13. #41

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Sunday August 4th 2019 - qBittorrent v4.1.7 release

    qBittorrent v4.1.7 was released.
    The macOS build supports Sierra as minimum version. If you use an older macOS version then you should compile qBittorrent with an older Qt version that has support for your OS version.

    FEATURE: Add 12 hour and 24 hour speed graphs (dzmat)
    FEATURE: Change "Add new torrent" dialog to horizontal layout (Evgeny Lensky)
    BUGFIX: Fix messed up symbols in log (Chocobo1)
    BUGFIX: Fix incomplete file extension not applied for new torrents (Chocobo1)
    BUGFIX: Save updated resume data for completed torrents (Vladimir Golovnev (Glassez))
    BUGFIX: Fix requested torrent resume data handling (Vladimir Golovnev (Glassez))
    BUGFIX: Prevent command injection via "Run external program" function (Chocobo1)
    BUGFIX: Avoid race conditions when adding torrent (Vladimir Golovnev (Glassez))
    BUGFIX: Fix torrent checking issues (Vladimir Golovnev (Glassez))
    BUGFIX: Use proper log message when there are no error (Chocobo1)
    BUGFIX: Fix torrent properties not saved for paused torrents (Chocobo1)
    BUGFIX: Some improvements on qtsingleapplication code (Chocobo1)
    BUGFIX: Remove limits of "Disk cache expiry interval" setting (Chocobo1)
    BUGFIX: Remove upper limit of "Disk cache" setting (Chocobo1)
    BUGFIX: Fix crash when removing phantom tags (Chocobo1)
    BUGFIX: Improve handleFileErrorAlert error message (Chocobo1)
    BUGFIX: Fix updated save path not saved for paused torrents (Chocobo1)
    BUGFIX: Log save_resume_data_failed_alert (Chocobo1)
    BUGFIX: Don't remove parent directories (Chocobo1)
    BUGFIX: Properly remove empty leftover folders after rename (Chocobo1)
    BUGFIX: Focus behavior row in Options dialog (silverqx)
    BUGFIX: Fix unable to rename folder on Windows when same is used in different case(Chocobo1)
    BUGFIX: Fix unable to control add torrent dialogs when opened simultaneously (Chocobo1)
    BUGFIX: Disable "Upload mode" when start preloaded torrent (Vladimir Golovnev (Glassez))
    BUGFIX: Fix wrong comparison result when sorting items(Chocobo1)
    BUGFIX: Fix sequential downloading when redirected (Vladimir Golovnev (Glassez))
    BUGFIX: Fix typos (Chocobo1)
    BUGFIX: Fix assertion fail (Chocobo1)
    BUGFIX: Change number of time axis divisions from 5 to 6 for convenience (dzmat)
    BUGFIX: Don't turn window blank when closed to system tray (Ekin Dursun)
    WEBUI: Fix WebUI encoding of special characters (Thomas Piccirello)
    WEBUI: Change the speed unit from Bytes/s to KiB/s for the rate limiter(jerrymakesjelly)
    WEBUI: Fix '+' char not decoded to space correctly (Chocobo1)
    RSS: Ignore RSS articles with non-unique identifiers (Vladimir Golovnev (Glassez))
    RSS: Perform more RSS parsing in working thread (Vladimir Golovnev (Glassez))
    RSS: Download RSS enclosure element if no proper MIME type is found (Matan Bareket)

    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  14. #42

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Saturday August 24th 2019 - qBittorrent v4.2.0alpha1_20190824_69f665ed016 release

    qBittorrent v4.2.0alpha1_20190824_69f665ed016 was released.
    For Windows only the 64-bit build is available for the alpha release. Changes included in the stable series aren't mentioned below.

    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)
    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: Improve 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)
    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)
    RSS: Better widget for choosing file path in automated downloader (thalieht)
    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)
    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)

    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  15. #43

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Thursday September 26th 2019 - qBittorrent v4.1.8 and v4.2.0alpha2_20190923_918ccefdc4a release

    qBittorrent v4.1.8 and v4.2.0alpha2_20190923_918ccefdc4a release were released.
    For Windows only the 64-bit build is available for the alpha release. Changes included in the stable series aren't mentioned below.
    After about ~2 weeks another release of the v4.2.x series will be made. Stay tuned to download and test. But remember to read the News section before testing. Known incompatibilities will be mentioned.
    Changes in v4.1.8:

    BUGFIX: Fix filename validation on non-Windows OS (Chocobo1)
    BUGFIX: ScanFolders/FileSystemWatcher now detect magnet files with case insensitivity in filename (Chocobo1)
    BUGFIX: Fix failed seeding after creating a torrent and auto-adding it to the session (Chocobo1)

    Changes in v4.2.0alpha2_20190923_918ccefdc4a after the previous alpha:

    FEATURE: Add option to align file to piece boundary when creating new torrent (Chocobo1)
    BUGFIX: Move "Check for program updates" checkbox to the Behavior settings (Chocobo1)
    BUGFIX: Improve error messages for URL seed (Chocobo1)
    PERFORMANCE: Faster/efficient way of handling updates in the Transfer list (Chocobo1)
    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: Allow to cancel/retry the fetching of feeds (glassez)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  16. #44

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Thursday October 31st 2019 - qBittorrent v4.1.9.1 release

    qBittorrent v4.1.9.1 was released to fix a Windows only regression. Builds for other OSes won't be made.

    WINDOWS: Fix a problem with bigger dialogs due to wrong DPI reported by the system (Chocobo1)



    Sunday October 27th 2019 - qBittorrent v4.1.9 and v_4.2.0beta1_20191027_9c466d84ec0 release

    qBittorrent v4.1.9 and v_4.2.0beta1_20191027_9c466d84ec0 release were released.
    For Windows only the 64-bit build is available for the beta release. Changes included in the stable series aren't mentioned below.
    ATTENTION: This beta 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 stable versions (and alpha releases). If you run it and then downgrade to a previous qBittorrent version then your torrents will probably start rechecking.
    Changes in v4.1.9:

    BUGFIX: Preserve relative order when moving to top/bottom in queue (Chocobo1)
    WINDOWS: Use real physical screen DPI (Chocobo1)
    WEBUI: Bump Web API version

    Changes in v_4.2.0beta1_20191027_9c466d84ec0 after the previous alpha:

    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)
    BUGFIX: Rename share ratio limiting options (thalieht)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

  17. #45

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Tuesday December 3rd 2019 - qBittorrent v4.2.0 release

    qBittorrent v4.2.0 was released.
    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)

    Thursday November 21st 2019 - qBittorrent v4.2.0RC_20191121_9c1617b9778 release

    qBittorrent v4.2.0RC_20191121_9c1617b9778 release was released.
    For Windows only the 64-bit build is available for the RC release. Changes included in the stable series aren't mentioned below.
    The macOS build will follow.
    The final version of 4.2.0 will be released at the end of the month.
    ATTENTION: This RC 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 stable versions (and alpha releases). If you run it and then downgrade to a previous qBittorrent version then your torrents will probably start rechecking.
    Changes in v4.2.0RC_20191121_9c1617b9778 after the previous beta:

    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: Fix country name misspelling (horgan)
    RSS: Add create subfolder option to RSS auto-download rules (Xegor)
    WINDOWS: Add option to control qBittorrent process memory priority (Chocobo1)
    Changelog

    Download

    qBittorrent Home Page
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •