Releases: laurencee/Livestream.Monitor
Releases · laurencee/Livestream.Monitor
Youtube chat error fix
Twitch vod viewer display fix
Fixes
- Fix twitch vod tiles pushing text beyond the tile bounds due to line breaks in title/description of vod. Fixes #54
Edit: Had to republish as twitch seems to allow both windows and linux style linebreaks in titles/desc \r\n
vs \n
Small visual fix for offline youtube streams
Changes
- Offline youtube streams will now fallback to using the recorded
DisplayName
fromlivestreams.json
(if it exists). Partial fix to #65
New twitch auth endpoint
Twitch changed their token scope requirements, so this release requires you to re-authenticate to get a new token with required scopes. You'll be prompted to authenticate upon launching this new version.
You can delete Hardcodet.Wpf.TaskbarNotification.dll
after unzipping this release as the dll name has changed.
Changes
- Use new twitch auth endpoint - fixes #77
- Use new twitch channel follow lookup endpoint for importing
- Update some nuget dependencies that patch security issues in those libs
Fixes
- Fix/workaround pagination bug when viewing top streams from twitch
- Twitch sometimes doesn't return the number of items we ask for, so now we ask for more than we need just in case
Fix twitch top streams not displaying game name
Changes
- Fix top streams for twitch not display the game name
Going full twitch helix
Changes
- Removed older twitch api calling code, all on helix now
This is basically just a future proofing patch so the app continues to work as expected when twitch shuts down the V5 api.
Fix error when twitch stream has no category
Changes
- Fix to prevent lookup querying when a twitch stream has no category
RIP Smashcast
Changes
- Smashcast API removed and
livestreams.json
updated to remove dead smashcast/hitbox entries.
A backup of the file will be made automatically before entries are removed.
Smashcast shutdown in late Nov 2020 but no one seemed to notice... probably why they shutdown :P
Fix twitch vod pagination
Fixes
- Fixes twitch vod pagination - #62
Fix twitch pagination
Fixes
- Fixes pagination for twitch vods/top streams - closes #62
Changes
- Removed unused maximize button