Skip to content

Releases: Tribler/tribler

V7.5.0-exp3

10 Mar 14:24
Compare
Choose a tag to compare
V7.5.0-exp3 Pre-release
Pre-release

This is the third experimental release of the Tribler 7.5 series. It features numerous bugfixes for bugs reported in exp1-exp2 releases. Also, it includes a completely refactored Streaming Video component that is now based on AIOHTTP.

So far, major features introduced in 7.5 series:

  • Asyncio-based reactor (improves performance, stability and response times of the Core)
  • Nested Channels Core and GUI support. Users can now create and maintain an unlimited number of personal channels with arbitrary sub-tree of "folders" for organizing personal content.
  • Home Screen is removed in favour of Discovered screen
  • Startup time is greatly improved, along with Channels performance.
  • Video streaming works again.
  • DHT requests go through Tunnels by default to improve anonymity.

Known issues:

  • in a nested channel, a folder's state will be wrongly indicated as "Preview", even though the contents are shown in full;
  • seeking a video stream does not always work;

V7.5.0-exp2

06 Mar 19:35
Compare
Choose a tag to compare
V7.5.0-exp2 Pre-release
Pre-release

This is a second experimental release of Tribler 7.5 series. Aside from switching to Asyncio and Nestec channels introduced in 7.5.0-exp1, this version contains numerous bug fixes and performance improvements.

As usual, it is advised to backup your Tribler state directory before trying it out.

Known problems:

  • removing torrent with data does not remove the data;
  • in a nested channel, a folder's state will be wrongly indicated as "Preview", even though the contents are shown in full;

V7.5.0-exp1

28 Feb 21:03
Compare
Choose a tag to compare
V7.5.0-exp1 Pre-release
Pre-release

This is the first experimental release of the new 7.5 Tribler series. It features 2 major changes:

  • Nested Channels. Users can now create more than one personal channel. Channels now can feature an arbitrary sub-structure of folders, just like in a real filesystem. Also, the Channels GUI was refactored for speed.
  • AsyncIO reactor. Tribler now uses modern AsyncIO reactor instead of the old Twisted framework. This should help with performance and stability.

Overall, the Core of Tribler was heavily refactored for this release.

V7.4.4

21 Feb 21:23
Compare
Choose a tag to compare

This is the fourth bugfix release of Tribler 7.4.x series.
It fixes Tribler crashing randomly with lambda message. Also, it includes a backport of 7.5 fixes for TorrentChecker SQL queries, which improves performance for people with big Channels databases.

Changelog:

  • Hacky fix for config upgrading
  • Backport TorrentChecker fixes from devel
  • Removed set_filepieceranges
  • Catch ValueErrors in connect_to_tracker (to deal with invalid urls)
  • Fix for checkpoint timeouts
  • Fix dir writability check

V7.4.3

14 Feb 22:52
Compare
Choose a tag to compare

This is the third bugfix release of Tribler 7.4.x series. It fixes the issue with Tribler stuck at "Checkpointing Downloads" and other problems.

Changelog

  • Fix PID checking on Windows
  • Update IPv8 pointer
  • Fix issue in monitor_downloads
  • Fix checkpoints getting stuck + speedup shutdown
  • Handle ConnectionLost error in version checker
  • Fix race condition in GUI videoplayer
  • Catch socket errors
  • Pass ignore_errors to recursive calls in recursive_unicode
  • LooseVersion-based checks in VersionManager
  • Fix encoding of encoding attribute in TorrentDef
  • Add stricter check for tracker URLs
  • Handle HttpError exception in endpoint
  • Handle UnicodeDecode error by CategoryFilter
  • Handle KeyError exception in resume_download

IMPORTANT NOTE to users who upgraded to 7.4.2 and lost their balance/channel/etc. Our wiki now has an article on how to fix the problem manually. But you must do it before installing 7.4.3.

V7.4.1

05 Feb 16:01
Compare
Choose a tag to compare

This is a hotfix release for 7.4.0

