forked from qbittorrent/qBittorrent
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v4_0_x' of https://github.com/qbittorrent/qBittorrent i…
…nto v4_0_x Signed-off-by: c0re100 <[email protected]>
- Loading branch information
Showing
159 changed files
with
40,011 additions
and
40,804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,42 @@ | ||
* Fri Feb 16 2018 - sledgehammer999 <[email protected]> - v4.0.4 | ||
- 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) | ||
|
||
* Sun Dec 17 2017 - sledgehammer999 <[email protected]> - v4.0.3 | ||
- 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">http://www.qbittorrent.org/</url> | ||
<url type="homepage">https://www.qbittorrent.org/</url> | ||
<update_contact>[email protected]</update_contact> | ||
<developer_name>The qBittorrent Project</developer_name> | ||
<url type="bugtracker">http://bugs.qbittorrent.org/</url> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.