|
5 | 5 | - Minor: Badges now link to their home page like emotes in the context menu. (#6437) |
6 | 6 | - Minor: Fixed usercard resizing improperly without recent messages. (#6496) |
7 | 7 | - Minor: Added setting for character limit of deleted messages. (#6491) |
8 | | -- Minor: Added link support to plugin message API. (#6386) |
| 8 | +- Minor: Added link support to plugin message API. (#6386, #6527) |
9 | 9 | - Minor: Added a description for the logging option under moderation tab. (#6514) |
| 10 | +- Minor: Added a menu action to sort tabs alphabetically. (#6551) |
| 11 | +- Minor: Fixed "edit hotkey" dialog opening like a normal window. (#6540) |
10 | 12 | - Bugfix: Expose the "Extra extension IDs" setting on non-Windows systems too. (#6509) |
| 13 | +- Bugfix: Fixed some commands and filters not working as expected in seach popups. (#6539) |
| 14 | +- Bugfix: Fixed settings occasionally not opening when clicking on "Manage Accounts" in the account switcher. (#6543) |
| 15 | +- Bugfix: Fixed font change not resulting in forced layout update. (#6536) |
| 16 | +- Bugfix: Fixed scrollbar rect computation potentially resulting in overflows. (#6547) |
11 | 17 | - Dev: Update release documentation. (#6498) |
12 | 18 | - Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493) |
13 | 19 | - Dev: Remove unused QTextCodec includes. (#6487) |
|
21 | 27 | - Dev: Fixed warnings on Qt 6.10. (#6422) |
22 | 28 | - Dev: Removed unused method in `Emojis`. (#6517) |
23 | 29 | - Dev: Refactored `Emotes` into `EmoteController`. (#6516) |
| 30 | +- Dev: Fix Arch Linux partial upgrade error in CI. (#6553) |
24 | 31 | - Dev: Added Qt keyword and warning flags project wide. (#6520) |
25 | 32 | - Def: Fixed compilation error in tests with Clang 21. (#6519) |
| 33 | +- Dev: Fixed compilation warnings on clang-cl. (#6528) |
| 34 | +- Dev: Fixed compilation error in tests with Clang 21. (#6519) |
26 | 35 | - Dev: The LuaLS meta files moved from `docs/plugin-meta.lua` to `docs/lua-meta/globals.lua`. (#6530) |
27 | 36 |
|
28 | 37 | ## 2.5.4 |
|
0 commit comments