Skip to content

v7.13.1-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 06 Dec 10:55
· 1003 commits to main since this release
35ff076

Overview

We are excited to announce Tribler 7.13.1-RC2, a bugfix release that notably enhances the stability of Tribler, especially during startup. This update addresses several critical issues, including problems related to Tribler startup, database corruption, and various other bugs. Our team has worked diligently to ensure a smoother and more reliable experience for our users.

What's Changed since RC1:

  • Use the default event loop on Windows by @qstokkink in #7677
  • Use dedicated exit codes when another primary GUI/Core process is running by @kozlovsky in #7746
  • Reconnect to the Core in case of EventReqestManager disconnection by @kozlovsky in #7747

Startup stability fixes

Database Integrity

  • #5252: Handle the database corruption error by regenerating the corrupted database on the fly by @kozlovsky in #7628

General stability fixes

Localization robustness

  • #7599: Fix TypeError when the translated string does not have the correct number of positional parameters by @kozlovsky in #7615

Enhanced error reporting

  • Add the reason for the OperationalError: unable to open database file when opening processes.sqlite by @kozlovsky in #7612
  • Add Tribler Config to the sentry event by @drew2a in #7665
  • Show correct stack trace for CoreCrashedError. by @drew2a #7713 (Implemented in #7722)

Full Changelog: v7.13.1-RC1...v7.13.1-RC2