Published September 20, 2022
| Version v7.12.1
Software
Open
Tribler/tribler: v7.12.1
Authors/Creators
- Martijn de Vos1
- Lipu Fei2
- Niels Zeilemaker3
- Egbert Bouman1
- Vadim Bulavintsev
- Andrei Andreev4
- S. Pan
- Elric Milon5
- Quinten Stokkink
- Alexander Kozlovsky6
- Boudewijn
- Christian Clauss7
- Laurens Versluis8
- Rob Ruigrok9
- Paul Brussee
- Chris Tanaskoski
- Ardhi Putra Pratama10
- Captain-Coder
- Pim Veldhuisen
- Johan Pouwelse1
- Bulat Nasrulin11
- Rutger
- Solomon1732
- JeffGoderie
- Riccardo Petrocco
- wtud1
- Steffan Norberhuis
- António Fraga12
- PetervB
- Daniel Aleksandersen
- 1. Delft University of Technology
- 2. @kpn
- 3. GoDataDriven
- 4. @Tribler
- 5. ABN AMRO
- 6. @ponyorm
- 7. Christian Clauss
- 8. Vrije Universiteit Amsterdam
- 9. Content Power
- 10. TU Dresden
- 11. TU Delft
- 12. FEUP
Description
Overview
- This release should greatly improve the speed and stability of Tribler startup:
- Now, if a user has a large number of downloads, Tribler windows should open much faster.
- All different errors of type "Tribler GUI cannot connect to Tribler Core" should go away.
- Tribler should not crash anymore while copying files from the previous directory.
- The copying of the state directory is now atomic, and files should not be corrupted if the copying is interrupted in the middle.
- No more orphan Core processes if the GUI process was suddenly terminated.
- The token balance is now hidden until the algorithm for calculating the balance is updated.
- Some bugs that caused Tribler crashes were fixed.
- Load download checkpoints in the background by @kozlovsky in https://github.com/Tribler/tribler/pull/7024
- Provide atomicity of state dir copying by @kozlovsky in https://github.com/Tribler/tribler/pull/7055
- Handle exceptions in UpgradeManager by @kozlovsky in https://github.com/Tribler/tribler/pull/7007
- EventManager's timeout should ignore the upgrade duration by @kozlovsky in https://github.com/Tribler/tribler/pull/7006
- Fix reconnection logic in EventRequestManager by @kozlovsky in https://github.com/Tribler/tribler/pull/7001
- Fix CoreConnectTimeoutError by calculating the correct timeout for the request by @kozlovsky in https://github.com/Tribler/tribler/pull/7054
- Fix QNetworkReply.UnknownNetworkError (99) when connecting to Core by @kozlovsky in https://github.com/Tribler/tribler/pull/7019
- Unconditionally include RESTComponent when starting Tribler Core by @kozlovsky in https://github.com/Tribler/tribler/pull/7045
- Fix initialization of Ipv8Endpoint in RESTComponent by @kozlovsky in https://github.com/Tribler/tribler/pull/7046
- ProcessChecker refactoring by @drew2a in https://github.com/Tribler/tribler/pull/6941
- Shut down the Tribler Core process if the GUI process crashes by @kozlovsky in https://github.com/Tribler/tribler/pull/6996
- Stop Core on components startup exception by @kozlovsky in https://github.com/Tribler/tribler/pull/7021
- Show the last error code and error name on timeout in EventRequestManager by @kozlovsky in https://github.com/Tribler/tribler/pull/7020
- Hide token balance value by @kozlovsky in https://github.com/Tribler/tribler/pull/7049
- Fix failing GUI test on Linux Github action by @xoriole in https://github.com/Tribler/tribler/pull/6982
- Handle TypeError on tdef to metadata conversion by @xoriole in https://github.com/Tribler/tribler/pull/6991
- Add Null check for
entry.tag_processor_versionby @drew2a in https://github.com/Tribler/tribler/pull/7009 - Add format_error_message function to CoreManager by @drew2a in https://github.com/Tribler/tribler/pull/6881
- Protect
cache_exitnodes_to_diskfrom raising OSErrors by @drew2a in https://github.com/Tribler/tribler/pull/7039 - Fix
UnicodeDecodeErrorby @drew2a in https://github.com/Tribler/tribler/pull/7040 - Add
SSLErrorto exceptions by @drew2a in https://github.com/Tribler/tribler/pull/7043
Full Changelog: https://github.com/Tribler/tribler/compare/v7.12.0...v7.12.1
Files
Tribler/tribler-v7.12.1.zip
Files
(4.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d240c1b06cdf37ee5f059c8887e958e9
|
4.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Tribler/tribler/tree/v7.12.1 (URL)