mirror of
https://github.com/transmission/transmission.git
synced 2025-12-12 20:35:49 +01:00
11 KiB
11 KiB
Transmission 4.0.1
The 4.0.0 release two weeks ago generated a lot of useful feedback (thank you!!) so we've been busy fixing bugs. This release has only bug fixes, documentation improvements, and build script fixes to make packaging easier.
RIP, Yeeshkul. TJ, your tracker is one of the first things that got me (@ckerr) interested in torrents when I started contributing to the Transmission project back in 2007. So long and thanks for all the fish.
What's New in 4.0.1
Highlights
- Added Qt 5 builds for older Windows system, since Qt 6 requires Windows 10 or newer. (#4855)
- Fixed
4.0.0bug that caused some torrents to have poor speed and some of their checksums to be incorrectly marked as failed. (#4879, #4880, #4890) - Fixed
4.0.0bug that caused beachballing / jank. (#4936) - Fixed
4.0.0bug that caused blocklists to use more memory than necessary. (#4953) - Fixed
4.0.0issue that failed to migrate magnet links from Transmission 3. (#4840)
libtransmission (All Platforms)
- Follow BEP 27's placement of
privatefield when creating new torrents. (#4809) - Fixed
4.0.0bug that failed to retry to connect to peers with TCP if UTP failed first. (#4897) - Fixed
4.0.0bug that could prevent port forwarding settings from being saved. (#4842) - Fixed
4.0.0crash that occurred when removing a webseed torrent while downloading. (#4847) - Fixed
4.0.0regression that paused magnet links when adding them. (#4856) - Fixed
4.0.0illegal instruction exception on some x86 Windows machines. (#4886) - Fixed
4.0.0build failure due to incompatible system and bundled libutp headers. (#4877) - Fixed
4.0.0build failure on NetBSD. (#4863) - Fixed
4.0.0build error when building bundled libb64 and libutp. (#4762, #4810) - Fixed
4.0.0build failure when compiling with Clang on Windows. (#4978) - Fixed
4.0.0build issue that prevented distro versions of libdeflate from being used. (#4968) - Removed a harmless "unable to read resume file" error message to avoid confusion. (#4799)
- Fixed
4.0.0libtransmission compiler warnings. (#4805)
macOS Client
- Added padding to widgets in macOS client to avoid being hidden below scroller. (#4788)
- Fixed
4.0.0layout issue in the pieces view. (#4884) - Fixed
4.0.0bug that didn't highlight the current selection inView > Use Groups. (#4896) - Fixed dock icon badge colors to Apple accessibility guidelines. (#4813)
Qt Client
- Fixed incorrect display of some trackers' announce URLs. (#4846)
- Fixed Qt 6 deprecation warnings. (#4710)
- Fixed "Open Folder" feature for local sessions. (#4963)
GTK Client
- Fixed
4.0.0crash on opening torrent details dialog. (#4859) - Fixed
4.0.0bug that froze the app after showing or hiding via system tray (GTK 3 only). (#4939) - Fixed
4.0.0rounding error in the progressbar's percentage display. (#4933) - Fixed
4.0.0blurred progress bars in main window. (#4756) - Fixed awkward grammar in the Details Dialog's running-time row. (#4898)
Web Client
- Fixed
4.0.0bug that failed to apply settings changes immediately. (#4839) - Fixed label searches that have spaces or hyphens. (#4932)
- Fixed highlight color of selected context menu rows in dark mode. (#4984)
Everything Else
- Changed default build to skip
clang-tidylinting due to upstream bug. (#4824) - Build: Use CXX symbol checking to verify system libutp. (#4909)
- Build: add option to disable installation of web assets. (#4906)a
- Build: set /utf-8 flag when using MSVC. (#4975)
Thank You!
Last but certainly not least, a big Thank You to these people who contributed to this release:
Contributions to libtransmission (All Platforms):
- @0-wiz-0 (Thomas Klausner):
- Fixed
4.0.0build failure on NetBSD. (#4863)
- Fixed
- @Berbe:
- Fixed
4.0.0compiler warnings when building libtransmission. (#4805)
- Fixed
- @GaryElshaw (Gary Elshaw):
- Code review for #4856
- @goldsteinn:
- Fixed
4.0.0illegal instruction exception on some x86 Windows machines. (#4886)
- Fixed
- @reardonia:
- Code review for #4826
- @sweetppro (SweetPPro):
- @xavery (Daniel Kamil Kozar):
Contributions to macOS Client:
- @GaryElshaw (Gary Elshaw):
- Fixed dock icon badge colors to Apple accessibility guidelines. (#4813)
- @nevack (Dzmitry Neviadomski):
- Code review for #4884
- @sweetppro (SweetPPro):
Contributions to Qt Client:
- @dmantipov (Dmitry Antipov):
- Fixed Qt 6 deprecation warnings. (#4710)
Contributions to Web Client:
- @elboletaire (Òscar Casajuana):
- Fixed label searches that have spaces or hyphens. (#4932)
- @GaryElshaw (Gary Elshaw):
- Fix: make context menu highlighted row readable in dark mode. (#4984)
Contributions to Everything Else:
- @abubaca4:
- Build: reduce minimum libdeflate version to 1.7. (#4970)
- @Berbe:
- @bheesham (Bheesham Persaud):
- Build: Use CXX symbol checking to verify system libutp. (#4909)
- @fetzu (Julien):
- Chore: normalized and updated copyright to 2023. (#4834)
- @fghzxm:
- @floppym (Mike Gilbert):
- Build: pass
--no-warn-unused-clito child CMake process. (#4807)
- Build: pass
- @t-8ch (Thomas Weißschuh):