2017-06-01 07:29:53 +08:00
* Thu Jun 01 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.13
- BUGFIX: Fixed UI glitch about torrent numbers in the sidepanel. Fixes #6454. (evsh)
- BUGFIX: Fix downloaded/uploaded columns were not highlighted properly when selected. (Chocobo1)
- BUGFIX: Always draw background in files list and search result list (Chocobo1)
- BUGFIX: Remove torrent temp folder if it becomes unneeded (glassez)
- BUGFIX: Remove torrent temp folder when torrent is deleted (glassez)
- BUGFIX: Setup DPI at startup (Chocobo1)
- BUGFIX: Do not attempt to show detailed tooltips without torrent metadata. Closes #6768. (evsh)
- BUGFIX: Better detection of already present files when adding a torrent. (fbriere)
- BUGFIX: Fix double click on system tray icon causing program to open and minimize immediately. Closes #5826. (Chocobo1)
- BUGIFX: Fix categories sorting in AddNewTorrentDialog. Partially fixes #6708. (fbriere)
- BUGFIX: Set "category" column as case-insensitive in transfer list. (fbriere)
- BUGFIX: Properly sort categories case-insensitively in filter widget. Closes #6708. (fbriere)
- BUGFIX: Fix renaming files is not case sensitive on Windows platform. Closes #5128. (Chocobo1)
- BUGFIX: Fix crash in download piece bar (evsh)
- BUGFIX: Fix focusing on the previously opened dialog didn't work (Chocobo1)
- WEBUI: Bugfix: `RequestParser::splitMultipartData` drop extra trailing newline. (OpenGG)
- WEBUI: Add `skip_checking` and `paused` to `/command/download` and `/command/upload` (OpenGG)
- WEBUI: Fix checkbox hidden. Closes #6642. (Chocobo1)
- WEBUI: Implement http persistence connection. Max simultaneous connection limit set to 500. This also release allocated memory of Connection instances at runtime instead of at program shutdown. (Chocobo1)
- WEBUI: Always send Content-Length header. (Chocobo1)
- WEBUI: Send Date http header (Chocobo1)
- WEBUI: Fix "Content-Encoding" header is always created. (Chocobo1)
- WEBUI: Implement robust checking for gzip encoding and revise gzip compressing/decompressing code. (Chocobo1)
- WEBUI: Make the context obligatory for translatable strings. Also delete duplicate strings from extra translations. (sledgehammer999)
- WEBUI: Use translatable strings in Statistics dialog. (sledgehammer999)
- WEBUI: Add missing unit sizes in misc.js (sledgehammer999)
- WEBUI: Use the same layout in the Speed tab in preferences as the GUI. (sledgehammer999)
- WEBUI: Return status indicating if at least one torrent was successfully added (Thomas Piccirello)
- WEBUI: Increase the number of digits after the decimal point (thalieht)
- WEBUI: Use less permissive Content Security Policy (Thomas Piccirello)
- WEBUI: Fix connection status icon too large. Closes #6804. (Chocobo1)
- WEBUI: Cosmetic fixes for WebUI upload and download windows (naikel)
- WEBUI: Fix slow filtering in WebUI. (naikel)
- WEBUI: Make cookie parsing robust (Chocobo1)
- WEBUI: New API for getting torrent piece info (Chocobo1)
- WEBUI: Implement Cross-Site Request Forgery defense. Due to this the HTTP referer header is now expected in (almost) all HTTP requests. qBittorrent will drop the request sent without the referer header. That's why we bump the API_VERSION_MIN too. (reported by OpenGG, fixed by Chocobo1)
- SEARCH: Update demonoid, legittorrents plugins (ngosang)
- SEARCH: Remove mininova, ExtraTorrent plugins (ngosang, KingLucius)
- SEARCH: Add btdb plugin (ngosang)
- WINDOWS: Updated Spanish, Ukrainian, German, Chinese languages of the installer. (ngosang, evsh, schnurlos, wevsty)
- LINUX: Rename .desktop and appdata files to match executable name. Fixes #6625. (evsh)
- MACOS: Fix UI responsiveness after AddNewTorrentDialog received metadata. (Brian Kendall)
2017-04-07 00:48:23 +08:00
* Thu Apr 06 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.12
- FEATURE: Indicate bitness in stackstrace and about dialog. Closes #6172. (sledgehammer999)
- BUGFIX: Fix incomplete type compile error with Qt4 (Chocobo1)
- BUGFIX: Fix compile error: ‘ escape’ is not a member of ‘ Qt’ (Chocobo1)
- BUGFIX: Use system locale to format dates/time/etc (sledgehammer999)
- BUGFIX: Follow http user-agent format (Chocobo1)
- BUGFIX: Fix cancel "Set location" causes files move to installation dir. (Chocobo1)
- WEBUI: Improve performance of updating 'progress' column (buinsky)
- WEBUI: Implement statistics window in web UI (FranciscoPombal)
- WEBUI: fixed "remaining" column in WebUI (FranciscoPombal)
- WEBUI: Set HttpOnly attribute to SID cookie (Chocobo1)
- WEBUI: Fire up the timer to clean inactive sessions (Chocobo1)
- WEBUI: Set cookie SID value to empty on logout (Chocobo1)
- WINDOWS: Make the installer DPI aware (regs01)
- WINDOWS: Set exit code to 0 on install/uninstall success. Fixes problem with silent installations. (Chocobo1)
- WINDOWS: The 64-bit installer refuses to install on 32-bit systems. (sledgehammer999)
- WINDOWS: The 64-bit installer uses the correct "Program Files" now. Detection will not work if you install on top of previous installer. (sledgehammer999)
- WINDOWS: Fix running the uninstaller if the user chose a different path in the installer. Closes #6080. (sledgehammer999)
- LINUX: Add keywords to the .desktop file. (sledgehammer999)
- LINUX: Update stuff in appdata.xml and run 'appstream-utl upgrade' on it. (sledgehammer999)
- OTHER: Replace rand() by a true uniform distribution generator (Chocobo1)
- OTHER: Change our user-agent format as indicated earlier in the news section (Chocobo1)
- OTHER: cmake: fix OSX bundle creation (evsh)
2017-03-04 04:43:59 +08:00
* Fri Mar 03 2017 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.11
- FEATURE: Always show progress and remaining bytes for unselected files. (sledgehammer999)
- FEATURE: Allow to change priority for unselected files through the combobox like it is done via the context menu. (sledgehammer999)
- FEATURE: Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. (sledgehammer999)
- FEATURE: Put temp files in .qBittorrent directory. Closes #4462. (Chocobo1)
- FEATURE: Use the numbers from tracker scrape response. Closes #5048, #6117. (Chocobo1)
- FEATURE: Implement category filter widget. Show categories in tree mode when subcategories are enabled. (glassez)
- FEATURE: Allow to toggle columns in searchtab (thalieht)
- FEATURE: PeerList: allow to hide zero values for the "uploaded" and "downloaded" columns (thalieht)
- FEATURE: Display more information in tracker tab (ngosang)
- FEATURE: Use Ctrl+F to search torrents. Closes #5797. (Tim Delaney)
- FEATURE: Transferlist: add hotkeys for double click and recheck selected torrents (thalieht)
- FEATURE: Add hotkey for execution log tab, Trackerlist, Peerlist etc (thalieht)
- FEATURE: Seperate seeds from peers for DHT, PeX and LSD (thalieht)
- BUGFIX: Do not remove added files unconditionally. Closes #6248 (Eugene Shalygin)
- BUGFIX: Ignore mouse wheel events in Advanced Settings. Closes #866. (Chocobo1)
- BUGFIX: Add queue repair code. It should fix missing torrents after restarting. (Eugene Shalygin, nxd4)
- BUGFIX: Fetch torrent status when generating final fastresume data. It should fix missing torrents after restarting. (Eugene Shalygin)
- BUGFIX: Fix queue overload for add torrent at session start. It should fix missing torrents after restarting. (falco)
- BUGFIX: After files relocate, don't remove the old folder even if it is empty. (Chocobo1)
- BUGFIX: Fix finding 'English' item in language dropdown menu when an unrecognized locale is requested. Closes #6109. (sledgehammer999)
- BUGIFX: Speedlimitdlg: raise slider default value to 10000. Closes #6150. (Chocobo1)
- BUGFIX: TransferListWidget: keep columns width even if they are hidden on qBittorrent startup (unless something goes wrong) (thalieht)
- BUGFIX: fix index overflow for torrents with invalid meta data or empty progress (Falco)
- BUGFIX: Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072. (sledgehammer999)
- BUGFIX: Use case-insensitive comparsion for torrent content window. Closes #6327. (Chocobo1)
- BUGFIX: Fixed sort order for datetime columns with empty values (closes #2988) (Vladimir Sinenko)
- BUGFIX: Disable proxy in WebUI HTTP server. Closes #6349. (Eugene Shalygin)
- COSMETIC: Use a disabled progressbar's palette for unselected files. (sledgehammer999)
- COSMETIC: Support fallback when selecting theme icons (Eugene Shalygin)
- COSMETIC: Do not resize SVG icons (Eugene Shalygin)
- COSMETIC: Align text to the right in columns that handle numbers for PeerList and SearchTab (thalieht)
- COSMETIC: Increased number of digits after the decimal point for Gibibytes and above (thalieht)
- COSMETIC: Use non-breaking spaces between numbers and units (thalieht)
- WEBUI: Fix proxy type bug (Oke Atime)
- WEBUI: Use the correct value for KEY_TORRENT_NUM_COMPLETE/KEY_TORRENT_NUM_INCOMPLETE (Chocobo1)
- WEBUI: Make torrents table scrollable horizontally (buinsky)
- WEBUI: Make torrent peers table scrollable horizontally (buinsky)
- WEBUI: Add tooltips to dynamic table header (buinsky)
- WEBUI: Implement dynamic table columns resizing, reordering and hiding (buinsky)
- WEBUI: Add some missing columns to dynamic tables (buinsky)
- WEBUI: Make too tall menus scrollable (buinksy)
- WEBUI: Prevent text wrapping in menus (buinsky)
- WEBUI: Add a vertical separator between columns (buinsky)
- WEBUI: Implement resizable progress bar in "Done" column (buinsky)
- WEBUI: Fix scrollbar covers menu item with long text (buinsky)
- WEBUI: Remove 300px limit of column width (buinsky)
- WEBUI: Avoid lags in firefox on resizing progress column (buinsky)
- WEBUI: Fix category in torrent upload. Closes #6260 (ngosang)
- WEBUI: Turn off port forwarding of WebUI by default for GUI users (Chocobo1)
- WEBUI: Exclude insecure ciphers. Fixes security issues reported by @beardog108 privately. (Chocobo1)
- WEBUI: Avoid clickjacking attacks. Fixes security issues reported by @beardog108 privately. (ngosang)
- WEBUI: Add X-XSS-Protection, X-Content-Type-Options, CSP header. Fixes security issues reported by @beardog108 privately. (Chocobo1)
- WEBUI: Escape various values that might contain injected html. Fixes security issues reported by @beardog108 privately. (Chocobo1)
- WEBUI: Bump API_VERSION to 12.
- SEARCH: Update extratorrent plugin. Closes #6261 (ngosang)
- SEARCH: SearchTab: can now save sorting column changes (thalieht)
- SEARCH: Use case-insensitive sort for Name column in Search tab. Closes #407. (Chocobo1)
- RSS: Fix tab order in RSS downloader. Closes #6164. (Tim Delaney)
- RSS: Move old RSS items to separate config file. Closes #6167. (Tim Delaney)
- RSS: Episode filter code refactoring (Tim Delaney)
- RSS: Allow resetting rule to no category. Closes #5539. (Tim Delaney)
- RSS: Save rule on enable/disable even if not selected. Closes #6163. (Tim Delaney)
- RSS: Allow | in RSS must contain. Closes #6171. (Tim Delaney)
- RSS: RSS use red text to indicate invalid filter. Closes #6165. (Tim Delaney)
- RSS: Allow episode zero (special) and leading zeroes in RSS episode filter. (Tim Delaney)
- RSS: RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749. (Tim Delaney)
- RSS: RSS allow infinite range to extend beyond current season. Closes #800, #3876, #6170. (Tim Delaney)
- RSS: Improve UI responsiveness during RSS downloading. Closes #873, #1089, #1235, #5423. (Tim Delaney)
- RSS: Show name of feed list and sort rules in editor. Closes #3782, #6281. (Tim Delaney)
- RSS: Fix regex matching. Closes #6337. (Tim Delaney)
- MACOS: Fix qbittorrent-nox build (Oke Atime)
- LINUX: fixes default indicator name (Bilal Elmoussaoui)
- OTHER: Workaround problem with moc from Qt4 and #if (Eugene Shalygin)
- OTHER: Print warning to the user if stacktrace contains no function names (Eugene Shalygin)
- OTHER: Various cmake fixes (Eugene Shalygin)
- OTHER: Fix finding qmake in configure when cross-compiling (Zach Bacon)
2016-12-18 01:52:51 +08:00
* Sat Dec 17 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.10
- BUGFIX: Fix share ratio limiting. Broken by commit 259b5e51c49b744. Closes #6039 #6048. (sledgehammer999)
- BUGFIX: Case insensitive sort for client column. Closes #6054. (Oke Atime)
- BUGFIX: Make resume/pause menu items clickable. Closes #6040. (Oke Atime)
- WINDOWS: Make the updater to look for the x64 installer if running x64 version. (sledgehammer999)
2016-12-15 00:37:07 +08:00
* Wed Dec 14 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.9
- BUGFIX: Fix slider for per torrent speed limits when no global speed limit has been set. Closes #6046. (sledgehammer999)
- BUGFIX: Fix GUI for proxy settings. Closes #6045. (sledgehammer999)
- OSX: Correctly migrate settings/rss/usage stats in macOS. Closes #6041. (sledgehammer999)
2016-12-14 08:10:00 +08:00
* Wed Dec 14 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.8
- FEATURE: Start using new libtorrent 1.1.x APIs (needs at least 1.1.2). Still unofficial support. (glassez, sledgehammer999)
- FEATURE: Add a new DHT bootstrap node run by libtorrent author arvidn. (sledgehammer999)
- FEATURE: Option to disable tracker's favicon download. (sledgehammer999)
- FEATURE: Shift + scroll = horizontal scroll. Closes #5980. Only for TransferListWidget, PeerListWidget. (Chocobo1)
- BUGFIX: Actually set new path as default when checkBox is enabled in Add New Torrent dialog. (erikssm)
- BUGFIX: Properly fix the handling of default save path store/load. (sledgehammer999)
- BUGFIX: Fix crash when restoring from tray. Closes #5854. (Chocobo1)
- BUGFIX: Export torrents added only after the setting was enabled. (sledgehammer999)
- BUGFIX: Delete old rss favicon before assigning new one. (sledgehammer999)
- BUGFIX: Don't revert save path value in the Dialog when metadata are received. Closes #5482. (sledgehammer999)
- BUGFIX: Don't ever stop seeding forced torrents. Closes #5784. (sledgehammer999)
- BUGFIX: Fix potential crash in TransferList widget. Closes #5873. (Chocobo1)
- BUGFIX: Sort torrent names case insensitively. (Yez Ezey)
- BUGFIX: Fix mistake in getting values for sorting in TransferList widget. (Anton Lashkov)
- BUGFIX: Fix memory leaks. (dzmat, Chocobo1)
- WEBUI: Fix webui port overflow. (thalieht)
- WEBUI: Changed meaning of the value of the 'dl_limit', 'up_limit', 'alt_dl_limit' and 'alt_up_limit' tokens. The value is expressed in bytes and not in KiB. (sledgehammer999)
- WEBUI: Don't request client SSL certificate. Closes #3883. (borouhin)
- WEBUI: Bump API_VERSION and API_VERSION_MIN to 11.
- SEARCH: Fixed extratorrent search not working Closes #5736 #5753. (Yez Ezey)
- SEARCH: Update Demonoid plugin. (ngosang)
- SEARCH: Remove TorrentReactor plugin. (ngosang)
- SEARCH: Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871. (sledgehammer999)
- SEARCH: Set /usr/local/bin before default PATH on macOS. closes #5639 #5571. This enables finding newer python installs. (Yez Ezey)
- COSMETIC: Log: set embedded Tracker [OFF] msg type as info. (thalieht)
- COSMETIC: Remove (mostly) useless log warnings about tracker's favicon. (sledgehammer999)
- COSMETIC: Change RSS view layout to horizontal. Closes #5920. (Chocobo1)
- OSX: Fix crash on exit using Qt4. (Yez Ezey)
- OSX: Change QSettings to IniFormat on macOS. Closes #5770 #5808. (Yez Ezey)
- LINUX: Workaround a Qt5 bug which results in a flood of network interface change singals. (Eugene Shalygin)
- OTHER: Turkish translation for installer. (Burak Yavuz)
- OTHER: Update portugueseBR for installer. (DaRKSoM)
- OTHER: Update portuguese for installer. (EdwardLinux)
- OTHER: Add --disable-qt-dbus to configure if $host_os is macOS. (Yez Ezey)
- OTHER: New translations: Icelandic, Latvian, Malay, Occitan, Uzbek.
- OTHER: A whole lot of code refactoring by various people.
2016-09-12 03:18:31 +08:00
* Sun Sep 11 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.7
- FEATURE: Delete torrent+files with Shift+Delete (pieniacy)
- BUGFIX: Fix 6-hour speedplot point push rate. Close #5545 (Daniel Segesdi)
- BUGFIX: Avoid spawning a new explorer.exe process when selecting "Open containing folder". Closes #5564. (Chocobo1)
- BUGFIX: Fix loading of new geoip db due to an artificial size limit. (SagePtr)
- BUGFIX: Better error handling and logging with smtp communication. (Brian Kendall)
- SEARCH: Remove KickassTorrents search engine (ngosang)
- SEARCH: Remove BTDigg search engine (ngosang)
- SEARCH: Update Torrentz search engine (ngosang)
2016-07-20 05:54:11 +08:00
* Wed Jul 20 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.6
- BUGFIX: Do not create save folder in advance (glassez)
- BUGFIX: Fix upper-bound limit of command line for "Run External Program" in Windows. Closes #5399. (Chocobo1)
- BUGFIX: Invoke system's cmd.exe directly. (Chocobo1)
- BUGFIX: Workaround space issues in file path for running external program on Windows. (Chocobo1)
- BUGFIX: Fix icons are missing when using RTL languages in Options dialog. Closes #5398. (Chocobo1)
2016-06-20 09:19:41 +08:00
* Mon Jun 20 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.5
- FEATURE: Implement Torrent Management Mode(TMM) (glassez)
- FEATURE: New cookies management dialog and various related fixes (glassez)
- FEATURE: Use unique temp directories (temp_path/<truncated_torrent_hash>). Closes #5154. (glassez)
- FEATURE: Display notifications when a torrent is added. Closes #334 and #915. (sledgehammer999)
- FEATURE: Sort labels with natural sort algorithm in the right-click menu. Closes #3919. (Chocobo1)
- FEATURE: Add option to automatically remove .torrent files upon adding (Eugene Shalygin)
- FEATURE: Add option to bind directly to an IP instead of using a network Interface (Sjoerd van der Berg, sledgehammer999)
- FEATURE: Detailed tooltips on the progress and availability bars in the General button of each torrent. (Eugene Shalygin)
- FEATURE: Let user able to specifiy a filter when choosing an IP filter file (Chocobo1)
- FEATURE: Improve usability of "Run External Program". Users can write (platform dependent) shell scripts now. (Chocobo1)
- PERFORMANCE: Optimize drawing in speed graph (Anton Lashkov, Chocobo1)
- BUGFIX: Fix memory leak. (sledgehammer999)
- BUGFIX: Fix resizing bug in "add torrent dialog". Closes #5036. (Chocobo1)
- BUGFIX: Fix qBittorrent doesn't exit immediately when "all donwloads are done -> exit" option enabled. (glassez, Chocobo1)
- BUGFIX: Display the filepath when a torrent fails to load. Closes #100 and #805. (sledgehammer999)
- BUGFIX: Fix Add tracker dialog empty trackers (ngosang)
- BUGFIX: Fix Add tracker dialog URL download (ngosang)
- BUGFIX: Fix torrent adding with existing data (glassez)
- BUGFIX: Try to find incomplete files for new torrent (glassez)
- BUGFIX: Fix rechecking after torrent is finished (glassez)
- BUGFIX: Fix duplicate network interfaces. Closes #5131 (ngosang)
- BUGFIX: Fix .!qB extension is added when disabled (glassez)
- BUGFIX: Fix "IP Filtering - Apply to trackers" wasn't being applied. Closes #5217. (Chocobo1)
- BUGFIX: Don't resize the Country column needlessly (thalieht)
- BUGFIX: Fix crashing when exiting the program while the Options window was showing. Closes #4871, #5049. (Chocobo1)
- BUGFIX: Fix parsing of eMule .DAT filters. Closes #5281. (thalieht, sledgehammer999)
- WEBUI: Implement in setting/removing/showing categories. (buinsky)
- WEBUI: Add 'Added on' column in Webui. Closes #5145,#1092,#738 (Ibrahim Tachijian)
- WEBUI: Add command to get the logs (pmzqla)
- WEBUI: Expose Add trackers feature (pmzqla)
- WEBUI: Bump API_VERSION and API_VERSION_MIN to 10. (sledgehammer999)
- SEARCH: Implement search filters in the proxy model. (Eugene Shalygin)
- SEARCH: Optimize widgets inside of the search tab (Eugene Shalygin)
- SEARCH: Remove duplicated code from search tab and widget (Eugene Shalygin)
- SEARCH: Use nova2dl.py script instead of DownloadManager. Closes #5026. (glassez)
- SEARCH: Various UI cleanups and optimizations. (Chocobo1, ngosang)
- SEARCH: Fix Torrentz, Mininova, LegitTorrents, PirateBay plugins (ngosang)
- SEARCH: Fix toolbar resizing when m_searchFilter appears/disappears. Closes #5120. (Chocobo1)
- SEARCH: Use QPalette::LinkVisited color for downloaded items in search results (Eugene Shalygin)
- SEARCH: Update Python version requirements (min 2.7.9 / 3.3.0) (ngosang)
- SEARCH: Remove filters from Torrentreactor, BTDigg and Demonoid. It is done in the GUI now. (ngosang)
- RSS: default refresh interval to 30 mins (botmtl)
- COSMETIC: Improve TransferListDelegate::sizeHint (Chocobo1)
- COSMETIC: Fix long text clipping. Closes #5091. (Chocobo1)
- COSMETIC: Minor change in Stats dialog (ngosang)
- COSMETIC: Fix Update all button height in RSS tab (ngosang)
- COSMETIC: Disable `comboHideZero` when `checkHideZero` is unchecked. (Chocobo1)
- COSMETIC: Disable `checkLimituTPConnections` when `checkuTP` is unchecked. (Chocobo1)
- COSMETIC: Enable word wrap for "Run external program" help text (Chocobo1)
- COSMETIC: Fix mutually exclusive radio buttons can be unselected. (Chocobo1)
- COSMETIC: Set About tab font-size to default (zywo)
- COSMETIC: Improve wordings in "Auto download torrent" section (Chocobo1)
- COSMETIC: Change "Auto download torrent" default save path to "default location". (Chocobo1)
- COSMETIC: Change ambiguous text "Copy selected" to "Copy IP:port" (Chocobo1)
- COSMETIC: Improve error messages for "Auto download torrents" (Chocobo1)
- COSMETIC: Slim down 'Downloads' page of options window. (sledgehammer999)
- COSMETIC: Cleanup Connection page in Option dialog. Closes #845. (Chocobo1)
- COSMETIC: Fix reload button size is not the same size as "..." button in options dialog. (Chocobo1)
- WINDOWS: Let Windows handle all widgets scaling. (Chocobo1)
- WINDOWS: Improve stack trace for windows by including source filenames and line numbers (SeigneurSerpent)
- OSX: Fix qt5 bundle on OSX. Closes #4014. (sledgehammer999)
- OTHER: Make AddNewTorrentDialog behavior uniform (glassez)
- OTHER: Optimize the shutdown dialog (Chocobo1)
- OTHER: Enable access to shutdown functions when configured with `--disable-gui` option (Chocobo1)
- OTHER: Delete Import Torrent Dialog. Just use the "add new torrent" dialog. (glassez)
- OTHER: Optimize code for natural sorting (Chocobo1)
- OTHER: Use new alert dispathing API for libtorrent 1.1.x (glassez)
- OTHER: Fix gcc 6 compilation with qmake. See #5237. (sledgehammer999)
2016-03-30 04:19:29 +08:00
* Tue Mar 29 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.4
- FEATURE: Download more pieces in "Download first and last pieces first" feature (ngosang)
- FEATURE: Unlock first column in peerlist too (thalieht)
- FEATURE: Add "Hide zero values" option. Closes #3543. (Chocobo1)
- FEATURE: Add a "remaining" column to the torrent content model (Ben Lau)
- FEATURE: Allow to toggle columns in peerlist (thalieht)
- FEATURE: Add ability to filter log messages by type. (sledgehammer999)
- FEATURE: Add ability to write the log to file. (sledgehammer999)
- FEATURE: Add 'never show again' checkbox/pref to auto-exit confirm dialog (d3fault, sledgehammer999, Chocobo1)
- PERFORMANCE: Perform fastresume data saving in separate thread (glassez)
- PERFORMANCE: Optimize session startup (glassez)
- BUGFIX: Save resume data using QSaveFile (Qt5 only). This reduces chances of corrupt files. (glassez)
- BUGFIX: Check torrent file permissions before opening (birdie-github)
- BUGFIX: Always update native session's announce_ip setting (Jesse Connop)
- BUGFIX: Fix loading *.magnet files from watched folders. Closes #4701. (sledgehammer999)
- BUGFIX: Fix upgrade corrupted fastresume file (glassez)
- BUGFIX: Fix total values for "Seeds" & "Peers" (Chocobo1)
- BUGFIX: Fix potential race condition. Closes #4742. (Chocobo1)
- BUGFIX: Don't merge trackers for private torrents. Closes #2928. (sledgehammer999)
- BUGFIX: Fix double buttons in "Add New Torrent" dialog. (Chocobo1)
- BUGFIX: Fix malformed date header in email. Closes #4828. (Chocobo1)
- BUGFIX: Save "Run external program" input as is. Closes #4830. (Chocobo1)
- BUGFIX: Enable "filename" column in peers list again. Crash is fixed now. (Eugene Shalygin)
- BUGFIX: Don't display warning when folder name stayed the same after rename. (sledgehammer999)
- BUGFIX: Fix selection of Portuguese translation files. (sledgehammer999)
- BUGFIX: Fix selection of Esperanto locale. Closes #4999. (sledgehammer999)
- BUGFIX: Fix "caja" file manager opens the file instead of opens the directory. Closes #5003. (Chocobo1)
- BUGFIX: Fix periodic latency spikes on Windows with WiFi connections. Closes #4209. (sledgehammer999)
- BUGFIX: Potentially fix a random crash coming from the sidepanel (sledgehammer999, ngosang)
- WEBUI: Fix max_ratio precision. Closes #4707 (ngosang)
- WEBUI: Fix JavaScript exception on WebUI load (buinsky)
- WEBUI: Fix translation (buinsky)
- WEBUI: Submit the label in the new label dialog on pressing enter key (buinsky)
- WEBUI: Check WebUI username and password length. Closes #4191 (ngosang)
- WEBUI: Minor changes in CSS styles (ngosang)
- WEBUI: Add "Added on" and "Completion on" fields to query/torrents query response (buinsky)
- WEBUI: Do not try to parse request message when content-length is 0 (Dan Seminara)
- WEBUI: Support SSL certificate bundles. Issue #4896. (UnDifferential)
- WEBUI: Change the order of the values of speed labels (buinsky)
- WEBUI: Bump WebUI API_VERSION
- SEARCH: Update PirateBay plugin. (ngosang)
- SEARCH: Added TorLock search engine (ngosang)
- COSMETIC: Fix splash screen staying on top of all windows. Closes #1391. (sledgehammer999)
- COSMETIC: Rearrange advanced settings (Chocobo1)
- COSMETIC: Cleanup "about" dialog (Chocobo1)
- COSMETIC: Cleanup "Add New Torrent" dialog (Chocobo1)
- COSMETIC: Use short date in addnewtorrentdialog (Chocobo1)
- COSMETIC: Change "Free disk space" to "Free space on disk" (Chocobo1)
- COSMETIC: Let OS handle DPI scaling for now. Should let Qt do the work when it's more mature. (Chocobo1)
- COSMETIC: Put comment_lbl in QScrollArea. Closes #4881. (Chocobo1)
- COSMETIC: Change the order of the values of speed labels (buinsky)
- COSMETIC: Cleanup the Log tab (Chocobo1)
- COSMETIC: Cleanup the RSS tab (Chocobo1)
- OTHER: Set "Show splash screen on start up" option default to off (Chocobo1)
- OTHER: Support for cross-compilation with MXE (Boris Nagaev)
- OTHER: Add basic (and unofficial) cmake support (Eugene Shalygin)
- OTHER: Move some URLs overs to https (funkydude)
- OTHER: Add appveyor support (Chocobo1)
- OTHER: TravisCI: switch to Trusty image. Closes #4953. (Chocobo1)
- OTHER: Many other internal code restructuring, cleaning and fixing.
2016-01-21 06:47:28 +08:00
* Thu Jan 21 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.3
- BUGFIX: Temporarily disable "filename" column of peers view. It has a bug that causes frequent crashes. See issue #4597.
- WEBUI: Move style of dynamic table header to CSS (buinsky)
- WEBUI: Fix unnecessary updates of torrent peers table (buinsky)
2016-01-19 07:34:08 +08:00
* Tue Jan 19 2016 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.2
- FEATURE: Add a new column to peers list that shows list of files which are downloaded right now from a peer. (evsh)
- FEATURE: Improve the "Watch folders" UI. Closes #4300. You'll need to redo your watch folders settings. (sledgehammer999, glassez)
- FEATURE: Support loading multiple magnets/hashes/urls per .magnet file in the watched folder(one per line). Closes #217. (sledgehammer999)
- BUGFIX: Fix resolution of peer host names. Closes #4307. (sledgehammer999)
- BUGFIX: Don't recheck twice after 'Force Recheck' with 'Recheck torrents on completion' enabled. Closes #4274. (sledgehammer999)
- BUGFIX: Don't apply some settings again if they weren't changed. Closes #4278. (sledgehammer999)
- BUGFIX: Update ISO 3166 country codes. Closes #3942. (Chocobo1)
- BUGFIX: Fix moving torrents to Temp after app restart. Closes #4434. (glassez)
- BUGFIX: Fix crash in favicon code due to null pointer dereference. (glassez)
- BUGFIX: Move the 'qBittorrent-resume' file even when no magnets were recovered. Also make sure to rename it with a unique name. Closes #4334. (sledgehammer999)
- BUGFIX: Don't add the watch folder before the user closes the Preferences window. (sledgehammer999)
- BUGFIX: Remove watch folders permanently only if the user accepts the Preferences dialog. (sledgehammer999)
- BUGFIX: Better handling of cookies in the download manager (glassez)
- BUGFIX: Use the download manager for RSS, the program updater and the dns updater. (glassez)
- BUGFIX: Fix reconfigure additional trackers (glassez)
- BUGFIX: Fix loading corrupted .fastresume file (glassez)
- WEBUI: Show filtered torrents number (buinsky)
- WEBUI: Fix paused, active and inactive filters (buinsky)
- WEBUI: Fixed bug when uploading several files and only the last one was considered. (naikel)
- WEBUI: Implemented WebUI interface for the new Watched Folders feature (naikel)
- WEBUI: Fix possible showing "qBittorrent client is not reachable" message on deleting torrents. (buinsky)
- WEBUI: Don't show "Limit download speed" menu item for downloaded torrents. (buinsky)
- WEBUI: Update webui run program parameters (buinsky)
- WEBUI: Allow to remove the label assigned to a torrent (pmzqla)
- WEBUI: Repair translation (buinsky)
- WEBUI: Remember last opened tab (buinsky)
- WEBUI: Bump WebUI API_VERSION and API_VERSION_MIN.
- COSMETIC: Update native names for Chinese locales. Closes #4381. (sledgehammer999)
- COSMETIC: Rename column header in Content view. (Chocobo1)
- COSMETIC: Edit speed limits and upload ratio icons (buinsky)
- SEARCH: Code refactoring. (glassez)
- SEARCH: Fix PirateBay plugin implementation for Python 3 (ngosang)
- SEARCH: Update PirateBay URL. Closes #4470 (ngosang)
- RSS: Code refactoring. (glassez)
- LINUX: Fix build. (sledgehammer999)
- OSX: Set qBittorrent as default torrent app in Mac OS (dmitry.viktorov)
- OTHER: Fix lrelease version due to the default Qt5 build (Fabio Alessandro Locati)
- OTHER: Indicate to the user that he's going to download the new version. Indicate from the installer that the old version was detected and no settings will be deleted. Closes #4320. (sledgehammer999)
- OTHER: Don't require GUI libs for qt4 nox build. Closes #4404. (sledgehammer999)
- OTHER: Fix cross-compilation (bnagaev)
- OTHER: Allow GeoIP in nox builds (glassez)
2015-12-08 06:42:19 +08:00
* Tue Dec 08 2015 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.1
- FEATURE: New "Set as default label" option in Add torrent dialog. (takiz)
- FEATURE: Support wildcards for filtering torrent list and torrent content (vlakoff)
- BUGFIX: Fix -1 is displayed instead of the infinity symbol (Chocobo1)
- BUGFIX: Fix scan dirs settings saving. Closes #4254, #4239, #4187. (glassez)
- BUGFIX: Exported torrents now use name instead of hash. Closes #4205. (glassez)
- BUGFIX: Improve upgrade to v3.3.0. Now undownloaded magnets will be migrated too. Fixes #4195. (glassez)
- BUGFIX: Fix wrong encoding for listen failed error message. (glassez)
- BUGFIX: Fix RSS not automarking articles as read. (glassez)
- BUGFIX: Fix possible deadlock during application exit. (sledgehammer999)
- WEBUI: Cookies support on WebUI when downloading torrent from a URL. (Naikel Aparicio)
- WEBUI: Modified download and upload windows to allow autocompletion of browsers. (Naikel Aparicio)
- WEBUI: Fixed the spinner in the WebUI upload page. (Naikel Aparicio)
- WEBUI: Modified height of the WebUI download page. (Naikel Aparicio)
- WEBUI: Fixed all the JavaScript functions for download and upload pages. (Naikel Aparicio)
- WEBUI: Add seeds tab to WebUI (buinsky)
- WEBUI: Bump WebUI API_VERSION.
- COSMETIC: Cleanup "Trackers", "Peers", "HTTP Sources", "Speed" and "Content" page layout (Chocobo1)
- COSMETIC: Reduce mainwindow border width (Chocobo1)
- COSMETIC: Use QLineEdit built-in ClearButton (Qt5 only) (Chocobo1)
- COSMETIC: Change text description for half-open connection (Chocobo1)
- OTHER: Change update URL to FossHub. Closes #4188. (sledgehammer999)
2015-11-30 03:51:14 +08:00
* Sun Nov 29 2015 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.3.0
2015-11-23 03:27:13 +08:00
- FEATURE: Huge core code refactoring. Problems with labels, temp folders etc should be eliminated. Smoother UI should be observed too. (glassez)
2015-07-20 00:34:54 +08:00
- FEATURE: Speed graph (Anton Lashkov)
- FEATURE: Add multiple peers in Peers addition dialog. Closes #1563, #2245, #3133, #1419, #3287, #1419 (ngosang)
- FEATURE: Allow to copy all peers with a keyboard shortcut (ngosang)
2015-11-23 03:27:13 +08:00
- FEATURE: Use GeoIP2 database, allows for country resolution of IPv6 peers. It is no longer embedded in the program but downloaded and updated monthly. (glassez)
- FEATURE: Add more "Run External Program" parameters, closes #3053, #238, #1291, #1522. (Chocobo1, glassez)
- FEATURE: Add an option to allow the use of proxies only for torrents. Closes #2701. (pmzqla)
- FEATURE: Detect network interface state changes. It should detect VPN connection resets. (Pawel Polewicz)
- FEATURE: Switch to using c++11 (glassez)
- FEATURE: Automatically add trackers to new downloads. (ngosang)
- FEATURE: You can now choose the path to download for watched folders. (dsimakov, sledgehammer999)
- FEATURE: Switch to Qt5 by default.
2015-07-20 00:34:54 +08:00
- BUGFIX: Fix progress calculation in Content tab. Closes #2639 Closes #2752 (ngosang)
2015-11-23 03:27:13 +08:00
- BUGFIX: Fix label filter. Closes #3429. (glassez)
- BUGFIX: Fix "Run External Program Launches too Early" issue, closes #2107. (Chocobo1)
- BUGFIX: Don't remove torrent contents parent folder, even it is empty. Closes #2244. (Chocobo1)
- BUGFIX: Always apply filter for manually banned IPs. Related #3988. (sledgehammer999)
- BUGFIX: Fix reporting of tracker status. Closes #3101. (sledgehammer999)
- BUGFIX: Don't connect to "any interface" when the configured network interface is missing. Closes #3943, #2741, #1159, #844 and #143. (sledgehammer999)
- BUGFIX: Fix reordering of first column with Qt5. Closes #2835. (sledgehammer999)
- COSMETIC: Add back "qBittorrent" in program updater title, closes #3549. (Chocobo1)
- COSMETIC: Use infinity symbol rather than -1 for nb_connections (pmzqla)
- COSMETIC: Move uTP options to it's own section (Chocobo1)
- COSMETIC: Fix availability bar & progress bar height being too small on high DPI displays (Chocobo1)
- COSMETIC: Fix availability label & progress label clipped on high DPI displays, closes #3237. (Chocobo1)
- COSMETIC: Add tooltips/legend for availability bar & progress bar (Chocobo1)
- COSMETIC: Use theme color for background in PropertiesWidget (Chocobo1)
- COSMETIC: Replace horizontal line with border in bottom panel (Chocobo1)
- COSMETIC: Various visual changes in the side panel. (Chocobo1)
- COSMETIC: Use thin border for transfer list (Chocobo1)
- COSMETIC: Make URL in "Add Torrent File..." clickable. Closes #3928. (Chocobo1)
- COSMETIC: New view for errored torrents. (sledgehammer999)
- WEBUI: Add information in General tab (ngosang)
- WEBUI: Reorder "Super seeding mode" option in right click menu (ngosang)
- WEBUI: Clean up JavaScript code (ngosang)
- WEBUI: Added labels support. #648 (Felipe Barriga Richards, ngosnag)
- WEBUI: Fix accessing the WebUI through IPv6 (ngosang)
- WEBUI: Bump WebUI API_VERSION to 6.
2015-11-30 03:51:14 +08:00
- WEBUI: Change selected color to differentiate from the progressbar. (Daniel Peukert, ngosang)
2015-11-23 03:27:13 +08:00
- SEARCH: Add "Copy description page URL" button in search tab. Closes #2371. (pmzqla)
- SEARCH: Add https_proxy env variable. This forces Python to use the HTTP proxy for HTTPS connections. (pmzqla)
- SEARCH: Detect new plugin URL from clipboard (ngosang)
2015-11-30 03:51:14 +08:00
- SEARCH: Update Torrentz trackers (ngosang)
2015-11-23 03:27:13 +08:00
- WINDOWS: Fix german translation of the installer (netswap)
- NOX: Don't ask the user questions in nox build when in non-interactive mode. Closes #3875. (sledgehammer999)
2015-07-09 00:19:11 +08:00
- OTHER: Fixed typos, spelling correction (dartraiden)
2015-11-23 03:27:13 +08:00
- OTHER: Fix need for restart to enable/disable peer countries resolution. (glassez)
- OTHER: Unload the GeoIP db when disabled. (sledgehammer999)
- OTHER: Reduce max value of "Disk cache size" to 1536MB for 32bit. Closes to #4028. (Chocobo1)
2015-11-30 03:51:14 +08:00
- OTHER: Make "Download in sequential order" and "Download first and last piece first" options independent. (glassez)
2015-05-14 04:33:22 +08:00
2015-05-10 08:12:50 +08:00
* Sun May 10 2015 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.2.0
2014-01-23 06:03:27 +08:00
- FEATURE: Show actual protocol for listen success/failure in the log. Needs libtorrent v1.0.0 (Gelmir)
- FEATURE: Support per tracker re-announce. Needs libtorrent v1.0.0 (Gelmir)
- FEATURE: Support saving in network locations. (Gelmir)
2014-05-04 20:41:47 +08:00
- FEATURE: Support Qt5 (mostly Glassez)
2014-12-03 08:07:52 +08:00
- 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)
2015-03-30 01:42:49 +08:00
- FEATURE: Implement peer relevance column. Closes #1630. (sledgehammer999)
- FEATURE: Show reason why a peer was blocked. Needs libtorrent 1.0.x. (sledgehammer999)
- FEATURE: Use the 'fastest_upload' setting as seed choking algorithm. (sledgehammer999)
- FEATURE: Allow to set text options for the toolbar icons (pmzqla)
- FEATURE: Add 'Resumed' torrent filter (john.s.peterson)
- FEATURE: 'Add New Torrent` dialog has a button for quickly choosing a location (sledgehammer999)
- FEATURE: Copy selected peers as IP:Port format. (ngosang)
- FEATURE: Show info hash in the torrent details in 'Add New Torrent' dialog. (sledgehammer999, chrishirst)
- FEATURE: New feature: Remove empty labels (ngosang)
- FEATURE: Add "Copy name" option in right-click menu of torrent list. Closes #2452 (chrishirst)
- FEATURE: Implement tracker list in the side panel. Closes #170. (sledgehammer999)
- FEATURE: Implement a 'Completed' status. Closes #2326 #2483 #939. (sledgehammer999)
2015-05-03 05:20:25 +08:00
- FEATURE: Columns for session-based download and upload statistics (LazyBui)
2014-12-03 08:07:52 +08:00
- 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)
2015-03-30 01:42:49 +08:00
- BUGFIX: Don't overwrite the 'Add Paused' setting from the Add New Torrent Dialog (Gelmir)
- BUGFIX: Fix file preview when .!qB extension is used (pmzqla)
- BUGFIX: Ensure that the priority column has enough width when queueing is enabled. Closes #2263. (sledgehammer999)
- BUGFIX: Don't put limits to the alternative speed limits (pmzqla)
- BUGFIX: Make space key change all selected files' checkboxes (sorokin)
- BUGFIX: Don't block peers that use privileged ports. (sledgehammer999)
- BUGFIX: Accept multiple files at once. Closes #2253 (buinsky)
- BUGFIX: Don't touch torrents whose files are missing. Closes #342 #2308 #2469. (sledgehammer999)
- BUGFIX: Save the new save path first in the history. Closes #2382. (sledgehammer999)
- BUGFIX: Fix default tracker in 'Create Torrent' dialog. (ngosang)
- BUGFIX: Let the OS decide the default interface regardless of IPv4/IPv6. Closes #2156. (Chocobo1)
- BUGFIX: Delete the correct selected torrents when the list is filtered. Closes #2729. (sledgehammer999)
2015-05-03 05:20:25 +08:00
- BUGFIX: Don't use HTML in tray icon pop-up on OSX. Closes #2830. (pmzqla)
- BUGFIX: Fix crash when trying to open destination folder on a torrent with no metadata. Closes #2522. (pmzqla)
- BUGFIX: Change torrent name when metadata is retrieved. (ngosang)
2015-03-30 01:42:49 +08:00
- COSMETIC: Removes white bar in the labels list. Closes #1151. (ngosang)
- COSMETIC: Fix speed printing in the tray icon and in the title bar. Closes #2737. (sledgehammer999)
- COSMETIC: Change the color scheme used (sledgehammer999)
- RSS: Display remote images in the preview (Mladen Milinkovic)
- RSS: Format html descriptions in the preview (Mladen Milinkovic)
- RSS: Support overriding global "Add paused" option on per rule basis (Gelmir)
2014-12-03 08:07:52 +08:00
- WINDOWS: Fix automatic python download. Closes #2076. (sledgehammer999)
2015-03-30 01:42:49 +08:00
- WINDOWS: Fix crash when searching the registry for installed python (glassez)
2015-05-03 05:20:25 +08:00
- WINDOWS: Tell Windows to wait during shutdown. (sledgehammer999, paolo-sz)
2015-03-30 01:42:49 +08:00
- OSX: Use the configure script to prepare the build in Mac OSX too. Closes #2295. (sledgehammer999)
- OSX: Fix the build (David Christenson)
2015-05-03 05:20:25 +08:00
- LINUX: Distribute systemd service file for the nox build (sledgehammer999, leigh123linux)
- LINUX: Create qBittorrent.appdata.xml (alxpl)
2014-12-03 08:07:52 +08:00
- SEARCH: Update KickassTorrents plugin (pmzqla)
2015-03-30 01:42:49 +08:00
- SEARCH: Remove vertor engine. Closes #2260. (DoumanAsh)
- SEARCH: Small fix of import in legittorrents engine (DoumanAsh)
- SEARCH: Add combo box for fast search engine switch (DoumanAsh)
- SEARCH: Fix error in mininova search engine (ngosang)
- SEARCH: Fix piratebay. Closes #2270 (DoumanAsh)
- SEARCH: Updated URL in kickasstorrents search engine (ngosang)
- SEARCH: Torrentz search engine added (ngosang)
2013-10-24 03:40:27 +08:00
- OTHER: Drop libtorrent 0.15.x support
2014-05-04 20:41:47 +08:00
- OTHER: Drop Qt < 4.8.0 support
- OTHER: Migrate build system to autotools (sledgehammer999)
2014-12-03 08:07:52 +08:00
- OTHER: Remove deprecated feature of separate DHT port. (sledgehammer999)
- OTHER: Speedup compilation speed (sorokin)
- OTHER: Backtrace generation now works on MinGW. (Gelmir)
2015-03-30 01:42:49 +08:00
- OTHER: New translation: Hindi(India).
2013-10-12 22:57:32 +08:00
2013-10-12 22:46:32 +08:00
* Sat Oct 12 2013 - Christophe Dumez <chris@qbittorrent.org> and sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.1.0
2012-08-19 21:10:15 +08:00
- FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)
2012-08-20 03:15:44 +08:00
- FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro)
2012-08-22 01:13:00 +08:00
- FEATURE: Add setting to copy .torrent files for finished downloads (Driim)
2013-10-06 22:40:56 +08:00
- FEATURE: Add option to start qBittorrent on Windows startup (sledgehammer999)
2013-03-10 16:36:21 +08:00
- FEATURE: Add context menu to Web seed list (Gelmir)
2013-03-11 01:57:59 +08:00
- FEATURE: Add support for tracker tiers / groups to creator (Gelmir)
2013-03-11 02:02:35 +08:00
- FEATURE: Allow clearing execution and ban logs (Gelmir)
2013-06-30 21:00:58 +08:00
- FEATURE: Add option to use random port on each startup (ireallylikeher)
2013-07-02 04:12:00 +08:00
- FEATURE: Expose the cache expiry to the user (Gelmir)
2013-07-03 22:02:02 +08:00
- FEATURE: Support Atom feeds (Gelmir)
2013-07-22 03:20:40 +08:00
- FEATURE: Add "save path" column (John Peterson)
2013-10-06 22:40:56 +08:00
- FEATURE: Add μTorrent-compatible "Flags" column in the peer tab(sledgehammer999)
- FEATURE: Load magnet metadata in the background while the "Add New Torrent" Dialog is showing (Gelmir)
- FEATURE: Allow to enter only an info-hash for download(sledgehammer999)
- FEATURE: Bring the "Add New Torrent" Dialog to the front(glassez)
2012-10-07 21:21:11 +08:00
- BUGFIX: Add confirmation dialog for "Force recheck" action (closes #131)
2012-08-19 21:10:15 +08:00
- BUGFIX: Greatly improve RSS manager performance (closes #34)
2013-06-29 23:16:23 +08:00
- BUGFIX: Ensure that all columns in the tranferlist have a size > 0.
2013-07-22 03:20:40 +08:00
- BUGFIX: Don't mark RSS item as read when it failed to download (Gelmir)
2013-10-06 22:40:56 +08:00
- BUGFIX: Fix ETA calculation when some files are downloaded and marked afterwards as 'do not download'(sledgehammer999)
- BUGFIX: Make the UI show that PEX/DHT/LSD are actually disabled on private torrents(sledgehammer999)
- BUGFIX: Scheduler should be much more robust and correct now(sledgehammer999)
- BUGFIX: Now qBt won't forget torrent settings after an unclean shutdown(sledgehammer999)
2013-10-12 22:46:32 +08:00
- BUGFIX: Text boxes in edit dialogs will fit to text width(Gelmir)
- BUGFIX: Enable edit/rename via F2 or double click in various places(Gelmir)
- BUGFIX: Allow to edit trackers and copy their urls(Gelmir and Driim)
- BUGFIX: Add Uploaded column to main view(Gelmir)
- BUGFIX: Calculate ETA for seeding torrents(Gelmir)
- BUGFIX: Add option to ignore global share ratio limits for created torrents(Gelmir)
2013-10-06 22:40:56 +08:00
- OTHER: Many RSS bugfixes and improvements all over the place(Gelmir)
2013-01-27 01:09:13 +08:00
- OTHER: Generate translations at configure time to reduce tarball size
2013-07-06 17:31:01 +08:00
- OTHER: Make peer tab sortable by ip too (Gelmir)
2013-10-12 22:46:32 +08:00
- OTHER: Translations moved to Transifex(https://www.transifex.com/projects/p/qbittorrent/)
- OTHER: New Translation - Vietnamese (Anh Phan)
2013-06-29 22:58:41 +08:00
- PERFORMANCE: Impove drawing speed of tranferlist when there are many torrents(>100)
2013-06-29 23:10:45 +08:00
- PERFORMANCE: Impove drawing speed of peers list when there are many peers
2012-08-19 21:10:15 +08:00
2012-08-09 18:38:04 +08:00
* Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0
2012-05-16 00:57:31 +08:00
- FEATURE: Brand new torrent addition dialog
2012-05-05 20:34:36 +08:00
- FEATURE: Add the ability to choose the save path when using magnet links (mutoso)
2012-07-01 18:23:41 +08:00
- FEATURE: Add support for adding multiple local torrents at once (Web UI)
2012-05-17 23:12:31 +08:00
- COSMETIC: Improve style of left panel
- BUGFIX: Lower panels no longer gets disabled
2012-07-01 21:19:53 +08:00
- BUGFIX: Major code refactoring and various optimizations.
2012-07-01 21:20:44 +08:00
- BUGFIX: No longer strip root folder from torrent files
2012-02-18 22:45:33 +08:00
- OTHER: Drop support for libtorrent v0.14.x
2012-02-26 02:13:56 +08:00
- OTHER: Drop support for Qt 4.5
2012-02-18 22:45:33 +08:00
2011-10-08 15:50:39 +08:00
* Sat Oct 08 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.0
2011-09-18 21:42:50 +08:00
- FEATURE: Add file association settings to program preferences (Windows)
2011-09-19 00:34:29 +08:00
- FEATURE: Add setting to ignore slow torrents in queueing system
2011-09-19 01:05:30 +08:00
- FEATURE: Add advanced setting to announce to all trackers
2011-09-24 16:07:09 +08:00
- FEATURE: Add support for anonymous mode (libtorrent >= v0.16)
2011-09-21 22:50:26 +08:00
- FEATURE: Add quick "set as default save path" checkbox to torrent addition dialog (sledgehammer999)
2011-09-18 20:54:16 +08:00
- BUGFIX: Add tray menu entry for toggling window visibility
2011-09-24 20:39:27 +08:00
- BUGFIX: Fix execution log lines selection and copying
2011-09-25 21:20:28 +08:00
- BUGFIX: Reduce CPU usage when running Web UI
2011-09-27 01:47:10 +08:00
- BUGFIX: Save RSS items to disk regularly for safety
2011-09-27 22:11:50 +08:00
- BUGFIX: Fix ratio calculation (use all_time_download)
2011-10-01 22:16:01 +08:00
- BUGFIX: Fix torrent upload issues (Web UI)
2011-10-02 05:53:00 +08:00
- BUGFIX: Fix some IE incompatibilities (Web UI)
2011-08-02 23:54:25 +08:00
- COSMETIC: Display speed at the beginning of the Window title
2011-09-25 02:37:34 +08:00
- COSMETIC: Several cosmetic fixes to the Web UI
2011-10-01 20:17:57 +08:00
- COSMETIC: Make top toolbar follow system style
2011-08-29 04:24:13 +08:00
- OTHER: Display libraries versions in about dialog (sledgehammer999)
2011-09-25 02:37:34 +08:00
- OTHER: Display qBittorrent version in Web UI about dialog
2011-08-02 23:54:25 +08:00
2011-06-06 00:08:30 +08:00
* Thu Jun 02 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.0
2011-04-17 22:42:38 +08:00
- FEATURE: Added full libtorrent v0.16 support (uTP, ...)
2011-05-01 19:22:17 +08:00
- FEATURE: Proxy can be disabled for peer connections
2011-04-10 01:39:51 +08:00
- FEATURE: Added support for secure SMTP connection (SSL)
- FEATURE: Added support for SMTP authentication
2011-04-13 03:50:05 +08:00
- FEATURE: Added UPnP/NAT-PMP port forward for the Web UI port
2011-04-15 21:02:39 +08:00
- FEATURE: qBittorrent can update dynamic DNS services (DynDNS, no-ip)
2011-04-18 03:22:01 +08:00
- FEATURE: Display peer connection type in peer list (BT, uTP, Web)
2011-04-18 18:36:19 +08:00
- FEATURE: Added full regex support to RSS downloader
2011-04-18 23:56:22 +08:00
- FEATURE: Added regex help and validation in RSS downloader
2011-06-06 00:08:30 +08:00
- FEATURE: Added HTTPS support to Web UI (Ishan Arora)
2011-03-27 16:34:51 +08:00
- BUGFIX: Change systray icon on the fly (no restart needed)
2011-04-17 23:35:40 +08:00
- BUGFIX: Remember peer-level rate limits (requires libtorrent v0.16)
2011-06-06 00:08:30 +08:00
- BUGFIX: Stop annoncing to trackers an all tiers (more respectful)
- BUGFIX: Stop sharing private trackers with other peers
- BUGFIX: Tracker exchange extension can be disabled
- BUGFIX: Cleaner program exit on system log out
- BUGFIX: Fix possible magnet link parsing problems
- BUGFIX: Fix possible RSS URL parsing problems
2011-04-10 01:39:51 +08:00
- COSMETIC: Added monochrome icon for light themes
2011-03-27 16:34:51 +08:00
2011-03-20 21:01:06 +08:00
* Sun Mar 20 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.7.0
2011-02-27 22:40:46 +08:00
- FEATURE: Added search field for torrent content
2011-02-05 22:51:31 +08:00
- FEATURE: Added auto-shutdown confirmation dialog
2011-01-16 23:29:44 +08:00
- FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen)
2011-02-05 23:44:48 +08:00
- FEATURE: IP address reported to trackers is now customizable
2011-02-06 22:27:34 +08:00
- FEATURE: Inhibit system sleep when torrents are active (Vladimir Golovnev)
2011-02-27 17:34:42 +08:00
- FEATURE: Added option to bypass Web UI authentication for localhost
2011-02-27 17:43:58 +08:00
- FEATURE: Added option to disable program exit confirmation
2011-03-08 03:26:44 +08:00
- FEATURE: Added per-torrent ratio limiting (Christian Kandeler)
2011-03-11 02:58:35 +08:00
- FEATURE: Torrent content list is now sortable
2011-02-27 23:41:05 +08:00
- BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
2011-03-13 21:59:22 +08:00
- BUGFIX: Added length restriction on UI lock password
2011-03-13 04:59:44 +08:00
- COSMETIC: Added monochrome tray icon
2011-03-13 21:35:08 +08:00
- COSMETIC: Improved status bar's style
2011-03-08 04:22:35 +08:00
- OTHER: Make QtDBus dependency optional (X11)
2011-01-16 23:29:44 +08:00
2011-01-09 18:31:59 +08:00
* Sun Jan 9 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.0
2010-12-14 02:22:19 +08:00
- FEATURE: Use system icons (Linux, Qt >= 4.6)
2010-12-18 23:34:38 +08:00
- FEATURE: Improved ETA calculation
2010-12-06 00:29:18 +08:00
- FEATURE: Simplify program preferences
2010-12-22 01:41:11 +08:00
- FEATURE: Software update check can now be disabled (Mac OS X / Windows)
2010-12-22 01:57:18 +08:00
- FEATURE: Display pieces size in torrent properties
2010-12-22 02:25:44 +08:00
- FEATURE: Added "Time Active/Seeded" column to transfer list
2010-12-25 22:07:28 +08:00
- FEATURE: Give feedback regarding the IP filter parsing
2010-12-25 22:47:52 +08:00
- FEATURE: Added a button to reload the IP filter
2010-12-26 17:51:37 +08:00
- FEATURE: Search engine results can now be opened in a Web browser
2010-12-26 18:44:50 +08:00
- FEATURE: Added a search engine plugin to extratorrent.com
2010-12-26 18:53:57 +08:00
- FEATURE: Added a search engine plugin for kickasstorrents.com
2010-12-31 21:36:32 +08:00
- FEATURE: Added auto-suspend upon downloads completion feature
2011-01-06 20:12:07 +08:00
- BUGFIX: Hide unwanted files that have to be partly downloaded
2011-01-08 21:31:57 +08:00
- BUGFIX: Do not allocate space for unwanted files (preallocation mode)
2011-01-06 16:42:08 +08:00
- I18N: Added Galician translation
2010-12-16 03:51:19 +08:00
- COSMETIC: Same deletion confirmation dialog in the GUI and Web UI
2010-12-15 03:55:21 +08:00
- COSMETIC: Simplified the top toolbar
2010-12-21 02:07:36 +08:00
- COSMETIC: Display execution log as a tab instead of a modal window
2010-12-06 00:29:18 +08:00
2010-12-05 16:25:27 +08:00
* Sun Dec 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.0
2010-10-16 05:55:56 +08:00
- FEATURE: qBittorrent can now act as a tracker
2010-11-13 19:05:32 +08:00
- FEATURE: New and improved RSS feed automated downloader
2010-10-09 22:57:41 +08:00
- FEATURE: Added feature to shutdown qbittorrent on torrents completion
2010-10-24 00:21:56 +08:00
- FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
2010-10-24 05:46:05 +08:00
- FEATURE: qBittorrent can update itself from Sourceforge (Windows/Mac OS X only)
2010-10-09 23:23:51 +08:00
- FEATURE: Added a transfer list column to display the current tracker
2010-10-26 03:34:42 +08:00
- FEATURE: Remember the last trackers used in the torrent creation tool
- FEATURE: The optimal piece size is now automatically computed in the torrent creation tool
2010-11-09 02:23:13 +08:00
- FEATURE: Bring up the connection settings when clicking on the connection status icon
2010-11-15 03:37:29 +08:00
- FEATURE: Major code refactoring and optimization
2010-11-17 01:43:54 +08:00
- FEATURE: Added "Amount downloaded/left" columns to transfer list
2010-11-19 04:05:56 +08:00
- FEATURE: Simplified proxy settings
2010-11-20 23:59:17 +08:00
- FEATURE: Optimized and improved the peer country resolution code
2010-11-23 02:43:52 +08:00
- FEATURE: Download first/last pieces first when sequential download is
enabled (Thanks Ahmad)
2010-12-05 04:47:20 +08:00
- FEATURE: Download first/last pieces first now applies to all media files
in the torrent (Thanks Ahmad)
2010-11-23 01:04:35 +08:00
- BUGFIX: Fix SOCKS5 proxy authentication in search engine(closes #680072)
2010-11-28 20:28:42 +08:00
- BUGFIX: Fix two advanced settings (ignore limits on LAN and protocol
overhead inclusion in rate limiter)
2010-11-29 05:13:24 +08:00
- BUGFIX: Fix strict super seeding (was not working)
2010-12-02 03:38:16 +08:00
- BUGFIX: Improve magnet save path handling (closes #683395)
2010-12-05 04:02:12 +08:00
- BUGFIX: Disable overwrite confirmation in torrent addition dialog (closes # 685269)
2010-10-09 23:40:24 +08:00
- COSMETIC: Replaced message box by on-screen notification for download errors
2010-10-26 03:34:42 +08:00
- COSMETIC: Improved the torrent creation tool appearance
2010-11-20 23:59:17 +08:00
- COSMETIC: Use country flags by Mark James (Thanks to Dmytro Pukha)
2010-12-04 21:55:12 +08:00
- COSMETIC: Use bigger alternative speed icon
2010-11-13 20:08:29 +08:00
- OTHERS: Dropped support for Qt <= 4.4
2010-10-09 22:57:41 +08:00
2010-08-27 01:42:23 +08:00
* Tue Aug 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.0
2010-08-14 23:53:05 +08:00
- FEATURE: Added actions to "Move to top/bottom" of priority queue
2010-08-20 02:47:57 +08:00
- FEATURE: Auto-Shutdown on downloads completion
- FEATURE: Email notification on download completion
2010-08-20 00:30:13 +08:00
- FEATURE: Added button to password-lock the UI
2010-08-17 16:42:30 +08:00
- FEATURE: Added label-level Pause/Resume/Delete actions
2010-08-20 21:20:23 +08:00
- FEATURE: Torrents can now be filtered by name
- FEATURE: Run external program on torrent completion
2010-08-24 03:42:15 +08:00
- FEATURE: Detect executable updates in order to advise the user to restart
2010-08-14 23:53:05 +08:00
* Tue Jul 27 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.3.0
2010-04-06 17:17:33 +08:00
- FEATURE: Simplified torrent root folder renaming/truncating (< v2.3.0 is no longer forward compatible)
2010-06-28 00:30:37 +08:00
- FEATURE: Remember previous save paths in torrent addition dialog
2010-03-26 03:16:43 +08:00
- FEATURE: Max number of half-open connections can now be edited
2010-03-26 03:31:48 +08:00
- FEATURE: Added support for strict super seeding
2010-05-11 23:53:14 +08:00
- FEATURE: The user can force listening on a particular network interface
2010-05-17 23:45:42 +08:00
- FEATURE: Added cookie support for RSS feeds
2010-05-18 17:35:55 +08:00
- FEATURE: User can force tracker reannounce
2010-05-21 20:30:57 +08:00
- FEATURE: Added "No action" setting for double-click action
2010-05-21 22:26:18 +08:00
- FEATURE: Several torrents can be moved at once
2010-05-24 22:19:25 +08:00
- FEATURE: Added error state for torrents (error is displayed in a tooltip)
2010-05-24 23:16:14 +08:00
- FEATURE: Added filter for paused/error torrents
2010-05-25 02:57:44 +08:00
- FEATURE: Add Check/Uncheck all feature in Web UI
2010-06-22 22:18:43 +08:00
- FEATURE: Search engine can now be disabled
2010-06-23 01:06:11 +08:00
- FEATURE: Torrents can be automatically paused once they reach a given ratio
2010-06-28 00:55:02 +08:00
- FEATURE: Several files can now be disabled at once
2010-06-28 05:07:12 +08:00
- FEATURE: Added "Select All/None" buttons to files list
2010-07-23 06:19:42 +08:00
- FEATURE: Added support for BitComet links (bc://bt/...)
2010-05-25 03:37:56 +08:00
- BUGFIX: Hide seeding torrents files priorities in Web UI
2010-06-15 01:46:33 +08:00
- BUGFIX: The user can disable permanently recursive torrent download
2010-06-28 05:07:12 +08:00
- BUGFIX: Peer Exchange status is now correctly reported
2010-07-16 22:39:19 +08:00
- BUGFIX: Use an INI file instead of the registry on Windows (More reliable)
2010-07-25 01:35:29 +08:00
- BUGFIX: Removed client spoofing feature to avoid tracker blacklisting
2010-04-10 23:46:52 +08:00
- COSMETIC: Display peers country name in tooltip
2010-05-21 22:56:56 +08:00
- COSMETIC: Display number of torrents in transfers tab label
2010-06-22 05:48:45 +08:00
- COSMETIC: Simplified program preferences
2010-06-22 06:22:00 +08:00
- COSMETIC: Fix naming of actions opening new dialogs (use Name...)
2010-03-26 03:16:43 +08:00
2010-03-15 04:00:56 +08:00
* Sun Mar 14 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.0
2010-01-24 04:44:09 +08:00
- FEATURE: User can set alternative speed limits for fast toggling
2010-01-24 19:57:15 +08:00
- FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period)
2010-01-31 00:28:07 +08:00
- FEATURE: Added "Added/Completed On" columns to transfer list
2010-01-31 01:47:01 +08:00
- FEATURE: Added "Upload/Download limit" columns to transfer list
2010-01-31 21:09:46 +08:00
- FEATURE: Torrent files can be exported to a given directory
2010-01-31 23:27:54 +08:00
- FEATURE: Outgoing ports range can be customized (for QoS)
2010-01-31 23:42:24 +08:00
- FEATURE: User can choose to apply transfer limits on LAN too
2010-01-31 23:57:07 +08:00
- FEATURE: User can choose to include the protocol overhead in transfer limits
2010-02-01 00:14:56 +08:00
- FEATURE: Torrents can be automatically rechecked on completion
2010-02-16 02:45:39 +08:00
- FEATURE: If 2 torrents have the same hash, add new trackers/URL seeds to the existing torrent
2010-02-14 23:15:35 +08:00
- FEATURE: Trackers can be added from Web UI
2010-02-16 04:07:15 +08:00
- FEATURE: Global transfer information are displayed in the new Web UI status bar
2010-02-17 04:50:44 +08:00
- FEATURE: Allow to change the priority of several files at once
2010-02-28 23:15:00 +08:00
- FEATURE: Support for multiple scan folders (Patch by Christian Kandeler)
2010-03-03 21:07:27 +08:00
- BUGFIX: Only one log window can be opened at a time
2010-03-04 05:11:40 +08:00
- BUGFIX: Optimized RSS module memory usage
2010-03-13 04:00:51 +08:00
- BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort
2010-03-13 04:28:47 +08:00
- BUGFIX: Fix Web UI authentication with some browsers
2010-03-13 20:21:15 +08:00
- BUGFIX: Set Web UI ban period to 1 hour
2010-02-01 01:30:17 +08:00
- COSMETIC: Improved style management
2010-01-24 04:44:09 +08:00
2010-01-19 01:06:42 +08:00
* Mon Jan 18 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.0
2010-01-03 06:29:36 +08:00
- FEATURE: Graphical User Interface can be disabled at compilation time (headless running)
2009-12-17 06:20:28 +08:00
- FEATURE: Torrents can be labeled/categorized
2009-12-18 04:28:30 +08:00
- FEATURE: Labeled torrent can be downloaded corresponding subfolders
2009-12-18 01:37:54 +08:00
- FEATURE: Disk cache size can be set from preferences
2009-12-18 02:00:21 +08:00
- FEATURE: Peer Exchange (PeX) can be disabled from preferences
2009-12-18 21:36:47 +08:00
- FEATURE: Append !.qB extension to incomplete files option (libtorrent >= v0.15 only)
2010-01-01 18:55:13 +08:00
- FEATURE: Torrent files/folders can be renamed (torrent addition dialog or files properties)
2009-12-30 00:36:36 +08:00
- FEATURE: uTorrent compatible tracker list support (use torrentz.com url as a default)
2009-12-30 18:53:58 +08:00
- FEATURE: Better proxy support and preferences remodeling
2010-01-02 04:29:03 +08:00
- FEATURE: qBittorrent can identify itself as uTorrent, Vuze or KTorrent (Any stable version)
2010-01-01 21:25:59 +08:00
- FEATURE: Torrents can be renamed in transfer list
2010-01-03 22:24:05 +08:00
- FEATURE: Display torrent addition dialog for magnet links too
2010-01-06 04:57:33 +08:00
- FEATURE: Files contained in a torrent are opened on double click (files panel)
2010-01-06 06:31:06 +08:00
- FEATURE: Added support for magnet links in search engine
2010-01-08 05:12:11 +08:00
- FEATURE: Added vertor.com and torrentdownloads.net search plugins
2010-01-09 04:15:08 +08:00
- FEATURE: Search engine can now use a SOCKS5 proxy
2010-01-16 00:41:39 +08:00
- FEATURE: HTTP proxy support for peer communication
2010-01-09 04:15:08 +08:00
- BUGFIX: Search engine loads new proxy settings without program restart
2010-01-02 19:22:44 +08:00
- BUGFIX: Use XDG folders (.cache, .local) instead of .qbittorrent
2010-01-09 23:26:20 +08:00
- BUGFIX: Added legal notice on startup that the user must accept
2010-01-15 04:41:58 +08:00
- BUGFIX: Protect Web UI authentication against brute forcing
2010-01-15 22:20:20 +08:00
- BUGFIX: Use HTTP digest mode for Web UI authentication (instead of Basic)
- BUGFIX: Properly display torrents with one file in subfolder(s)
2010-01-19 01:06:42 +08:00
- BUGFIX: Display Web UI favicon
- BUGFIX: File priority can be set for finished torrents that have filtered files
2009-12-20 02:55:04 +08:00
- COSMETIC: Use checkboxes to filter torrent content instead of comboboxes
2009-12-22 22:06:36 +08:00
- COSMETIC: Use alternating row colors in transfer list (set in program preferences)
2009-12-23 01:41:12 +08:00
- COSMETIC: Added a spin box to speed limiting dialog for manual input
2009-12-17 06:20:28 +08:00
2010-01-19 01:06:42 +08:00
* Mon Jan 11 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.0.7
- BUGFIX: Fix 'Add in pause' setting in torrent addition dialog
- BUGFIX: Update RSS feed as soon as feed downloader is enabled
- BUGFIX: RSS Feed downloader ignores articles above maximum number of articles
- BUGFIX: Fix possible bug when deleting a RSS folder
- BUGFIX: Remove persistant data when a RSS feed is deleted
- BUGFIX: RSS filters are now alphabetically sorted
- BUGFIX: Fix crash when renaming currently displayed RSS filter
- BUGFIX: Remove overwriting confirmation when exporting RSS filters since Qt takes care of it
* Tue Jan 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.0.6
- BUGFIX: Fix detection of invalid torrent files
- BUGFIX: Stop catching signals once one has been caught to avoid possible infinite loop
- BUGFIX: Force data recheck whenever a torrent is moved
- BUGFIX: Detect existing torrent data even if incomplete torrents are saved to a different folder
- COSMETIC: Improve torrent deletion confirmation dialog so that the text that not get truncated
* Thu Dec 31 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.5
- BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces
* Wed Dec 30 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.4
- BUGFIX: Fix PeerGuardian .p2b binary filter support
- BUGFIX: Fix possible crash when closing a search engine tab
- BUGFIX: Make sure service port does not change
- BUGFIX: Fix possible DHT port saving issue
- BUGFIX: Fix communication between qBittorrent and Web UI (Qt 4.6)
- BUGFIX: Use Wildcard matching instead of full regex in RSS feed downloader
- BUGFIX: Fix code for listening on a random port whenever it failed to listen on the one defined
- BUGFIX: Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs
- BUGFIX: Fix global download rate limiting from Web UI
- COSMETIC: Display a disconnected icon in status bar whenever qBittorrent failed to listen on the port defined
* Wed Dec 23 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.3
- BUGFIX: Minor cosmetic fix to program preferences
- BUGFIX: Fix "Temp path" button in program preferences
- BUGFIX: Handle paths with [~, ., ..] properly
- BUGFIX: Trackers are now displayed for torrents without metadata
- BUGFIX: Fix issue with speed limiting (unlimited was not handled properly)
- BUGFIX: Use the save path set in program preferences as a default in torrent addition dialog
* Fri Dec 18 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.2
- BUGFIX: Fix .qbittorrent folder not being created (critical bug introduced in v2.0.1 that makes qBittorrent unusuable for new users)
- BUGFIX: Fix RSS Feed downloader for some feeds
- BUGFIX: Do not use home folder as a fallback when the save path is not accessible
- BUGFIX: Fix Mininova, ThePirateBay search engine plugins
- BUGFIX: Read RSS articles are remembered on restart for feeds with no torrents attached
* Sun Dec 13 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.1
- BUGFIX: µTorrent user-agent is now spoofed correctly
- BUGFIX: Fix column hiding behavior when queueing system is disabled
- BUGFIX: Fix link to plugins.qbittorrent.org in plugins dialog
- BUGFIX: ~/qBT_dir is created only when it is actually used
- BUGFIX: Fix possible missing slot message (toggleSelectedTorrentsSuperSeeding)
- BUGFIX: Fix possible crash in torrent properties (files)
- BUGFIX: Added Hex Magnet Links support (Thanks Haypo)
2009-12-11 00:57:16 +08:00
* Thu Dec 10 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.0
2009-10-23 00:50:34 +08:00
- FEATURE: Added program option to disable splash screen
2009-11-18 01:20:25 +08:00
- FEATURE: Dropped dependency on libcurl and libzzip
2009-11-12 15:42:21 +08:00
- FEATURE: Display more information regarding the torrent in its properties
2009-11-11 22:21:01 +08:00
- FEATURE: Various optimizations to save CPU and memory
2009-11-13 02:24:51 +08:00
- FEATURE: Folder scanning now works with CIFS and NFS mounted folders
2009-12-01 05:30:14 +08:00
- FEATURE: Speed up qBittorrent startup and shutdown
2009-11-15 04:35:39 +08:00
- FEATURE: Display per-torrent peer list
2009-11-15 22:56:25 +08:00
- FEATURE: Make sure torrent files are always sorted by name
2009-11-17 02:30:59 +08:00
- FEATURE: Seeds and Peers columns are now sortable
2009-11-17 16:15:26 +08:00
- FEATURE: Torrents can be rechecked from Web UI (Stephanos Antaris)
2009-11-17 19:46:43 +08:00
- FEATURE: New peers can manually be added to the torrents
2009-11-17 22:19:50 +08:00
- FEATURE: Support per-peer rate limiting
2009-11-18 00:02:35 +08:00
- FEATURE: Support peer manual ban
2009-11-18 21:34:03 +08:00
- FEATURE: Display total amounts transferred in status bar
2009-11-19 19:09:03 +08:00
- FEATURE: Display trackers status as well as error/warning messages
2009-11-21 23:18:09 +08:00
- FEATURE: Display the number of peers returned by each tracker & DHT/PeX/LSD
2009-11-19 21:25:00 +08:00
- FEATURE: Global upload/download speeds can be capped from status bar (µTorrent behavior)
2009-11-21 20:35:26 +08:00
- FEATURE: Added option to download first and last piece of a torrent main file first (for preview)
2009-11-22 03:40:24 +08:00
- FEATURE: Graphically display piece availability in torrent properties
2009-11-18 18:29:20 +08:00
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is now required)
2009-11-27 05:11:37 +08:00
- FEATURE: Display close tab button into the tabs in search engine (Qt >= 4.5 only)
2009-11-22 18:08:03 +08:00
- FEATURE: Show official documentation when pressing F1 key
2009-11-28 07:46:40 +08:00
- FEATURE: Search engine plugins now handle HTTP protocol gzip compression
2009-11-28 18:36:34 +08:00
- FEATURE: Enabled lazy bitfield as a counter-measure for ISP speed throttling
2009-11-29 02:23:17 +08:00
- FEATURE: Fall back to a random port if qBittorrent could not listen on the chosen port
2009-11-22 20:28:25 +08:00
- FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior) (libtorrent >= v0.15 only)
2009-11-18 18:29:20 +08:00
- FEATURE: Added per-torrent super seeding mode (libtorrent >= v0.15 only)
- FEATURE: Support for storing symbolic links in .torrent files (libtorrent >= v0.15 only)
- FEATURE: Support for uTorrent interpretation of multi-tracker torrents (libtorrent >= v0.15 only)
- FEATURE: Handle torrents with duplicate filenames (libtorrent >= v0.15 only)
- FEATURE: Support for merkle hash tree torrents (.merkle.torrent) (libtorrent >= v0.15 only)
- FEATURE: Metadata download from swarm is now compatible with µtorrent (libtorrent >= v0.15 only)
- FEATURE: Support tracker exchange between peers (libtorrent >= v0.15 only)
- FEATURE: Better http seed support (libtorrent >= v0.15 only)
- FEATURE: Tracker connections are now also subject to IP filtering (libtorrent >= v0.15 only)
- FEATURE: Include DHT traffic in the rate limiter (libtorrent >= v0.15 only)
- FEATURE: Support for bitcomet padding files (libtorrent >= v0.15 only)
- FEATURE: Option to skip file checking and start seeding immediately in torrent addition dialog (Stephanos Antaris) (libtorrent >= v0.15 only)
2009-12-03 02:19:16 +08:00
- BUGFIX: Made sure qBittorrent does not scrape the tracker too frequently (libtorrent >= 0.15 only)
2009-12-09 03:31:17 +08:00
- BUGFIX: Fix Paste action in search engine field
2009-12-11 00:57:16 +08:00
- BUGFIX: Fix possible double free in search engine destructor
- BUGFIX: Properly handle trackers error messages
2009-11-24 19:14:02 +08:00
- WEB UI: Remodeled Web UI to match new qBittorrent UI (Properties and preferences available)
2009-11-23 21:11:09 +08:00
- WEB UI: Added internationalization support
2009-11-23 22:23:29 +08:00
- WEB UI: Reduced computation in Javascript (do this one server side instead)
2009-11-25 20:09:10 +08:00
- WEB UI: Fixed Transfer list flickering
2009-12-11 03:19:19 +08:00
- WEB UI: Password is now stored as md5
2009-12-06 19:37:20 +08:00
- I18N: Added Serbian translation (By Anaximandar Milet)
2009-11-10 06:01:31 +08:00
- COSMETIC: Merged download / upload lists
- COSMETIC: Torrents can be filtered based on their status
- COSMETIC: Torrent properties are now displayed in main window
2009-11-14 21:59:13 +08:00
- COSMETIC: Made program preferences scrollable for usability on small screens (e.g. netbooks)
2009-11-17 02:30:59 +08:00
- COSMETIC: Added a "torrent status" column to transfer list
- COSMETIC: Display Seeds and Peers in two separate columns
2009-11-18 20:11:15 +08:00
- COSMETIC: New deletion confirmation dialog (Merged delete/delete permanently actions)
2009-11-18 22:54:33 +08:00
- COSMETIC: Improved status bar layout spacing
2009-11-23 15:34:14 +08:00
- COSMETIC: Display speeds with more user friendly units instead of always using KiB/s
2009-11-24 00:34:18 +08:00
- COSMETIC: New torrent status icons by Mateusz Tolola
2009-11-26 04:32:18 +08:00
- COSMETIC: Make use of libnotify if available for system notifications (Ubuntu, ...)
2009-10-22 04:47:46 +08:00
2009-12-11 00:57:16 +08:00
* Tue Nov 17 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.6
- BUGFIX: RSS feed articles can now be displayed using keyboard arrows
- BUGFIX: RSS feed downloader can only process unread articles now
- BUGFIX: Fixed memory leak in RSS parser
- BUGFIX: Fixed possible crash in search autocompletion
- BUGFIX: Improved ETA calculation for big torrents
- BUGFIX: Fixed per-torrent speed limiting
* Wed Nov 4 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.5
- BUGFIX: Fixed man page
- BUGFIX: Fix crash on torrent addition (if libtorrent-rasterbar has debug enabled)
- BUGFIX: Fix trackers addition to torrents (bug introduced in v1.5.4)
- BUGFIX: Suppress compilation warning regarding sortNewsList() not being used
- BUGFIX: Make sure scan folder is different than qBittorrent backup directory to avoid torrents deletion
- BUGFIX: Added safety mecanism which adds the torrents back to the list in case qbittorrent-resume.conf gets deleted or corrupted.
* Sun Oct 25 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.4
- BUGFIX: Updated man page
- BUGFIX: Fixed possible crash with torrents containing unicode characters
- BUGFIX: Fixed problem when disabling systray integration and starting minimized
- BUGFIX: Fixed PirateBay search plugin
- BUGFIX: Using Download button in search results list now downloads the right torrents
- BUGFIX: The search results list is no longer sorted automatically when a row color is updated
* Wed Sep 30 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.3
- BUGFIX: Fix a possible crash when pausing then deleting a torrent quickly
- BUGFIX: Fix a race condition in folder scanning and torrent downloader
- BUGFIX: Hide download url column in search results
- BUGFIX: Fix a crash when scanned directory does not exist
- BUGFIX: Fix compilation on Mac OS
- BUGFIX: Added a command line parameter to disable splash screen
- BUGFIX: Ignore permanent deletion button when no torrent is selected
- BUGFIX: When a selected torrent is deleted, select next suitable torrent
* Sun Sep 20 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.2
- BUGFIX: Some torrents were pausing for no reason
- I18N: Updated Korean translation
* Thu Sep 7 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.1
- BUGFIX: Fix crash in torrent addition dialog when save path does not exist (closes #425227)
- BUGFIX: Fix downloading from URL (broken in v1.5.0)
- BUGFIX: Pause torrents in error state
2009-09-03 19:35:28 +08:00
* Thu Sep 3 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.0
2009-08-17 13:14:03 +08:00
- FEATURE: Added Magnet URI support
2009-08-25 10:31:36 +08:00
- FEATURE: Search engine supports category-based requests
2009-08-21 15:40:57 +08:00
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
- FEATURE: Implemented a RSS feed downloader with filter support
- FEATURE: Save old RSS item to hard disk to remember them on start up
2009-08-17 21:17:52 +08:00
- FEATURE: Display free disk space in torrent addition dialog
2009-08-18 11:29:34 +08:00
- FEATURE: In torrent addition from URL, paste clipboard content if it contains an URL
2009-08-23 20:49:37 +08:00
- FEATURE: RSS feeds URLs can now be copied to clipboard
- FEATURE: RSS feeds can now be grouped into folders
2009-08-24 14:43:47 +08:00
- FEATURE: Added "Unread" item to RSS feed list to display all unread news
2009-08-21 19:26:58 +08:00
- FEATURE: If a torrent contains a torrent file, process downloaded torrent file too
2009-08-25 17:19:02 +08:00
- FEATURE: A random listening port can be chosen automatically
2009-08-16 11:09:20 +08:00
- BUGFIX: torrent resume code rewrited
2009-09-03 19:29:15 +08:00
- BUGFIX: Fixed uTorrent spoofing code
2009-08-26 11:50:20 +08:00
- BUGFIX: Greatly improved column sorting code
2009-08-27 10:22:50 +08:00
- BUGFIX: Possibility to create trackerless torrents
2009-08-29 17:42:20 +08:00
- BUGFIX: Better item coloring in torrent content filtering dialog
2009-08-24 18:18:11 +08:00
- COSMETIC: Redesigned search tab to improve usability
2009-08-22 10:19:40 +08:00
- COSMETIC: Redesigned RSS tab to improve usability
2009-09-03 19:29:15 +08:00
- COSMETIC: Improved tracker errors readability
2009-08-16 11:09:20 +08:00
2009-08-21 19:58:08 +08:00
* Sun Aug 21 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.4.1
- BUGFIX: Fix problems when changing save path (if using temporary download folder)
- BUGFIX: Display real save path instead of the temporary one in torrent properties
- BUGFIX: Catching invalid_handle exception to avoid rare crashes
- BUGFIX: Fixed popup menu position in RSS feeds list
- BUGFIX: Don't save RSS feed state if it could not be updated
2009-08-13 11:48:53 +08:00
* Thu Aug 13 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.4.0
2009-07-12 15:51:58 +08:00
- FEATURE: Display swarm information in lists
2009-03-09 00:26:02 +08:00
- FEATURE: Allow to define temporary download folder
2009-03-10 02:37:17 +08:00
- FEATURE: Display total amount of uploaded data in finished list
2009-03-10 05:24:40 +08:00
- FEATURE: Resizing a column in a search results tab affects all tabs
- FEATURE: Search results tab columns are now remembered upon startup
2009-07-12 14:42:38 +08:00
- FEATURE: Added right click menu in search engine to clear completion history
2009-07-14 15:50:00 +08:00
- FEATURE: Allow to set a different port for DHT (UDP) than the one used for Bittorrent
2009-08-06 22:19:49 +08:00
- FEATURE: Updated spoofing code to avoid trackers ban
2009-04-18 04:04:09 +08:00
- BUGFIX: Provide more helpful explanation when an I/O error occured
2009-07-12 16:13:00 +08:00
- BUGFIX: Stop enforcing UTF-8 and use system locale instead
2009-03-08 18:28:58 +08:00
- COSMETIC: Redesigned program preferences
- COSMETIC: Updated icons set
2009-08-13 11:48:53 +08:00
* Fri Jul 24 2009 - Christophe DUMEZ <chris@qbittorrent.org> - 1.3.5
- BUGFIX: Made IP filter parser more robust
- BUGFIX: Fixed torrent creation tool
- BUGFIX: Fixed possible overflow in progress calculation in arborescence.h
- BUGFIX: Save properties window size, position, columns width and restore them
- BUGFIX: Set a minimum default width for NAME column in properties
- BUGFIX: Remember visual indexes of columns in transfer lists
2009-07-12 17:16:29 +08:00
* Sun Jul 12 2009 - Christophe DUMEZ <chris@qbittorrent.org> - v1.3.4
- BUGFIX: Fixed IP filter file parsing on 64bits
- BUGFIX: Suppressed QLayout: Attempting to add QLayout "" to properties "properties" warning message when opening a properties dialog
- BUGFIX: Fixed a little bug in search engine plugins helper file
- BUGFIX: Fixed compilation problems with Qt 4.3
- BUGFIX: Percentages no longer disapear with default cleanlooks style
- BUGFIX: Cleanly fixed popup menus position in lists (no more workarounds)
- BUGFIX: Fixed memory leak in search engine
- BUGFIX: Torrents with an infinite ratio are no longer affected by ratio_limit set in program preferences
- BUGFIX: Display a ratio of 0.0 if total_upload and total_download are both 0
- BUGFIX: Remove last separator in top tool bar
- BUGFIX: Tuned lists properties to make sure display is correct
- COSMETIC: Display date as well as time in log window
* Sun Apr 5 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.3
- BUGFIX: Fixed Web UI torrent upload form
- BUGFIX: Fixed unicode support in search engine
- BUGFIX: Fixed search engine bug that prevented a torrent from appearing more than once among all tabs
- LICENSE: Added an exception to the license regarding OpenSSL.
- I18N: Updated Finnish translation
2009-03-08 18:28:58 +08:00
* Sat Mar 7 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.2
- BUGFIX: Fix top toolbar disabling
- BUGFIX: Fix building with Qt 4.5
- BUGFIX: RSS items read status is now remembered upon restart
2009-01-26 23:14:14 +08:00
* Mon Jan 26 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.1
2009-01-15 23:54:03 +08:00
- BUGFIX: Torrents paused due to an I/O error were displayed as queued
2009-01-18 23:12:38 +08:00
- BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
2009-01-23 02:26:20 +08:00
- BUGFIX: Fixed files progress display in torrent properties
2009-01-24 03:26:22 +08:00
- BUGFIX: Improved torrent ratio calculation
2009-01-25 08:27:04 +08:00
- BUGFIX: Fixed possible crash when parsing filter file
- BUGFIX: Made some code optimization
2009-01-26 06:24:39 +08:00
- BUGFIX: Fixed download/upload speed decrease problems
2009-01-26 23:00:45 +08:00
- I18N: Updated Finnish, Bulgarian and Greek translations
2009-01-14 20:39:49 +08:00
2009-01-10 02:18:57 +08:00
* Fri Jan 9 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.0
2008-12-26 00:22:46 +08:00
- FEATURE: Based on libtorrent-rasterbar v0.14.2
2008-11-02 06:09:09 +08:00
- FEATURE: Improved ratio calculation system
- FEATURE: Torrent creation code cleanup
2008-11-02 21:07:38 +08:00
- FEATURE: Allow to set maximum number of active seeds (queueing)
- FEATURE: Now seeds priorities are handled automatically by libtorrent-rasterbar (queueing)
- FEATURE: Code cleanup and optimization (save memory and cpu)
- FEATURE: ETA calculation now relies on average speed over all sessions
2008-11-02 21:53:45 +08:00
- FEATURE: Allow to force rechecking torrents
2008-11-03 03:22:10 +08:00
- FEATURE: Added support for 2 new extensions (uTorrent metadata and smart ban plugin)
2008-11-03 03:55:55 +08:00
- FEATURE: Allow to change the save path of torrents after addition
2008-11-05 06:39:43 +08:00
- FEATURE: Got rid of libmagick++ dependency
2008-12-24 07:47:30 +08:00
- FEATURE: Updated Web interface to MochaUI v0.9.5
2008-12-26 00:22:46 +08:00
- FEATURE: Added notification in WebUI when qBittorrent is not reachable
2008-12-26 21:17:08 +08:00
- FEATURE: Rewrote folder scanning code (Now uses a filesystem watcher)
2008-12-29 05:16:17 +08:00
- FEATURE: Added torrent deletion from hard drive function in Web UI
2008-12-30 07:04:45 +08:00
- FEATURE: Added queueing priority actions in Web UI
2008-12-30 19:23:18 +08:00
- FEATURE: Display progress using progress bars in Web UI
2008-12-30 05:22:26 +08:00
- BUGFIX: Made usage of fastresume data more reliable
- BUGFIX: qBittorrent shutdown is now faster
2008-12-24 07:47:30 +08:00
- BUGFIX: Fixed several memory leaks
2008-12-24 19:28:02 +08:00
- BUGFIX: WebUI is now working with IE7
2008-12-24 22:41:16 +08:00
- BUGFIX: Fixed spacing problem in toolbar when toggling its visibility
2008-12-24 22:53:40 +08:00
- BUGFIX: Fixed some compilation and Qt4 warnings
2008-12-26 21:17:08 +08:00
- BUGFIX: Do not use an addition dialog for torrents from folder scanning
2008-12-27 00:23:53 +08:00
- BUGFIX: Catch SIGTERM to exit cleanly (e.g. computer shutdown)
2009-01-04 23:45:44 +08:00
- BUGFIX: Improved proxy support code
2009-01-05 01:08:52 +08:00
- BUGFIX: Fixed systray icon tooltip on Windows
2009-01-05 19:42:37 +08:00
- BUGFIX: Proxy settings are now saved even if disabled
2008-11-02 06:09:09 +08:00
2008-12-26 00:22:46 +08:00
* Sun Nov 9 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.2.1
2008-11-01 20:33:52 +08:00
- BUGFIX: Fixed possible crash when deleting a torrent permanently
2008-12-26 00:22:46 +08:00
- BUGFIX: Queued_for_checking torrents were not displayed as checking in seeding list
- BUGFIX: Speed up startup time when having a lot of torrents
2008-11-01 20:33:52 +08:00
2008-10-30 04:02:02 +08:00
* Wed Oct 29th 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.2.0
2008-07-16 02:19:45 +08:00
- FEATURE: Torrent queueing system (with priorities)
2008-07-11 04:19:28 +08:00
- FEATURE: The number of DHT nodes is displayed
2008-07-12 01:43:57 +08:00
- FEATURE: RSS can now be disabled from program preferences
2008-09-30 02:42:45 +08:00
- FEATURE: Added collapse/expand all buttons in addition and properties dialogs
2008-09-27 17:12:41 +08:00
- FEATURE: Can have different proxies for Bittorrent and search engine
2008-09-27 18:08:07 +08:00
- FEATURE: Allow multiple item selection in Web UI transfer list
2008-09-28 03:56:57 +08:00
- FEATURE: Moved uploads to a separate list in Web UI
2008-09-28 19:30:24 +08:00
- BUGFIX: Totally rewritten Web UI list refresh system (fixed memory leak)
2008-07-27 23:41:46 +08:00
- BUGFIX: Disable ETA calculation when ETA column is hidden
2008-08-08 21:17:26 +08:00
- BUGFIX: Removed "disconnected" connection state, detection was far from perfect
2008-10-04 22:01:55 +08:00
- BUGFIX: Torrents are no longer starting from scratch when changing default save path (when torrent addition dialog is disabled)
2008-10-30 03:58:44 +08:00
- BUGFIX: Single instance code is now more reliable on Qt >= 4.4
2008-08-08 21:17:26 +08:00
- COSMETIC: Transfer speed, ratio, connection status and DHT nodes are displayed in status bar
2008-07-12 01:43:57 +08:00
- COSMETIC: RSS Tab is now hidden as a default
2008-08-08 21:17:26 +08:00
- COSMETIC: Allow to hide or display top toolbar
2008-09-07 20:09:41 +08:00
- COSMETIC: Log is now in a separate dialog
2008-07-11 04:19:28 +08:00
2008-09-14 18:23:59 +08:00
* Sun Sept 14 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.1.4
2008-09-14 02:53:58 +08:00
- FEATURE: DHT is no longer used as fallback only
2008-09-14 18:14:54 +08:00
- FEATURE: Ported WebUI to Mootools v1.2
2008-09-14 02:53:58 +08:00
- BUGFIX: Fixed 'start seeding after torrent creation' feature
- BUGFIX: Fixed compilation with boost v1.36
- BUGFIX: Some code optimization
- BUGFIX: Fixed memory leak in Web UI
- BUGFIX: Fixed problems with column sorting
- BUGFIX: Improved code for pausing torrents on startup
2008-09-14 18:14:54 +08:00
- BUGFIX: Torrent addition dialog is now disabled for downloads from WebUI
- BUGFIX: Give focus to input field in WebUI download dialog
2008-09-14 02:53:58 +08:00
2008-08-26 15:14:38 +08:00
* Tue Aug 26 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.1.3
- BUGFIX: Fixed ratio saving for seeding torrents
- I18N: Added czech and traditional chinese translations
* Sun Aug 17 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.1.2
- BUGFIX: Fixed progress calculation
- BUGFIX: Fixed finished torrent detection
* Fri Aug 01 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.1.1
- BUGFIX: Fixed bad resource file for icons
2008-08-01 23:17:22 +08:00
* Fri Aug 01 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.1.0
2008-05-16 19:02:02 +08:00
- FEATURE: Web interface to control qbittorrent (Ishan Arora)
2008-05-18 17:50:35 +08:00
- FEATURE: Can spoof Azureus peer id to avoid ban
2007-11-19 08:58:14 +08:00
- FEATURE: Allow to hide/show some columns in download and seeding lists
2007-11-07 20:19:12 +08:00
- FEATURE: Option to start qBittorrent minimized in systray
2008-06-26 03:06:12 +08:00
- FEATURE: Multi-tab support in search engine (Grigis Gaëtan)
2007-11-07 20:19:12 +08:00
- FEATURE: Allow to define double-click actions in torrents lists
2007-11-17 02:26:00 +08:00
- FEATURE: Allow to open torrent destination folder
2007-11-19 02:06:44 +08:00
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces
2007-12-08 06:33:19 +08:00
- FEATURE: Allow to buy downloads using ShareMonkey
2008-01-01 00:57:35 +08:00
- FEATURE: Display if UPnP/NAT-PMP was successful or not
- FEATURE: Threadified torrent creation
2008-05-18 01:55:12 +08:00
- FEATURE: Improved eMule DAT ip filter parser
2008-05-18 03:27:08 +08:00
- FEATURE: Added support for PeerGuardian p2p filters (text)
- FEATURE: Added support for PeerGuardian p2b filters (binary)
2008-05-18 16:40:39 +08:00
- FEATURE: Allow to customize folder scan interval
2008-05-18 19:44:50 +08:00
- FEATURE: Allow to add several trackers at once
2008-07-07 02:39:07 +08:00
- BUGFIX: Allow to run one instance of qBittorrent per user
2007-11-07 20:19:12 +08:00
- BUGFIX: Do not display seeds number in seeding list (always 0)
2008-05-18 04:32:03 +08:00
- BUGFIX: Threadified IP filter file parser to avoid GUI freeze
2008-06-27 01:31:29 +08:00
- BUGFIX: Ask if we want to redownload if content was deleted from hard drive
2008-07-03 23:26:32 +08:00
- BUGFIX: Added missing copyright/licensing information for some files
2008-07-07 16:42:36 +08:00
- BUGFIX: qBittorrent is no longer conflicting with rTorrent (libtorrent renamed to libtorrent-rasterbar)
2007-11-25 06:24:01 +08:00
- COSMETIC: Do not display progress bar in seeding list (always 100%)
2008-01-01 00:57:35 +08:00
- COSMETIC: Added a progress bar for torrent creation
2008-05-17 22:00:27 +08:00
- COSMETIC: Display tracker errors in a cleaner way
2008-05-18 17:26:02 +08:00
- COSMETIC: Display "unpaused/total_torrent" in download/upload tabs
2008-06-10 03:29:26 +08:00
- COSMETIC: Allow to resize RSS column
2008-06-10 03:59:51 +08:00
- COSMETIC: Global UP/DL speeds and ratio are displayed above tabs
2008-08-01 23:17:22 +08:00
- COSMETIC: Use infinity symbol for ETA when time is infinite
2007-11-07 05:16:49 +08:00
2008-05-18 17:50:35 +08:00
* Fri Apr 11 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.0.0
2007-05-02 22:04:11 +08:00
- FEATURE: Based on new libtorrent v0.13
2007-04-06 06:38:46 +08:00
- FEATURE: Added UPnP / NAT-PMP port forwarding support
2007-06-16 04:35:07 +08:00
- FEATURE: Added encryption support (compatible with Azureus)
2007-08-16 03:17:17 +08:00
- FEATURE: Bittorrent FAST extension support
2007-04-06 06:38:46 +08:00
- FEATURE: Added RSS support
2007-04-13 03:51:39 +08:00
- FEATURE: Support files prioritizing in a torrent
2007-08-31 20:06:31 +08:00
- FEATURE: Brand new search engine plugins system
2007-10-11 01:34:52 +08:00
- FEATURE: Filtered files don't appear on hard disk anymore
2007-04-11 21:19:58 +08:00
- FEATURE: Finished torrents are now moved to another tab for seeding
2007-03-25 01:52:51 +08:00
- FEATURE: Display more infos about the torrent in its properties
2007-03-26 02:39:27 +08:00
- FEATURE: Allow the user to edit torrents' trackers
2007-03-28 16:05:37 +08:00
- FEATURE: Allow user to change qBT's style (Plastique, Cleanlooks, Motif, CDE, MacOSX, WinXP)
2007-03-30 03:54:45 +08:00
- FEATURE: Allow the user to disable system tray integration
2007-04-04 07:55:21 +08:00
- FEATURE: Search engine is now using one thread per website for faster results
2007-04-05 02:55:38 +08:00
- FEATURE: Improved a lot the torrent creation module
2007-04-11 21:19:58 +08:00
- FEATURE: Allow to set upload/download limit per torrent (right click)
2007-04-04 08:47:26 +08:00
- FEATURE: Ask for exit confirmation only if download list is not empty
2007-05-14 04:02:30 +08:00
- FEATURE: Allow to use a proxy for trackers / web seeds / peers / DHT connections
- FEATURE: Supports SOCKS5 proxies as well as HTTP ones
2007-04-12 02:19:20 +08:00
- FEATURE: Better systems integration (buttons, dialogs...)
2007-07-13 14:55:51 +08:00
- FEATURE: Filtered files are not allocated on the hard-drive anymore (sparse file support)
2007-07-04 14:42:36 +08:00
- FEATURE: IPs blocked by filter are now logged in GUI
2007-06-15 19:29:00 +08:00
- FEATURE: Added a way to link against static libtorrent (useful for deb packages)
2007-07-14 18:50:38 +08:00
- FEATURE: Allow to set global upload/download limits from tray icon menu
- FEATURE: IPv6 is now fully supported
2007-07-18 15:44:52 +08:00
- FEATURE: Real torrent share ratio is now displayed in transfer list
2007-07-19 20:58:45 +08:00
- FEATURE: Added keyboard shortcuts for main actions (see wiki)
2007-07-27 18:04:43 +08:00
- FEATURE: Added a popup menu to set priority for multiple files at once
2007-07-20 23:55:50 +08:00
- FEATURE: Improved a lot downloading from urls (using libcommoncpp2 instead of libcurl)
2007-07-22 21:42:09 +08:00
- FEATURE: A search request can now be terminated by another
2007-07-24 15:30:33 +08:00
- FEATURE: User is now warned when fast resume data was rejected
2007-07-27 17:53:55 +08:00
- FEATURE: Url seeds are now displayed in torrent properties and are editable
2007-07-30 17:30:07 +08:00
- FEATURE: Allow to drag 'n drop urls on the main window
2007-09-01 00:51:02 +08:00
- FEATURE: Improved search engine (multipage support in all plugins)
- FEATURE: Added BTJunkie search engine plugin
2007-09-09 01:07:29 +08:00
- FEATURE: Added an option to force full disk allocation for all torrents
- FEATURE: Added an option to add torrents in paused state
2007-09-09 15:44:22 +08:00
- FEATURE: Added an option to set the max number of connections per torrent
- FEATURE: Added an option to set the max number of uploads per torrent
2007-09-09 17:09:24 +08:00
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)
2007-09-09 17:35:30 +08:00
- FEATURE: Added an option to display current transfer speeds in title bar
2007-09-16 17:19:22 +08:00
- FEATURE: Torrent content is now displayed as a tree
2007-07-13 20:28:18 +08:00
- I18N: Added Hungarian translation
2007-07-29 11:51:42 +08:00
- I18N: Added Brazilian translation
2007-06-29 05:54:07 +08:00
- BUGFIX: Progress of paused torrents is now correct on restart
2007-06-29 06:13:01 +08:00
- BUGFIX: Progress column gets sorted on restart it is was during last execution
2007-06-29 23:23:15 +08:00
- BUGFIX: Made ETA more reliable using stats instead of instant values
2007-07-01 03:19:09 +08:00
- BUGFIX: Remove torrent from hard drive used to delete parent folder if empty
2007-07-04 15:28:51 +08:00
- BUGFIX: Fixed a crash when filtering all the files in a torrent
2007-07-04 18:06:22 +08:00
- BUGFIX: Reload torrent only when necessary (properties)
2007-07-14 20:35:04 +08:00
- BUGFIX: qBittorrent is not exiting anymore when a dialog is closed and main window is hidden
2007-07-21 01:11:02 +08:00
- BUGFIX: Search plugin update is not making the GUI freeze anymore (moved to a thread)
2007-07-23 12:51:29 +08:00
- BUGFIX: DHT settings were not saved correctly
2007-07-24 13:08:02 +08:00
- BUGFIX: Workaround to build on Fedora system (pkg-config problem)
2007-07-24 16:22:12 +08:00
- BUGFIX: search plugin update - do not display only last version changelog
2007-07-24 16:33:00 +08:00
- BUGFIX: Search plugin update - fixed missing new lines in changelog
2007-07-25 15:22:32 +08:00
- BUGFIX: The number of search results was not reset when clicking on 'Clear' button
2007-07-31 17:25:54 +08:00
- BUGFIX: Update torrent progress when its content changed (filtered files)
2007-08-11 22:47:52 +08:00
- BUGFIX: Improved the way menu icons are installed to avoid problems on some systems
2007-08-17 10:22:04 +08:00
- BUGFIX: Improved incremental download
2007-08-20 15:03:41 +08:00
- BUGFIX: Improved unicode support
2007-08-23 22:04:53 +08:00
- BUGFIX: Made torrent deletion from hard-drive safer
2007-08-27 18:06:13 +08:00
- BUGFIX: Prevent downloadFromUrl flooding
2007-08-29 02:49:45 +08:00
- BUGFIX: ETA was wrong for torrents with filtered files
2007-09-02 21:06:42 +08:00
- BUGFIX: Fixed drag'n drop on non-KDE systems
2007-10-28 04:24:17 +08:00
- BUGFIX: Removed build dependency on Python
2007-10-28 04:53:09 +08:00
- BUGFIX: Catching DHT exception in case there is a problem
2007-03-26 02:39:27 +08:00
- COSMETIC: Redesigned torrent properties a little
2007-09-09 01:07:29 +08:00
- COSMETIC: Totally redesigned program preferences
2007-03-30 00:02:34 +08:00
- COSMETIC: Display more logs messages concerning features
2007-07-31 19:12:41 +08:00
- COSMETIC: Improved lists renderers
2007-07-29 23:40:56 +08:00
- COSMETIC: Use a different icon for torrents being checked and for connecting ones
2007-09-02 22:42:09 +08:00
- COSMETIC: Improved some icons
2007-09-11 04:25:31 +08:00
- COSMETIC: Improved systray tooltip style
2007-03-20 05:15:29 +08:00
2007-05-14 04:02:30 +08:00
* Mon May 07 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.3
- BUGFIX: Fixed pause toggle on double-click in download list
- BUGFIX: The torrent size displayed now only takes unfiltered files into account
- BUGFIX: Fixed compiling errors with libtorrent svn (future v0.13 with UPnP enabled)
- BUGFIX: Remember sorted column in download list on restart
- BUGFIX: Small fix in the german translation
- BUGFIX: Some fixes in slovak translation
2007-04-11 21:19:58 +08:00
* Tue Apr 10 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.2
- BUGFIX: Window can now stay maximized on exit
- BUGFIX: Use PKGCONFIG again for configuring libtorrent
- BUGFIX: Allow to compile with libtorrent v0.11
- BUGFIX: Disabled main window context menu (annoying)
- I18N: Added Japanese translation
- I18N: Updated Turkish translation
2007-04-04 07:55:21 +08:00
* Wed Apr 04 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.1
- BUGFIX: A lot of fixes in configure file
2007-04-02 21:22:48 +08:00
* Sun Apr 01 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.0
2006-12-28 07:56:30 +08:00
- FEATURE: Based on libtorrent v0.12
2007-03-08 06:36:01 +08:00
- FEATURE: Based on Qt4.2
- FEATURE: Brand new trayicon from Qt4.2
2006-12-28 07:59:59 +08:00
- FEATURE: Support uTorrent Peer Exchange (PeX - exchanges peers between clients)
2006-12-27 11:19:38 +08:00
- FEATURE: Added a menu action to visit qBittorrent website
- FEATURE: Added a menu action to report a bug in qBittorrent
- FEATURE: Improved the way parameters are passed between qBT instances (socket)
- FEATURE: User is warned when hard drive becomes full and downloads are paused
2006-12-28 07:56:30 +08:00
- FEATURE: Number of complete/incomplete sources are now displayed in download list for each torrent
2007-02-25 03:23:10 +08:00
- FEATURE: Implemented close to systray
2007-03-05 01:13:29 +08:00
- FEATURE: Added Autocompletion to search engine
2007-03-08 06:36:01 +08:00
- FEATURE: Splitted BT & GUI parts (huge code rewriting & optimization)
2007-03-12 21:20:29 +08:00
- FEATURE: New parameters for configure file to point to custom locations for libtorrent/libcurl
2007-03-19 22:45:17 +08:00
- FEATURE: Update application style according to the system (WindowsXP, MacOS, X11)
2007-03-08 06:36:01 +08:00
- BUGFIX: Two torrents can now have the same name although they are different (use their hash)
2006-12-27 11:19:38 +08:00
- BUGFIX: Fixed download from url that would fail sometimes
- BUGFIX: Save directory was reset to default when filtering files in torrent
- BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
2006-12-28 08:54:05 +08:00
- BUGFIX: Fixed deletion from hard drive (failed for non-empty folders)
2007-01-07 22:57:26 +08:00
- BUGFIX: qBittorrent now identifies its version correctly on the network
2007-02-20 00:34:23 +08:00
- BUGFIX: Preventing GUI from freezing when deleting a download permanently
2007-03-08 06:36:01 +08:00
- BUGFIX: Fixed directory scanning (stop trying to download the same files several times)
- BUGFIX: Fixed bad loading of scan dir in option (widgets still disabled)
2007-03-10 02:38:58 +08:00
- BUGFIX: Threads are now stopped cleanly before their destruction
2007-03-11 02:14:53 +08:00
- BUGFIX: Create Options object only when necessary (to save memory)
2007-03-11 02:17:44 +08:00
- BUGFIX: Let libtorrent store the torrent handles (save memory)
2007-03-11 02:20:13 +08:00
- BUGFIX: Set DHT Port only when DHT is enabled
2007-03-26 22:48:01 +08:00
- BUGFIX: Made ipfilter.dat parser less sensitive to errors
2007-04-02 21:22:48 +08:00
- BUGFIX: Bring main window to foreground when asking for exit confirmation
2007-03-26 02:39:27 +08:00
- I18N: Added Danish translation
2007-03-09 06:51:52 +08:00
- I18N: Better internationalization thanks to dynamic text support
2007-03-08 06:36:01 +08:00
- COSMETIC: Replaced OSD messages by Qt4.2 systray messages
2006-10-26 05:21:02 +08:00
2006-11-29 05:36:16 +08:00
* Tue Nov 28 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.8.0
2006-10-24 05:42:37 +08:00
- FEATURE: Added a torrent addition dialog
2006-10-24 19:28:32 +08:00
- FEATURE: Allow user to change DHT port
2006-11-29 05:36:16 +08:00
- FEATURE: Added an action to remove files from download list and hard drive too
- FEATURE: Rewritten intensively options code
- FEATURE: Remember GUI settings in a cleaner way on restart
2006-10-22 07:58:08 +08:00
- I18N: Added Finnish translation
2006-11-29 05:36:16 +08:00
- I18N: Improved Italian translation a lot
2006-10-26 05:21:02 +08:00
- BUGFIX: Enabled debug with Qt 4.2.1 too because Trolltech didn't fix their bug yet
- BUGFIX: Fixed layout in torrent properties
2006-10-24 06:52:26 +08:00
- BUGFIX: Made right click menu work for multiple selection in DL list
2006-10-26 04:35:41 +08:00
- BUGFIX: Fixed utf-8 support in paths and filenames
2006-11-29 05:36:16 +08:00
- BUGFIX: Could only listen on the first IP of the given range
2006-10-26 05:21:02 +08:00
- COSMETIC: Connection status in toolBar is not clickable anymore
2006-10-24 06:36:00 +08:00
- COSMETIC: Displaying save path in torrent properties window
2006-10-24 19:28:32 +08:00
- COSMETIC: Reworked options window a little
2006-11-29 05:36:16 +08:00
- COSMETIC: Remember mainwindow position during last execution
2006-10-19 03:53:54 +08:00
2006-10-17 03:33:25 +08:00
* Mon Oct 16 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.7.1
- I18N: Updated French, Polish, Dutch, Swedish, Slovak translations
- BUGFIX: Fixed Seeds/Leechers display in torrent properties
- BUGFIX: Fixed finished torrent state on restart
- BUGFIX: Fixed trayicon with Qt 4.2
- BUGFIX: Enabling debug when Qt 4.2.0 is detected (because of a bug in this Qt)
2006-10-17 04:23:57 +08:00
- BUGFIX: Fixed new lines in log widget with Qt 4.2
2006-10-17 03:33:25 +08:00
- BUGFIX: Display errors to stderr instead of stdout
- BUGFIX: Forgot to catch invalid_handle exception thrown by libtorrent
- BUGFIX: Close torrents properties windows when they are deleted
- BUGFIX: Fixed prefix in Makefile
2006-10-13 16:55:03 +08:00
* Fri Oct 13 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.7.0
2006-10-01 00:02:39 +08:00
- FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features)
2006-10-08 08:37:51 +08:00
- FEATURE: Added DHT (Trackerless - Decentralized BT) support
2006-10-01 00:02:39 +08:00
- FEATURE: Audio/Video File previewing while downloading
2006-10-08 08:37:51 +08:00
- FEATURE: Added support for incremental download (slower but great for previewing)
- FEATURE: Added Tracker authentication support
2006-10-01 00:02:39 +08:00
- FEATURE: Defined qBittorrent fingerprint so that it doesn't use libtorrent fingerprint anymore
- FEATURE: Display an explicit error message when a download from url fails
2006-10-08 08:37:51 +08:00
- FEATURE: Allow the download multiple torrents from urls at once
2006-10-01 00:02:39 +08:00
- FEATURE: New context menu on main window (Add, Start all, Pause all, Exit...)
2006-10-06 04:12:10 +08:00
- FEATURE: Now supports one new search engines (MegaNova)
2006-10-01 00:02:39 +08:00
- FEATURE: Rewritten search engine plugin (by fab31)
- FEATURE: Rewritten parts of the download/search lists to improve performance
- FEATURE: Individual share ratio is now displayed in each torrent properties.
2006-10-01 06:45:25 +08:00
- FEATURE: Tuned default settings to improve download speed
2006-10-06 03:01:41 +08:00
- FEATURE: Downloading from an URL will retry 10 times if too many users.
2006-10-07 02:07:01 +08:00
- FEATURE: Now remembers filtered pieces in a torrent on restart
- FEATURE: Now updating pieces progress in real time in torrent properties
2006-10-01 02:48:16 +08:00
- I18N: Added Norwegian translation
2006-10-01 00:02:39 +08:00
- BUGFIX: Fixed a memory leak when pressing OK in torrent properties
- BUGFIX: Improved code so that GUI never freeze during downloading from an url
- BUGFIX: Forgot to remove torrent file from scanned directory when "Clear Finished torrents" is enabled
- BUGFIX: Fixed multiple selection in torrent content tab
- BUGFIX: Improved configure file (detects libboost-thread)
- BUGFIX: Fixed trayicon on some window managers (Gnome, XFCE)
- BUGFIX: Always set maximum limit for connection depending on system
- BUGFIX: Fixed Memory leaks in search engine
- BUGFIX: Remove torrent file from scanned directory if it is already in download list
- BUGFIX: Fixed possible segfault on loading due to columns size loading
2006-10-03 08:11:35 +08:00
- BUGFIX: Fixed problems that could happen with delete selection action
2006-10-03 08:28:41 +08:00
- BUGFIX: Fixed an arithmetic exception that could happen in ETA calculation
2006-10-04 02:11:24 +08:00
- BUGFIX: Fixed Isohunt search engine
2006-10-06 03:01:41 +08:00
- BUGFIX: Fixed download from URL function (was buggy)
2006-10-06 03:49:06 +08:00
- BUGFIX: Fixed download button in search engine
2006-10-07 02:07:01 +08:00
- BUGFIX: Fixed selective download
- BUGFIX: Fixed memory leaks in torrent properties
2006-10-07 19:25:00 +08:00
- BUGFIX: Fixed tooltip behaviour for trayicon
2006-10-13 00:02:56 +08:00
- BUGFIX: Fixed Ipfilter.dat loading
- BUGFIX: Not loading options every time we display options anymore
2006-10-03 08:11:35 +08:00
- COSMETIC: Now displaying the number of downloads in tab title
2006-10-01 00:02:39 +08:00
- COSMETIC: Redesigned download from url dialog
- COSMETIC: Added a message to warn user that we started download from an url
- COSMETIC: Renamed main tab from "Downloads" to "Transfers"
- COSMETIC: Improved icons
2006-10-01 03:10:37 +08:00
- COSMETIC: Resized flags in localization settings
2006-10-13 16:30:25 +08:00
- COSMETIC: Improved trayicon image
2006-10-01 00:02:39 +08:00
* Fri Aug 24 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.6.1
- BUGFIX: Fixed possible segfaults when using context menus
- BUGFIX: Cleanup up context menus code
- BUGFIX: Use best gzip compressing for man page
* Wed Aug 22 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.6.0
- FEATURE: Rewritten the download list from scratch (more flexible)
- FEATURE: Rewritten the search results list from scratch (more flexible)
- FEATURE: Rewritten the torrent properties list from scratch (more flexible)
- FEATURE: Improved and cleaned up search engine code
- FEATURE: Search results are now displayed in real time (not sequentially)
- FEATURE: Added two command lines parameters (--version, --help)
- FEATURE: Added a popup menu for download list
- FEATURE: Double-click on an item now toggles the paused state of a download
- FEATURE: Improved code to be more portable (Windows & MacOS versions should arrive soon)
- FEATURE: Allow to toggle selected state of a file within a torrent using double-click
- FEATURE: Remember columns width in download and search results lists
- BUGFIX: Don't use pkg-config for libcurl anymore (easier to compile)
- BUGFIX: Fixed ETA calculation when downloading while connecting
- BUGFIX: Download progress is now displayed correctly during first seconds of execution (was 0% before)
- BUGFIX: Code cleanup & optimization
- BUGFIX: Fixed sorting in download list
- BUGFIX: Fixed sorting in search results list
- BUGFIX: Fixed Parameters passing between instances
- BUGFIX: Fixed missing icon for clear action in infoBar popup menu
- BUGFIX: Fixed truncated lines in search results
- BUGFIX: Don't refresh download list when user is in search tab (save CPU)
- BUGFIX: Don't update Progress/DL Speed/ETA for finished downloads (save CPU)
- BUGFIX: Save selected search engines only when they have changed (faster program exit)
- COSMETIC: Increased icon size in toolbar from 24px to 32px
- COSMETIC: Display a progress bar to visualize each download progress
- COSMETIC: Size of each result in search are displayed in user friendly units
- COSMETIC: Display a progress bar to visualize each file progress within a torrent
- COSMETIC: Renamed 'ratio' to 'Session ratio' (makes more sense)
- COSMETIC: Improved layout of torrent properties window when maximized
- COSMETIC: Now number of search results is updated in real time
- COSMETIC: Remember last window size
- COSMETIC: Improved splash screen look
- COSMETIC: Improved default width of columns in download and search results lists
* Wed Aug 2 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.5.0
- FEATURE: Improved "Download from url" feature (now supports https, ftp & redirections)
- FEATURE: Added a torrent creation tool
- FEATURE: Display progress for each file within a torrent
- FEATURE: Based on new libtorrent v0.10 (lot of improvements)
- FEATURE: Now possible to clear log textbox (popup menu)
- FEATURE: Added two search engines (isohunt, torrentreactor)
- FEATURE: Now Display share ratio on main window
- FEATURE: Use OSD (On Screen Display) when a download or a search is finished
- FEATURE: Allow only one instance of qBittorrent (and add new parameters to download list)
- FEATURE: Remember last selected search engines in search tab
- FEATURE: Improved search engines status output (Aborted, timed out, finished, no results)
- FEATURE: qBittorrent can now update search plugin from qbittorrent.org
- I18N: Added Slovak, Italian, Portuguese, Romanian and Traditional Chinese languages
- BUGFIX: Fixed ThePirateBay parser for search engine (website had changed)
- BUGFIX: Fixed filenames for results from ThePirateBay search engine
- BUGFIX: Fixed unicode support for ThePirateBay search engine
- BUGFIX: Now search results are sorted by seeds
- BUGFIX: Overwrite nova.py search plugin only if it is outdated
- BUGFIX: Fixed possible division by 0 in ETA calculation
- BUGFIX: Improved ETA calculation precision
- BUGFIX: Fixed default tab in options
- BUGFIX: When saving options, reconnect only when listening ports changed
- COSMETIC: qBittorrent has now its own new logo
- COSMETIC: Display status "downloading" if DL Speed > 0 (even when tracker is down)
- COSMETIC: Added a splashscreen
- COSMETIC: qBittorrent has new cute icons
- COSMETIC: Display number of results in search tab
- COSMETIC: Added icons for each item in download list according to its state
- COSMETIC: Redesigned Locale settings
- COSMETIC: Fixed search engines names width (were cut on the right)
- COSMETIC: Moved search engines to the left of the window (better ui)
* Fri Jun 23 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.4.1
- Not counting "protocol chatter" in UP/DL speed anymore
- Download speed is now 0 when download is finished
- Paused torrents remain paused when qbittorrent is re-started
- Added option "go to systray when minimizing"
- Added option "Clear finished downloads on exit"
- Added option "Ask user for confirmation on exit"
- Added "Stalled" status for downloads (colored in orange, paused are in red and finished in green)
- Fixed Search window layout on maximizing
- Fixed a bug that caused upload limit not to be always applied
- Added Bulgarian translation
- Updated Translations
- Code optimization
* Tue Jun 13 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.4.0
- Added a search engine (supports Mininova & thepiratebay websites)
- Fixed critical bug: some options were not applied correctly to BT session
- Possibility to download a torrent file from an URL
- Added confirmation dialog on qbittorrent exit
- Enabled sorting in Download list
- Added Ukrainian translation
- Support urls as program parameters
- Added more actions to trayicon menu
- Fixed exception catching when retrieving fastresume data
- use Binary prefix standards from IEC 60027-2 for units (B, KiB, MiB, GiB, TiB)
- Iconification to systray when minimizing
- Code Cleanup & optimization
* Tue Jun 06 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.3.1
- Fixed toolbar layout (spacing)
- Added Russian translation
- Resume also finished files on startup (for seeding)
- Added colors corresponding to download state
- Fixed a segfault when deleting a download (if no scan dir is set)
* Mon Jun 05 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.3
- Fixed auto-resume (worked only once)
- Fixed BT_Backup dir creation on first startup (thanks Peter)
- Now min port and max port are inverted if (min port > max port)
- Fixed memory leaks
- Added qbittorrent man page
- Allow to disable max connections limit (default is disabled)
- Disable upload limit by default
- Added Menu Entry with icon (thanks Peter)
- Restructured directory, now Makefile is in main directory (not src/)
- Updated README / INSTALL
* Fri Jun 02 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.2.3
- Fixed ports checking function (user couldn't type the value he wanted)
- qBittorrent does not remove .torrent file from scanned directory anymore
- Check tracker errors list size and clear it if it becomes too big.
- Small cosmetic change
* Wed May 31 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.2.2
- Fixed missing icons
* Thu May 25 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.2.1
- Fixed "make install" rule
- Disabled debug mode
* Thu May 25 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.2
- Fixed a compatibility problem with some versions of qmake
- Added translations : Greek, Swedish
- Fixed Polish translation selection
- Fixed come warning because of two unexisting slots
- Improved "Apply" button behaviour in options
- Windows are now resizable
* Tue May 16 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.1
- Initial release (lack features & still need a lot of improvements)