Changelog

  • Don't crash on OSError (errno 0)
  • Fix issue with CreateTorrentEndpoint when a connection is lost
  • Update IPv8 pointer
  • Ensure recursive_unicode doesn't fail when encoding metainfo
  • Fix TorrentDef.get_name_as_unicode
  • Fix xrange error
  • Fix KeyError in GUI
  • Fix race condition in videoplayer controls
  • Guard against subscribe/download of legacy channels

V7.4.0

01 Feb 02:00
Compare
Choose a tag to compare

Tribler 7.4.0 is the first Python3 version of Tribler. It includes numerous bug fixes and Python3 fixes over 7.3.2.

Changelog

  • Included a version system for easy rollbacks
  • Fixed create torrent with no personal channel
  • Fixed dl not starting with add to channel checkbox
  • Fixed encoding of encoding entry in torrent files
  • Stopped gossiping empty personal channels
  • Fixed extended peer info encoding
  • Used LooseVersion to compare networkx version
  • Added TrustGraph compatibility to networkx 2.4
  • Fixed for getting libtorrent settings
  • Fixed VideoServer for multifile torrents
  • Fixed misleading VOD message
  • Fixed escaped unicode in download dialog
  • Fixed inital load unicode torrent issue
  • Fixed crash if there is no socks connection
  • Moved seeding ratio settings to global config
  • Python3 libtorrent bdecode compat utility
  • Skipped weird scrape results in torrent checker
  • Do not re-download already downloaded torrent
  • Fixed unicode error in create_torrent_endpoint
  • Removed bootstrap nodes persistence in file
  • Stripped search query for auto completion response
  • Stripped search query before converting to fts query
  • Result validation before trying to plot trustgraph
  • Added socket error on get address info to unhandled session error
  • Bootstrap peers DHT connect failure log set to debug instead of error
  • Skipped repeating error messages in resource_monitor
  • Removed error-prone log statement in resume_download
  • Decoded torrent filenames with UTF8 by default
  • Fixed unicode error on adding torrent to channel
  • Checked Unicode decode error in socks conversion
  • Fixed config convert for 7.4
  • Fixed issue with exporting torrent - Python3
  • Added versioned path to state directory
  • Fixed tstate corruption during conversion
  • Added pyqtgraph as pip dependency

V7.4.0-pre-release (2)

10 Jan 19:25
Compare
Choose a tag to compare
Pre-release

This is the second special experimental release with a new community called Noodle Community developed to test the effectiveness of our recent scientific work. We are testing the scalability of our integrated, distributed ledger. With your feedback and participation, we continuously improve the reliability of our community.

The research ideas from the lab for preventing information hiding and double-spending are stress tested. We dropped the global consensus part and also introduced controlled distributed coin minting. If this works, it offers full horizontal scalability.

This experimental release is based on the following fork:
Repository : https://github.com/tribler/tribler.git
Branch : noodle

V7.4.0-pre-release

31 Dec 15:18
Compare
Choose a tag to compare
V7.4.0-pre-release Pre-release
Pre-release

This is a special experimental release with a new community called Noodle Community developed to test the effectiveness of our recent scientific work.
Basically we are testing the scalability of our distributed permissionless ledger.

The research ideas from the lab for preventing information hiding and double-spending are stress tested. We dropped the global consensus part and also introduced controlled distributed coin minting. If this works it offers full horizontal scalability.

This experimental release is based on the following fork:
Repository : https://github.com/tribler/tribler.git
Branch : noodle

V7.4.0-exp3

06 Dec 14:28
Compare
Choose a tag to compare
V7.4.0-exp3 Pre-release
Pre-release

Changelog

Tribler 7.4.0-exp2 plus

  • Fixed create torrent with no personal channel
  • Fixed dl not starting with add to channel checkbox
  • Fixed encoding of encoding entry in torrent files
  • Stopped gossiping empty personal channels
  • Fixed extended peer info encoding
  • Used LooseVersion to compare networkx version
  • Added TrustGraph compatibility to networkx 2.4
  • Fixed for getting libtorrent settings
  • Fixed VideoServer for multifile torrents
  • Fixed misleading VOD message