Handle panning touch gestures (#5524)

This commit is contained in:
cmp
2024-07-28 05:02:20 -05:00
committed by GitHub
parent ff7cc09f8b
commit 5fc4309e0e
3 changed files with 72 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
- Minor: Support more Firefox variants for incognito link opening. (#5503)
- Minor: Replying to a message will now display the message being replied to. (#4350, #5519)
- Minor: Links can now have prefixes and suffixes such as parentheses. (#5486, #5515)
- Minor: Added support for scrolling in splits with touchscreen panning gestures. (#5524)
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
- Bugfix: Fixed restricted users usernames not being clickable. (#5405)