Skip to content

Conversation

@qstokkink
Copy link
Contributor

Fixes #2091

This PR:

  • Adds a config setting (incl. GUI) to also notify of new pre-releases. It defaults to False.

I deviated from #2091 slightly. A general enable/disable seemed more sensible than only showing pre-release notifications for users currently running a pre-release. I believe users that want to use pre-releases will continue to want pre-release notifications and not suddenly stop seeing new pre-releases whenever they upgrade to a "real" release in between.

@qstokkink qstokkink changed the title WIP: Added checking for new pre-releases READY: Added checking for new pre-releases Oct 14, 2025
@qstokkink qstokkink marked this pull request as ready for review October 14, 2025 13:13
Comment on lines +68 to +71
if self.config.get("versioning/allow_pre"):
urls.insert(0, "https://api.github.com/repos/tribler/tribler/releases?per_page=1&page=1")
else:
urls.append("https://api.github.com/repos/tribler/tribler/releases/latest")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the essence of the PR.

@qstokkink qstokkink changed the title READY: Added checking for new pre-releases Added checking for new pre-releases Oct 14, 2025
@qstokkink qstokkink merged commit 3e5bc56 into Tribler:main Oct 14, 2025
7 checks passed
@qstokkink qstokkink deleted the add_prerelease_upd_check branch October 14, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Update checker feature idea: pre-release update checks

2 participants