Skip to content

Releases: laurencee/Livestream.Monitor

Twitch vod viewer display fix

18 Nov 21:01
Compare
Choose a tag to compare

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

18 Nov 02:39
Compare
Choose a tag to compare

Changes

  • Offline youtube streams will now fallback to using the recorded DisplayName from livestreams.json (if it exists). Partial fix to #65

New twitch auth endpoint

04 Nov 03:59
Compare
Choose a tag to compare

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

08 Mar 20:53
Compare
Choose a tag to compare

Changes

  • Fix top streams for twitch not display the game name

Going full twitch helix

09 Feb 03:02
Compare
Choose a tag to compare

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

30 Jul 22:24
Compare
Choose a tag to compare

Changes

  • Fix to prevent lookup querying when a twitch stream has no category

RIP Smashcast

27 Mar 13:39
Compare
Choose a tag to compare

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

01 Jan 09:38
Compare
Choose a tag to compare

Fixes

  • Fixes twitch vod pagination - #62

Fix twitch pagination

01 Jan 02:54
Compare
Choose a tag to compare

Fixes

  • Fixes pagination for twitch vods/top streams - closes #62

Changes

  • Removed unused maximize button

RIP Mixer

29 Dec 23:54
Compare
Choose a tag to compare

This release is a bit overdue from mixers departure but leaving code in related to mixer wasn't breaking anything.

However an actual breaking change came from the streamlink 2.0 release where this app had a hardcoded reference to a deprecated property which was removed in streamlink 2.0.