Skip to content

v7.13.1-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 27 Nov 13:51
· 1361 commits to main since this release
17a5783

Overview

We are excited to announce Tribler 7.13.1-RC1, 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.

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.0...v7.13.1-RC1