Changed some default settings (#2024)

Colorized nicknames now enabled by default
Show channels live now enabled by default
Bold usernames enabled by default
This commit is contained in:
apa420
2020-10-04 12:59:31 +02:00
committed by GitHub
parent 1409836fc8
commit a2e12a56e3
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -10,6 +10,9 @@
- Minor: Changed the English in two rate-limited system messages (#1878)
- Minor: Added image for streamer mode in the user popup icon.
- Minor: Added vip and unvip buttons.
- Minor: Colorized nicknames now enabled by default
- Minor: Show channels live now enabled by default
- Minor: Bold usernames enabled by default
- Bugfix: Fix bug preventing users from setting the highlight color of the second entry in the "User" highlights tab (#1898)
- Bugfix: Fix bug where the "check user follow state" event could trigger a network request requesting the user to follow or unfollow a user. By itself its quite harmless as it just repeats to Twitch the same follow state we had, so no follows should have been lost by this but it meant there was a rogue network request that was fired that could cause a crash (#1906)
- Bugfix: /usercard command will now respect the "Automatically close user popup" setting (#1918)