diff --git a/Changelog b/Changelog index f04ba9ff3..c669d945c 100644 --- a/Changelog +++ b/Changelog @@ -3,9 +3,42 @@ - FEATURE: Support per tracker re-announce. Needs libtorrent v1.0.0 (Gelmir) - FEATURE: Support saving in network locations. (Gelmir) - FEATURE: Support Qt5 (mostly Glassez) + - FEATURE: Code optimizations resulting in a more CPU efficient and snappier qBittorrent. (sorokin) + - FEATURE: WEBUI code rewritten, refactored and improved. (glassez, pmzqla, buinsky) + - FEATURE: Add option to hibernate computer in Auto-Shutdown menu (Bruno Barbieri) + - FEATURE: Cache preferences in memory. Minimize chance of settings corruption. Closes #1272, #1523, #1694. (sledgehammer999) + - FEATURE: Option to disable connections not supported by proxies. Closes #1894. (sledgehammer999) + - FEATURE: Haiku OS support (diger) + - FEATURE: Add a save resume data interval option(useful for SSD). (john-peterson) + - FEATURE: Add "Last Seen Complete" column (pmzqla) + - FEATURE: Add "Last Activity" column (pmzqla) + - FEATURE: Add "Total Size" column (pmzqla) + - FEATURE: Show current speed limits in the status bar (pmzqla) + - FEATURE: Episode filtering for RSS (Gelmir) + - FEATURE: Highlight files when opening containing folder on Windows and Linux(nautilus, dolphin, konqueror). (Gelmir, pmzqla) + - FEATURE: Setting to ignore RSS rule matches for X days (Gelmir) + - FEATURE: Add hotkeys and buttons for Top and Bottom priorities (alfrix) + - BUGFIX: Use completed time from libtorrent directly. Closes #1726. + - BUGFIX: Speedup and fix a bug in torrent moving. (sorokin) + - BUGFIX: Scan Folder dialog now remembers last location (Bryan Roscoe) + - BUGFIX: Show input box to filter torrent list only when the list is shown (pmzqla) + - BUGFIX: Add placeholder text to the input to filter the torrent list (pmzqla) + - BUGFIX: Put directories first when sorting torrent content by name (pmzqla) + - BUGFIX: Fix missing icon for open action in file list (Gelmir) + - BUGFIX: Set placeholder text to torrent content filter. (sorokin) + - BUGFIX: Fix torrent creation when data is too large (sorokin) + - BUGFIX: Load torrents that have big metadata file. Closes #1889. (sledgehammer999) + - BUGFIX: Use correct separator for "OR" condition in RSS rules (pmzqla) + - BUGFIX: Don't waste UI space in 'Content' window. Closes #2159 (alfrix) + - BUGFIX: Fix the language selection in the combobox when the system locale only has a lang equivalent and not a lang_COUNTRY one. Closes #1786. (sledgehammer999) + - WINDOWS: Fix automatic python download. Closes #2076. (sledgehammer999) + - SEARCH: Update KickassTorrents plugin (pmzqla) - OTHER: Drop libtorrent 0.15.x support - OTHER: Drop Qt < 4.8.0 support - OTHER: Migrate build system to autotools (sledgehammer999) + - OTHER: Remove deprecated feature of separate DHT port. (sledgehammer999) + - OTHER: Speedup compilation speed (sorokin) + - OTHER: Backtrace generation now works on MinGW. (Gelmir) * Sat Oct 12 2013 - Christophe Dumez and sledgehammer999 - v3.1.0 - FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)