v2.4.4
What's Changed
- Minor: Added
/shield
and/shieldoff
commands to toggle shield mode. (#4580) - Minor: Added a Send button in the input box so you can click to send a message. This is disabled by default and can be enabled with the "Show send message button" setting. (#4607)
- Minor: Improved error messages when the updater fails a download. (#4594)
- Bugfix: Fixed the menu warping on macOS on Qt6. (#4595)
- Bugfix: Fixed link tooltips not showing unless the thumbnail setting was enabled. (#4597)
- Bugfix: Domains starting with
http
are now parsed as links again. (#4598) - Bugfix: Reduced the size of the update prompt to prevent it from going off the users screen. (#4626)
- Bugfix: Fixed click effects on buttons not being antialiased. (#4473)
- Bugfix: Fixed Ctrl+Backspace not working after Select All in chat search popup. (#4461)
- Bugfix: Fixed crash when scrolling up really fast. (#4621)
- Dev: Added the ability to control the
followRedirect
mode for requests. (#4594)
Commit List
- Fix the menu position on macOS when using Qt 6.5 by @pajlada in #4595
- Revert "Dim disabled items in context menus (#4423)" by @pajlada in #4596
- Fix link tooltips showing up blank instead of with text-only by @pajlada in #4597
- Improve error messages when updater fails a download by @Nerixyz in #4594
- Update changelog for reality by @pajlada in #4603
- Bump jurplel/install-qt-action from 3.1.0 to 3.2.0 by @dependabot in #4591
- 🛡 Add
/shield
and/shieldoff
🛡 by @Nerixyz in #4580 - Antialias Click-Effects on Buttons by @Nerixyz in #4473
- Parse Domains Starting With
http
by @Nerixyz in #4598 - Add a Send button that can be used to send messages by @pajlada in #4607
- Fix Ctrl+Backspace bug after Select All in chat search popup by @vchuynh in #4536
- Clean up CI jobs by @pajlada in #4606
- Further CI fixing, only do clang-tidy stuff in PRs by @pajlada in #4609
- Remove
push-aur
job by @pajlada in #4610 - Fixed crash when scrolling up really fast. by @Mm2PL in #4621
- Reduce the size of the update prompt by @Felanbird in #4626
- Release v2.4.4 by @pajlada in #4631
Full Changelog: v2.4.3...v2.4.4