fix: count parentheses in links (#5515)

This commit is contained in:
nerix
2024-07-21 16:00:12 +02:00
committed by GitHub
parent 5deec1f02f
commit 847e4f0932
4 changed files with 60 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
- Minor: Introduce HTTP API for plugins. (#5383, #5492, #5494)
- 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)
- Minor: Links can now have prefixes and suffixes such as parentheses. (#5486, #5515)
- 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)