-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport changes to v5.0.x branch #21679
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
glassez
commented
Oct 24, 2024
- Sync flag icons with upstream #21220
- Disable the ability to create torrents with a piece size of 256MiB #21295
- Add "Simple pread/pwrite" disk IO type #21300
- Always notify user about duplicate torrent #21480
- WebUI: Fix incorrect row ID #21481
- Don't try to apply Mark-of-the-Web to nonexistent files #21488
- Disable "Move to trash" option by default #21528
- Allow to choose Qt style #21553
- Don't change combobox index after selection #21599
- Allow to select Qt's default style #21605
- Correctly handle "torrent finished after move" event #21596
- Free resources allocated by web session once it is destructed #21618
- Improve color scheme change detection #21625
- Correctly apply filename filter when !qB extension is enabled #21628
- Fix button state for SSL certificate check #21659
Incorrect row ID prevented the "Torrent content removing mode" option from being displayed on some platforms. PR qbittorrent#21481.
Trying to apply it to a nonexistent file is unacceptable, as it may unexpectedly create such a file. PR qbittorrent#21488. Closes qbittorrent#21440.
Disabling will reduce the number of users experiencing this issue. qbittorrent#21011 PR qbittorrent#21295.
* Release: 7.2.3 * Contains bug fixes & additional flags PR qbittorrent#21220.
* Fix pieces bars won't correctly detect color scheme change with Qt 6.8. * Update RSS article content view on color scheme changed. PR qbittorrent#21625. Closes qbittorrent#21327.
Also keep the list sorted. PR qbittorrent#21599.
Relevant prior PR qbittorrent#21553 PR qbittorrent#21605.
A copy paste error was introduced in PR qbittorrent#20338. PR qbittorrent#21659.
sledgehammer999
approved these changes
Oct 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Historical note:
PR #21496 was accidentally merged as "squash and merge". It was hard reset after 10 minutes.
This PR reintroduces the same commits to be merged correctly.
No 5.0.1 release today? The milestone is complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.