What's Changed
📣 Check out what's new on chatterino.com/changelog!
Changes to this fork
- Added setting to disable animated 7TV badges (3bbcc9f)
- Added setting to disable 7TV paint shadows (689235b)
- Paints are no longer rendered in system messages (b55e723)
- Emotes now properly use the AVIF version if it's available and supported (9776bb0)
- Fixed 7TV avatars not loading in the usercard (f9a18c1)
Changes since v7.5.2-beta.1
- Fixed a crash in the 7TV EventApi when closing Chatterino. (Chatterino#5768)
- Fixed scrollbar highlights being visible in overlay windows. (Chatterino#5769)
- Make macOS fonts look the same as v2.5.1. (Chatterino#5775)
- Fixed 7TV usernames messing with Qt's HTML (Chatterino#5780)
- Fixed BTTV emotes occasionally showing the wrong author. (Chatterino#5783)
- Fixed some Twitch emotes containing HTML entities. (Chatterino#5786)
- Fixed the same blocked term showing up more than once. (Chatterino#5789)
This fork:
- Fixed special 7TV emote sets not being applied and not showing in chat (5cc89d3)
- Opening the avatar of a user from a usercard in the browser now opens the correct URL (c8a096c)
- If a user never set their 7TV avatar, the usercard will no longer show a button to switch between Twitch and 7TV (519a2c3)
- Fixed mentions becoming unclickable when a user updated/announced their personal emotes (7ed952b)
More changes to this fork
- macOS: Changed CFBundleIdentifier from
com.chatterino
toapp.7tv.chatterino7
(fec0dbd) - Windows: Updated Conan version used in CI to 2.4 (330d05d)
- Windows: Updated
libavif
to 1.0.4,boost
to 1.85, andopenssl
to 3.2.2 (330d05d) - macOS: A single universal app is now released for macOS (#274, #279)
- Refactored paints to avoid creation of intermediate widgets (#277)
- macOS: The minimum required macOS version is now 13.0 Ventura (note that the app might still work on older versions, it's just not tested) (5e4a9c5)
- The client version is now sent through URL parameters to the 7TV EventAPI - previously, this was only sent in the
User-Agent
(1ad27c5)
New Contributors
Full Changelog: v7.5.1...v7.5.2