Cœur
Cœur
Apple released Xcode 16.0 beta on June 10, 2024: https://developer.apple.com/news/releases/?id=06102024h Its new recommended minimum support is macOS 11.0. All compatibility for macOS 10.14 and macOS 10.15 is removed in this...
This adds the required include of `` for compatibility with fmt 11.
There are currently 77 more than 100 open pull requests, with maybe roughly half of them needing attention of someone with write-access to the repository (Charles or Mike). To help...
Fix #6190 Fix #417 Empty files are valuable (when you zip a folder, you include empty files). Testing: ``` touch foobar.txt ./transmission-create foobar.txt ./transmission-show foobar.txt.torrent ```
This is Xcode automatically formatting plist with tabs instead of spaces.
Fixes #1471 ALTERNATIVE SOLUTION OF #1683 and #1684. Cherry-pick of #1685 (only the first two commits). This PR is aimed at moving forward with the remaining tasks for the 2.2...
`uname -a` is the same as `uname -m -n -r -s -v`, but the only relevant part that needs to be compared against ARM64 is the `-v` one. This is...
### What is the issue? I actually just noticed that the admins of Transmission are more active than I am on GitHub... but they contribute on other projects (Electron for...
This is a minor UI improvement on #1690. Instead of freezing the download and upload speeds when the app is quitting (which incorrectly gives the impression that this speed is...
### What is the issue? On changing the filter quickly with many torrents, I got a UI crash: ``` Conflicting constraints detected: ( "" ). Will attempt to recover by...