v0.14.1 of PicoTorrent comes with a few bug fixes and language improvements.
I've focused this release on fixing the most common errors reported from the built-in crash reporter dialog. This dialog attaches a minidump and sends to a central API for processing and analysis, so it really helps when you choose to send the error report 😄
Here's the rundown,
🐛 Fixes
- Fixed a few places where UTF8 strings where not shown correctly.
- Fixed a crash where the add torrent dialog would crash because it had no torrents to show.
- Added null-checks to fix a few crashes where we assumed non-null.
- Added an empty hidden column at the end of each list view to not have the last "real" column stretch.
🎏 Language
- Updated French translation.
- Updated German translation.
- Updated Portuguese translation.
Contributors