TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 qBittorrent 軟體舊版本 Download Page18 | 2024 軟體跟著走

qBittorrent 歷史舊版本 Page18

最新版本 [var.version]

qBittorrent 歷史版本列表

qBittorrent 是免費的,輕量級 BitTorrent 傳輸協議客戶端軟件。這個功能強大且易於使用的程序可以通過其有吸引力的功能界面輕鬆管理文件共享。然而,即使這個應用程序界面簡單,其功能集也是非常廣泛的,使用戶可以通過集成的搜索引擎搜索山洪,通過優秀的 Web 界面遠程控制他們的下載,RSS 支持,UPnP 端口轉發支持和 NAT- PMP 標準,IP 過濾,所有最常用的 BitTron... qBittorrent 軟體介紹

qBittorrent (32-bit)qBittorrent (64-bit)


qBittorrent 3.3.1 查看版本資訊

更新時間:2015-12-08
更新細節:

What's new in this version:

Feature:
- New "Set as default label" option in Add torrent dialog
- Support wildcards for filtering torrent list and torrent content

Bugfix:
- Fix -1 is displayed instead of the infinity symbol
- Fix scan dirs settings saving
- Exported torrents now use name instead of hash
- Improve upgrade to v3.3.0. Now undownloaded magnets will be migrated too
- Fix wrong encoding for listen failed error message
- Fix RSS not automarking articles as read
- Fix possible deadlock during application exit

Webui:
- Cookies support on WebUI when downloading torrent from a URL
- Modified download and upload windows to allow autocompletion of browsers
- Fixed the spinner in the WebUI upload page
- Modified height of the WebUI download page
- Fixed all the JavaScript functions for download and upload pages
- Add seeds tab to WebUI
- Bump WebUI API_VERSION

Cosmetic:
- Cleanup "Trackers", "Peers", "HTTP Sources", "Speed" and "Content" page layout
- Reduce mainwindow border width
- Use QLineEdit built-in ClearButton (Qt5 only)
- Change text description for half-open connection

Other:
- Change update URL to FossHub

qBittorrent 3.3.0 查看版本資訊

更新時間:2015-11-30
更新細節:

What's new in this version:

- FEATURE: Huge core code refactoring. Problems with labels, temp folders etc should be eliminated. Smoother UI should be observed too. (glassez)
- 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)
- 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.
- BUGFIX: Fix progress calculation in Content tab. Closes #2639 Closes #2752 (ngosang)
- 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.
- WEBUI: Change selected color to differentiate from the progressbar. (Daniel Peukert, ngosang)
- 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)
- SEARCH: Update Torrentz trackers (ngosang)
- NOX: Don't ask the user questions in nox build when in non-interactive mode. Closes #3875. (sledgehammer999)
- OTHER: Fixed typos, spelling correction (dartraiden)
- 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)
- OTHER: Make "Download in sequential order" and "Download first and last piece first" options independent. (glassez)

qBittorrent 3.2.5 查看版本資訊

更新時間:2015-10-31
更新細節:

What's new in this version:

Bugfix:
- Fix difficult to reproduce crash.

Other:
- Fix Windows' Qt5 build.

qBittorrent 3.2.4 查看版本資訊

更新時間:2015-10-10
更新細節:

What's new in this version:

- FEATURE: Select the file of single file torrents when opening destination folder
- BUGFIX: Fix crash with invalid favicon
- BUGFIX: Try to download favicon.png when the download of favicon.ico fails
- BUGFIX: Try to avoid loading a corrupted configuration file. Also log errors encountered while saving/loading the configuration
- BUGFIX: Allow adding torrent link from Torcache
- BUGFIX: Don't limit the number of torrents that can be announced to the tracker/dht/lsd
- BUGFIX: Fix potential crash when memory allocation failed
- COSMETIC: Change Queue buttons order in the Toolbar (GUI & Web UI)
- COSMETIC: Move option "Ignore transfer limits on local network" to Speed page
- COSMETIC: Move option "Confirm torrent deletion" to Behavior page
- COSMETIC: Fix typos. Make `μTP` untranslatable. Use American variation of words
- COSMETIC: Optimize text color for dark themes
- COSMETIC: Show current label in the torrent context menu
- WEBUI: Add save_path to /query/torrents
- WEBUI: Bump API_VERSION to 5
- SEARCH: Fix python detection when the 'Anaconda' software is installed
- RSS: Handle magnet links as torrents instead of news URLs
- RSS: Trim elements text in RSS articles
- RSS: Fix contextual menu in RSS torrents list
- RSS: Improve error handling when a RSS feed doesn't contain torrents
- RSS: More precise message and code simplification in RSS feeds deletion
- RSS: Don't hide the elements in Unread list when clicked
- RSS: Allow multiple selection in RSS torrents list
- RSS: Simplify string translation
- RSS: Handle more types of RSS feeds
- RSS: Fix RSS panel position not saved
- RSS: Fix forgetting label changes to first item in RSS rule list
- RSS: Add label to UI when a new one is creating during rule addition
- RSS: Removes refresh message when adding a new feed
- RSS: Fix RSS crash when deleting RSS feeds
- RSS: Sort labels in RSS Downloader dialog
- WINDOWS: Correctly show german letters in the installer
- WINDOWS: Fix file selection on Explorer when the filename contains weird characters
- WINDOWS: Fix wrong default download directory in Windows
- WINDOWS: Fix German translation of the installer
- LINUX: Fix broken .desktop file icon for some locales
- OTHER: Fix ppc64le detection during configure
- OTHER: Don't use sed in configure
- OTHER: Fix broken donation link
- OTHER: Add forum link in README
- OTHER: New translation: Esperanto
- OTHER: Fix Qt5 nox build on non-Windows

