
v7.3 [Sep 13, 2019]
- Added scalable Giga Channels.
- Redesigned the channels in the GUI.
- Partial migration of codebase to Python3.
- Various Debug pane enhancements: added tunnel/DHT info, statistics.
- Various fixes and improvements in the market, DHT and other communities.
- Updated VLC 3.0.6 bindings.
- Enabled PEX for anonymous sessions, increase min/max_circuits.
- Pony, lz4 and wheel added in Debian build as pip dependency.
- Added BEP33 DHT health check.
- Fixed multiple instances of Tribler.
- Added support for building snap package.
- Various GUI fixes.
- Add Trust Graph.
- Updated REST documentation.
- Added market as a separate module: AnyDex.
- Various Unicode fixes.
- Integrated FakeTriblerAPI module within Tribler to ease integration tests.
- Improved GUI performance on search and sort.
- Added bootstrap mechanism for trust generation.
- Fixed several performance issues.
v6.5 [Feb 13, 2016]
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.
v6.4 [Dec 18, 2014]
- Added a checkbox for anonymity slider and use correct descriptions for anonymity levels.
- Added default anonymous level in settings.
- Added default anonymous level slide bar to Settings Dialog.
- Added packaging instructions for Debian, OSX, Windows.
- Added python version runtime check.
- Added python-pil dependency.
- Check if we are running an old tribler with a new db version.
- Dont use hostname as nick.
- Ensure we don't try to remove the same relay twice.
- Fixed FamilyFilter log exception.
- Fixed FamilyFilter tracker encoding problem.
- Fixed SettingsDialog restart segfault problem.
- Fixed SettingsDialog restart segfault problem.
- Fixed SetttingsDialog.
- Fixed TFTP issues during shutdown.
- Fixed TunnelOptin dialog buttons.
- Fixed Addeding magnet link download.
- Fixed anon dialog.
- Fixed anonymous_slidebar in SaveAs dialog.
- Fixed binary data being put in a couple assertion messages.
- Fixed download dialog.
- Fixed hidden_service unit test.
- Fixed mac crash on startup.
- Fixed nickname problem.
- Fixed proxy settings for normal downloads.
- Fixed pymdht.
- Fixed socket reading loop.
- Fixed some log entries formatting.
- Fixed the anontunnel opt-in dialog.
- Fixed the problem that ListItem is not registered.
- Fixed typo in home tab.
- Fixed windows installer signing.
- Reset the nickname to "Tribler user" if the nickname contains the hostname.
- Show a meaningful message before doing a slow task during upgrade.
- Updated README.
- Updated default download config.
- Option to use default anonymous level for new downloads.
- Option to use shutil.move instead of os.rename in several places to allow to move files across filesystems.
v6.1 [Apr 20, 2013]
- Faster downloads: Switched from the old python based bittorrent core to Rasterbar's libtorrent, so expect less resource usage too, we are saturating a symmetric 100Mb/s connection without much trouble.
- Less disk and CPU consumption used for community synchronization.
- UI improvements (download speed graphs, some new icons, general UI cleanup...)
- Throttling (Bandwidth limitation) is working again.
- The LibSwift engine has been updated too.
- The "Save as" dialog has been modified to improve usability when downloading from magnet links.
- Thumbnails for downloaded media: Now when a new video file gets downloaded, Tribler will automatically create a thumbnail and make it available to the rest of peers to be shown on the search results for all the media you download from your favourite open channels.
- Fixed freezing at startup on some machines.
- Fixed race conditions and lockups in synchronizations.
- Various bug fixes and minor improvements.
- Fixes for the bugs reported by the community during beta1 and beta2