Added vip and unvip buttons (#1996)

Co-authored-by: fourtf <tf.four@gmail.com>
This commit is contained in:
apa420
2020-09-27 00:20:15 +02:00
committed by GitHub
parent 53b18d03c6
commit b4ef4fe54d
7 changed files with 19 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
- Minor: Disable checking for updates on unsupported platforms (#1874)
- Minor: User popup will now automatically display messages as they are received
- Minor: Changed the English in two rate-limited system messages (#1878)
- Minor: Added vip and unvip buttons.
- 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)