qBittorrent 3.2.3 查看版本資訊

更新時間:2015-08-02
更新細節:

qBittorrent 3.2.2 查看版本資訊

更新時間:2015-08-01
更新細節:

qBittorrent 3.2.1 查看版本資訊

更新時間:2015-07-12
更新細節:

qBittorrent 3.2.0 查看版本資訊

更新時間:2015-05-10
更新細節:

What's new in this version:

Bittorrent v3.2.0 was released. After a long wait it is released. WebUI users will need to reset their passwords. Windows user with many torrents don't need to manually exit the application before system shutdown anymore.

Feature:
- Show actual protocol for listen success/failure in the log. Needs libtorrent v1.0.0 (Gelmir)
- Support per tracker re-announce. Needs libtorrent v1.0.0 (Gelmir)
- Support saving in network locations. (Gelmir)
- Support Qt5 (mostly Glassez)
- Code optimizations resulting in a more CPU efficient and snappier qBittorrent. (sorokin)
- WEBUI code rewritten, refactored and improved. (glassez, pmzqla, buinsky)
- Add option to hibernate computer in Auto-Shutdown menu (Bruno Barbieri)
- Cache preferences in memory. Minimize chance of settings corruption. Closes #1272, #1523, #1694. (sledgehammer999)
- Option to disable connections not supported by proxies. Closes #1894. (sledgehammer999)
- Haiku OS support (diger)
- Add a save resume data interval option(useful for SSD). (john-peterson)
- Add "Last Seen Complete" column (pmzqla)
- Add "Last Activity" column (pmzqla)
- Add "Total Size" column (pmzqla)
- Show current speed limits in the status bar (pmzqla)
- Episode filtering for RSS (Gelmir)
- Highlight files when opening containing folder on Windows and Linux(nautilus, dolphin, konqueror). (Gelmir, pmzqla)
- Setting to ignore RSS rule matches for X days (Gelmir)
- Add hotkeys and buttons for Top and Bottom priorities (alfrix)
- Implement peer relevance column. Closes #1630. (sledgehammer999)
- Show reason why a peer was blocked. Needs libtorrent 1.0.x. (sledgehammer999)
- Use the 'fastest_upload' setting as seed choking algorithm. (sledgehammer999)
- Allow to set text options for the toolbar icons (pmzqla)
- Add 'Resumed' torrent filter (john.s.peterson)
- 'Add New Torrent` dialog has a button for quickly choosing a location (sledgehammer999)
- Copy selected peers as IP:Port format. (ngosang)
- Show info hash in the torrent details in 'Add New Torrent' dialog. (sledgehammer999, chrishirst)
- New feature: Remove empty labels (ngosang)
- Add "Copy name" option in right-click menu of torrent list. Closes #2452 (chrishirst)
- Implement tracker list in the side panel. Closes #170. (sledgehammer999)
- Implement a 'Completed' status. Closes #2326 #2483 #939. (sledgehammer999)
- Columns for session-based download and upload statistics (LazyBui)

