ChangeLog: https://github.com/equeim/tremotesf2/releases/tag/2.7.2
Accumulated changed:
* Opening download directory of a torrent with some file managers
Added
* Merging trackers when adding existing torrent
* Add Torrent Link dialogs allows multiple links
* "None" proxy option to bypass system proxy
Changed
* Removed Debian 11 and Ubuntu 22.04 support - minimum baseline now corresponds
to Debian 12
* Removed dependency on Qt Concurrent module
* Breeze is used as a fallback icon theme and should be installed as a runtime
dependency
* Clarified runtime dependency on Qt's SVG image format plugin
* Notification portal is used for notifications in Flatpak
* Added workaround for Transmission not showing an error for torrent when all
trackers have failed
* Networking and some other async code is rewritten using C++ coroutines.
Hopefully nothing is broken :)
Fixed
* Mapping of mounted directories working incorrectly in some cases
2.7.1
Added
* Dialog is shown when fatal error occurs on Windows
* TREMOTESF_ASAN CMake option to build with AddressSanitizer (off by default)
Fixed
* Performance regression on Windows (and potential performance improvements on
other platforms)
* Crash on Windows
* Issues with mounted directories mapping
PR: 281163
Reported by: dsh@bamus.cz
Approved by: vsasjason@gmail.com (maintainer)