chore: warn when parsing environment variable fails (#3904)

* chore: warn when parsing environment variable fails

* doc: update changelog
This commit is contained in:
Leon Richardt
2022-08-06 13:38:10 +02:00
committed by GitHub
parent ebc7852f9f
commit 2dd37ca210
6 changed files with 69 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
- Minor: Removed total views from the usercard, as Twitch no longer updates the number. (#3792)
- Minor: Add Quick Switcher item to open a channel in a new popup window. (#3828)
- Minor: Reduced GIF frame window from 30ms to 20ms, causing fewer frame skips in animated emotes. (#3886)
- Minor: Warn when parsing an environment variable fails. (#3904)
- Bugfix: Fix crash that can occur when closing and quickly reopening a split, then running a command. (#3852)
- Bugfix: Connection to Twitch PubSub now recovers more reliably. (#3643, #3716)
- Bugfix: Fix crash that can occur when changing channels. (#3799)