diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a1faeaa..e8d8cf310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - Minor: Added autocompletion for default Twitch commands starting with the dot (e.g. `.mods` which does the same as `/mods`). (#3144) - Minor: Sorted usernames in `Users joined/parted` messages alphabetically. (#3421) - Minor: Mod list, VIP list, and Users joined/parted messages are now searchable. (#3426) +- Minor: Messages can now be highlighted by subscriber or founder badges. (#3445) - Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362) - Bugfix: Fixed colored usernames sometimes not working. (#3170) - Bugfix: Restored ability to send duplicate `/me` messages. (#3166) diff --git a/src/widgets/settingspages/HighlightingPage.cpp b/src/widgets/settingspages/HighlightingPage.cpp index 13f0948c1..a124f5ff5 100644 --- a/src/widgets/settingspages/HighlightingPage.cpp +++ b/src/widgets/settingspages/HighlightingPage.cpp @@ -38,6 +38,8 @@ namespace { {"Moderator", "moderator"}, {"Verified", "partner"}, {"VIP", "vip"}, + {"Founder", "founder"}, + {"Subscriber", "subscriber"}, {"Predicted Blue", "predictions/blue-1,predictions/blue-2"}, {"Predicted Pink", "predictions/pink-2,predictions/pink-1"}, };