Skip to content

New twitch auth endpoint

Compare
Choose a tag to compare
@laurencee laurencee released this 04 Nov 03:59
· 4 commits to master since this release

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