Bugfix:
- Use completed time from libtorrent directly. Closes #1726.
- Speedup and fix a bug in torrent moving. (sorokin)
- Scan Folder dialog now remembers last location (Bryan Roscoe)
- Show input box to filter torrent list only when the list is shown (pmzqla)
- Add placeholder text to the input to filter the torrent list (pmzqla)
- Put directories first when sorting torrent content by name (pmzqla)
- Fix missing icon for open action in file list (Gelmir)
- Set placeholder text to torrent content filter. (sorokin)
- Fix torrent creation when data is too large (sorokin)
- Load torrents that have big metadata file. Closes #1889. (sledgehammer999)
- Use correct separator for "OR" condition in RSS rules (pmzqla)
- Don't waste UI space in 'Content' window. Closes #2159 (alfrix)
- 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)
- Don't overwrite the 'Add Paused' setting from the Add New Torrent Dialog (Gelmir)
- Fix file preview when .!qB extension is used (pmzqla)
- Ensure that the priority column has enough width when queueing is enabled. Closes #2263. (sledgehammer999)
- Don't put limits to the alternative speed limits (pmzqla)
- Make space key change all selected files' checkboxes (sorokin)
- Don't block peers that use privileged ports. (sledgehammer999)
- Accept multiple files at once. Closes #2253 (buinsky)
- Don't touch torrents whose files are missing. Closes #342 #2308 #2469. (sledgehammer999)
- Save the new save path first in the history. Closes #2382. (sledgehammer999)
- Fix default tracker in 'Create Torrent' dialog. (ngosang)
- Let the OS decide the default interface regardless of IPv4/IPv6. Closes #2156. (Chocobo1)
- Delete the correct selected torrents when the list is filtered. Closes #2729. (sledgehammer999)
- Don't use HTML in tray icon pop-up on OSX. Closes #2830. (pmzqla)
- Fix crash when trying to open destination folder on a torrent with no metadata. Closes #2522. (pmzqla)
- Change torrent name when metadata is retrieved. (ngosang)

Cosmetic:
- Removes white bar in the labels list. Closes #1151. (ngosang)
- Fix speed printing in the tray icon and in the title bar. Closes #2737. (sledgehammer999)
- Change the color scheme used (sledgehammer999)

RSS:
- Display remote images in the preview (Mladen Milinkovic)
- Format html descriptions in the preview (Mladen Milinkovic)
- Support overriding global "Add paused" option on per rule basis (Gelmir)

Windows:
- Fix automatic python download. Closes #2076. (sledgehammer999)
- Fix crash when searching the registry for installed python (glassez)
- Tell Windows to wait during shutdown. (sledgehammer999, paolo-sz)

OSX:
- Use the configure script to prepare the build in Mac OSX too. Closes #2295. (sledgehammer999)
- Fix the build (David Christenson)

Linux:
- Distribute systemd service file for the nox build (sledgehammer999, leigh123linux)
- Create qBittorrent.appdata.xml (alxpl)

Search:
- Update KickassTorrents plugin (pmzqla)
- Remove vertor engine. Closes #2260. (DoumanAsh)
- Small fix of import in legittorrents engine (DoumanAsh)
- Add combo box for fast search engine switch (DoumanAsh)
- Fix error in mininova search engine (ngosang)
- Fix piratebay. Closes #2270 (DoumanAsh)
- Updated URL in kickasstorrents search engine (ngosang)
- Torrentz search engine added (ngosang)

Other:
- Drop libtorrent 0.15.x support
- Drop Qt < 4.8.0 support
- Migrate build system to autotools (sledgehammer999)
- Remove deprecated feature of separate DHT port. (sledgehammer999)
- Speedup compilation speed (sorokin)
- Backtrace generation now works on MinGW. (Gelmir)
- New translation: Hindi(India).

qBittorrent 3.1.12 查看版本資訊

更新時間:2015-02-23
更新細節:

What's new in this version:

- Fix automatic Python download.
- Fix crashes due to memory corruption and improve Python registry searching.

qBittorrent 3.1.11 查看版本資訊

更新時間:2014-10-23
更新細節:

What's new in this version:

- FEATURE: Allow relative torrent paths when qBittorrent is already running
- FEATURE: Make Windows icons suitable for high dpi screens
- FEATURE: Increase maximum size of system icons
- BUGFIX: Fix crash in the "Content" widget when user would right click in it without a torrent selected
- BUGFIX: Don't show multiple unlock UI dialogs. Closes #2040.
- SEARCH: Fix bug where python would falsely be detected and nothing worked (paolo-sz)
- SEARCH: Fix TorrentReactor search plugin
- SEARCH: Fix search engine encoding issues with python3 on Windows
- SEARCH: Pirate bay search engine update
- SEARCH: Internal improvements in the python code
- WINDOWS: Fix magnet link association. Closes #1952.
- WINDOWS and OSX: Fix again the program updater. The url was changed by sourceforge.net. Closes #1954.
- OSX: Fix compilation
- WEBUI: Set correct HTTP Content-Type in case of forbidden access.
- COSMETIC: Remove unneeded tooltip
- COSMETIC: Don't stretch the last section in the transfer list
- COSMETIC: Set minimum width of the left panel in the preferences
- OTHER: Optimize sorting of rows. This should have less CPU impact when many torrents are present.
- OTHER: Use the correct character encoding for exceptions coming from libtorrent.
- OTHER: Use boost:bind() as the docs show. Allows compilation with older gcc versions.