Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.82k stars 447 forks source link

Update checker feature idea: pre-release update checks #2091

Open whirm opened 8 years ago

whirm commented 8 years ago

Any user that runs a pre-release version of Tribler should upgrade to the next one as soon as possible.

It would be nice that Tribler could check for pre-release versions of Tribler if the running instance is a pre-release too.

devos50 commented 8 years ago

@whirm we can do this by performing a request to https://api.github.com/repos/tribler/tribler/releases (probably with a limit parameter or something). We need a some in the version check manager to distinguish between a stable and pre-release version.

I will do this after separation of GUI and core.

whirm commented 8 years ago

Sounds good