- [2025-10-25] Minor: Added a menu action to sort tabs alphabetically. (#6551)
- [2025-10-25] Bugfix: Fixed some commands and filters not working as expected in seach popups. (#6539)
- [2025-10-25] Def: Fixed compilation error in tests with Clang 21. (#6519)
- [2025-10-25] Dev: Fixed compilation warnings on clang-cl. (#6528)
- [2025-10-25] Minor: Added link support to plugin message API. (#6386, #6527)
More Changes
- [2025-10-25] Bugfix: Fixed settings occasionally not opening when clicking on "Manage Accounts" in the account switcher. (#6543)
- [2025-10-25] Bugfix: Fixed font change not resulting in forced layout update. (#6536)
- [2025-10-25] Dev: Fix Arch Linux partial upgrade error in CI. (#6553)
- [2025-10-25] Minor: Fixed "edit hotkey" dialog opening like a normal window. (#6540)
- [2025-10-21] Bugfix: Fixed scrollbar rect computation potentially resulting in overflows. (#6547)
- [2025-10-21] Dev: Fixed compilation error in tests with Clang 21. (#6519)
- [2025-10-08] Dev: The LuaLS meta files moved from docs/plugin-meta.luatodocs/lua-meta/globals.lua. (#6530)
- [2025-10-05] Dev: Stopped building AppImage in CI. (#6504)
- [2025-10-05] Dev: Fixed warnings on Qt 6.10. (#6422)
- [2025-10-05] Minor: Added a description for the logging option under moderation tab. (#6514)
- [2025-10-05] Dev: Added Qt keyword and warning flags project wide. (#6520)
- [2025-10-04] Bugfix: Expose the "Extra extension IDs" setting on non-Windows systems too. (#6509)
- [2025-10-04] Dev: Refactored EmotesintoEmoteController. (#6516)
- [2025-10-03] Dev: Removed unused method in Emojis. (#6517)
- [2025-09-30] Dev: Merged emote element flags from different providers into two. (#6511)
- [2025-09-28] Dev: Correct handling of eventsubs without any account. (#6503)
- [2025-09-28] Minor: Badges now link to their home page like emotes in the context menu. (#6437)
- [2025-09-28] Minor: Added setting for character limit of deleted messages. (#6491)
- [2025-09-28] Dev: Removed dependency to Qt5 Compatibility module by updating libcommuni. (#6500)
- [2025-09-27] Dev: Remove unused QTextCodec includes. (#6487)
- [2025-09-27] Dev: Find Boost's CMake Config file instead of module file. (#6499)
- [2025-09-27] Dev: Update release documentation. (#6498)
- [2025-09-27] Dev: Fix the WinGet release workflow. (#6497)
- [2025-09-27] Minor: Fixed usercard resizing improperly without recent messages. (#6496)
- [2025-09-25] Dev: Fix 32-bit compile in PluginRepl. (#6483)
- [2025-09-25] Dev: Make code sanitizers opt in with the CHATTERINO_SANITIZER_SUPPORTCMake option. After that's enabled, use theSANITIZE_*flag to enable individual sanitizers. (#6493)