Tribler 歷史舊版本 Page1

最新版本 Tribler 7.0.0

Tribler 歷史版本列表

Tribler 使用 Tor 靈感的洋蔥路由搜索和下載種子更少憂慮或審查。 Tribler 是一個通過點對點(p2p)網絡促進文件共享的社交社區。當 Tribler 應用程序啟動時,它將自動開始搜索在其計算機上運行 Tribler 的其他用戶。建立連接後,開始交換信息。首先,它交換個人信息(如你的頭像圖片,你的朋友列表,下載歷史等)以及網絡中可用文件的信息。這些文件可以是個人的,共享的文件,也可以... Tribler 軟體介紹


Tribler 7.0.0 查看版本資訊

更新時間:2018-01-25
更新細節:

What's new in this version:

- Redesigned the user interface and dropped wxPython in favor of PyQt
- Made a clean separation between the user interface and the Tribler coreThis significantly improves speed and stability
- Deployed a blockchain fabric within Tribler to keep track of bandwidth contributions
- Added new RESTful API for developers
- Created a twistd plugin, allowing users to run Tribler without a user interface
- Refactored our test suite significantlyUnit tests execute faster now and are more reliable
- Improved the build process of the Tribler executable on Windows and macOS
- Updated dependencies of Tribler to the latest versions
- Fixed compatibility with latest versions of libtorrent
- Improved integration of the Twisted framework with the Tribler codebase
- Executables on Windows are now signed
- Fixed many race conditions due to context switches between various threads
- Improved error reporting functionality when Tribler crashes
- Improved the debug panel and expanded it with additional information
- Fixed various memory leaks when running Tribler for several hours or days
- Improved Unicode support
- Fixed various bugs when receiving malformed packets from other peers

Tribler 6.5.2 查看版本資訊

更新時間:2016-05-13
更新細節:

What's new in this version:

- Fallback for when netifaces fails to obtain local network information
- Don't crash if the hostname contains non-ASCII characters on Windows
- Add some missing VC redist dependencies to the installer
- Fix libnacl so it finds libsodium on recent Debian/Ubuntu releases
- Some workarounds for openssl's applink bugs
- Update builtin Dispersy Tracker list

Tribler 6.5.1 查看版本資訊

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

What's new in this version:

- Don't break when non-ASCII chars are on the %PATH% on Windows
- Catch and log InvalidTags when decrypting relay messages
- Lower "cannot exit data" log entry level

Tribler 6.5.0 查看版本資訊

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

What's new in this version:

- Support for recent versions of Windows
- Support for non ASCII user names on Windows (OSX and Linux where already supported)
- More miscellaneous fixes for unicode named torrents, files and paths
- Fixes for the builtin player initialization when leftover files from old versions of VLC where left on Windows
- Improved tunnel community usability (for people that just don't read popup windows and blindly click on "accept") Not the exit node feature can only be toggled from the settings panel, so people don't get in trouble as easily
- Some performance improvements and bug fixes on the anontunnel community, tunneled downloads should be more stable now
- Tunneled downloads will use both end to end encrypted and exit node terminated circuits when downloading concurrently instead of trying a pure end to end encrypted download and then falling back to tunneled download after a couple of minutes
- There's a "safe seeding" mode now which will seed your downloaded torrents through the tunnel community only. This can be enabled even for plain downloads
- The automatically added tunneled download test torrent has been disabled
- Collected torrents are now stored in a levelDB database, which should help a lot with disk usage, IO performance and filesystem fragmentation
- Fixed several download state switching issues
- Download bandwidth settings are now applied to all download modes (tunneled, and plain) but accounted for separately
- Bundled libtorrent and libvlc got upgraded (Windows and OSX, on Linux it uses the system's version)
- Fixed adding torrent urls via the search bar
- All releases are cryptographically signed now
- Bittorrent opportunistic encryption for plain downloads is enabled now
- A bunch of minor usability improvements and fixes