PicoTorrent (32-bit) 歷史版本列表 Page7

最新版本 DVDFab 11.0.5.6 (64-bit)

PicoTorrent (32-bit) 歷史版本列表

PicoTorrent 被設計成一個小巧,易於使用的低內存使用的 BitTorrent 客戶端。他們讓 PicoTorrent 回到了 BitTorrent 客戶端需要的基礎上。沒有廣告,精心挑選的功能,以及與您的桌面無縫集成的本地用戶界面.PicoTorrent 直接構建在 Windows API 上,這意味著它在本機上可以在所有 Windows 版本上使用。 PicoTorrent 使用起來很... PicoTorrent (32-bit) 軟體介紹


PicoTorrent 0.10 (32-bit) 查看版本資訊

更新時間:2016-04-27
更新細節:

What's new in this version:

Features
- PicoTorrentCore now successfully builds on GCC
- PicoTorrent now has a permanent peer ID (-PI-)
- Show warning if a user tries to add a torrent already in the session
- All dialogs are now centered horizontally on their parent
- Add an overview page to the torrent details dialog
- Add a WebSocket API
- Add a storage mode option to the add torrent dialog
- Add a ratio column to the torrent list view

Bug Fixes
- Updated German translation
- Center text in progress bar display
- Restore OpenSSL to support HTTPS trackers
- Refactored how PicoTorrent is initialized with default values and paths
- Refactored configuration
- Use dynamic linking for all dependencies

Languages
- Add Finnish translation

PicoTorrent 0.9 (32-bit) 查看版本資訊

更新時間:2016-03-22
更新細節:

What's new in this version:

Features
- Remove OpenSSL dependency
- Link statically against the MSVC runtime
- Updated to the latest Rasterbar-libtorrent version

Bug Fixes:
- The peers and trackers view did not remove items when needed
- Actually include all languages in the installer bundle
- Removed a dependency on a HWND in the BitTorrent session, improving portability later on
- Fixed an issue with the single instance detection
- Fixed an issue with DPI scaling

PicoTorrent 0.8 (32-bit) 查看版本資訊

更新時間:2016-03-17
更新細節:

What's new in this version:

Languages:
- Catalan
- Italian
- Romanian
- Spanish
- Georgian
- Portuguese

Features:
- Peer speeds in the details dialog are now ignored (showing -) if below 1KB/s
- Updated taskbar to only show progress for active torrents, and also added a paused state
- Added a basic status bar to the main application window which shows torrent count and DL/UL speeds
- Torrents can now be sorted in the queue. The context menu for a torrent contains actions to move a torrent up, down, to the bottom and to the top
- Debug symbols now live in their own package. This reduces file size for both the installer bundle and the portable zip package
- Trackers can now be added and removed from the tracker view in the torrent details dialog
- Removed a timer in PicoTorrentCore which should reduce memory usage and also simplify the threading model
- Added a new portable zip package which bundles the runtime DLLs
- The taskbar now shows a red overlay when a torrent has an error. The torrent list will also reflect the error message in the status column.
- Drag-and-drop now supported for torrent files
- Logging is now optional. To enable - start PicoTorrent with the --enable-logging command line argument
- Experimental IPv6 support added. PicoTorrent will now try to listen on the unspecified IPv6 interface as well as the IPv4 one
- The torrent list view now shows current and total numbers for seeds and peers

Bug Fixes:
- Separated uploading and uploading_stalled for English translation
- Torrent and file size were shown wrong in the add torrent dialog
- The unhandled exception handler is now working and will post the stack trace to a GitHub Gist
- Fixed a bug where torrents were lost if PicoTorrent crashed. This affected only torrents which was added that particular session and had no resume data

PicoTorrent 0.7 (32-bit) 查看版本資訊

更新時間:2016-02-21
更新細節:

What's new in this version:

Features:
- German translation
- Latvian translation
- Russian translation
- Allow setting global DL/UL rate limit
- Adding magnet links directly from the application
- Add option to start PicoTorrent with Windows (on login)
- Add option to start PicoTorrent normal, hidden, or minimized

Bug Fixes:
- Fixed a bug in the torrent details file list where the context menu did not work
- The x86 stack walking did not work correctly
- PicoTorrent crashed if the language directory did not exist
- PicoTorrent crashed when pasting a malformed file path in the open torrent dialog
- Validate settings in the torrent overview page
- Make use of the libtorrent set_load_function to allow dynamic loading of torrent files
- Removed the specialized torrent list view and instead made use of the list view class which is used everywhere else

PicoTorrent 0.6 (32-bit) 查看版本資訊

更新時間:2016-02-11
更新細節:

What's new in this version:

Features:
- We removed a thread! The BitTorrent session no longer has its own worker thread, but instead integrates with the application message loop
- The peers list now shows a lot of flags (as in connection property flags)
- A new menu item in the main menu has been added which allows one to check for updates when PicoTorrent is running
- The tracker list shows more tracker statistics - like time until next announce and also peer count
- Libtorrent has been updated to commitish ee94ac6ef7152d622347dc7f51fc3bb98e81fdf5 which was the master head at the time
- Language support! :flags: PicoTorrent is now multi-lingual, and translating it is really easy with the simple JSON file format
- The torrent context menu now has an item to bring up the details dialog

Bug Fixes:
- When adding a torrent with lots of files (more than 256) there was a bug that made a uint8_t overflow
- If the last file in a torrent was set to Do not download, the other files would be set to some unknown priority. Also, if all files in a torrent were set to Do not download, libtorrent would post alerts in the wrong order

PicoTorrent 0.5 (32-bit) 查看版本資訊

更新時間:2016-02-01
更新細節:

What's new in this version:

Features:
- Portable zip now contains the debug symbols
- Activating a torrent list item now brings up a details view
- The preferences now features an Advanced tab where you can opt in to the PicoTorrent peer id and user agent

Fixes
- The add torrent dialog now shows the complete path of files within the torrent
- Preferences are now validated when saving
- The Chocolatey package should no longer have any validator warnings (although it still fails due to an MSVC bug)

PicoTorrent 0.4 (32-bit) 查看版本資訊

更新時間:2016-01-17
更新細節:

What's new in this version:

Features
- Download progress for all torrents are now reported in the Windows taskbar icon
- The default remove will not prompt for confirmation, but will only remove the torrent from the transfer list. Using Shift+Delete will prompt for removal of the torrent and data, with the option to remember the users choice
- The preferences dialog has been rewritten to use property sheets from the Windows API, giving a much cleaner look
- Proxies (HTTP, SOCKS4, SOCKS5 and I2P) can now be configured for all BitTorrent traffic
- PicoTorrent will prevent Windows from entering sleep mode while it has active downloads

Misc
- We now treat warnings as errors when building
- There are AppVeyor builds for both x86 and x86_64