Releases: laurencee/Livestream.Monitor
Releases · laurencee/Livestream.Monitor
Youtube handle support
Features
- You can now add channels by their youtube handle e.g.
@lolesports
, this is the new default for youtube #78
Fixes
- Fix lookups for twitch vods in vod viewer to use the display name/login name instead of the id #82
Misc Changes
livestreams.json
display names will be automatically updated for twitch channels- Reduced number of calls to youtube api when looking up videos
- Better error messages when failing to open chat for a stream, including the command that attempted to be executed
- Fixed an initialization bug where authentication sometimes wasn't requested when adding your first twitch stream to the
- Youtube channels will display as their handle from now on if they were added via their handle
Youtube chat error fix
Fixes
- Fix youtube chat launching with errors due to
&
character not being escaped in command line args. Fixes #81
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