diff --git a/addon.xml b/addon.xml index 62e2dd1..30c9451 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -9,10 +9,9 @@ all -*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18 -*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations. If you rely on this module follow development at https://github.com/MrSprigster/script.module.python.twitch - -[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints +[chg] refactor oauth for inclusion of helix +[add] helix api +[add] add usher.live_request and usher.video_request icon.png diff --git a/changelog.txt b/changelog.txt index e4e44d3..525c800 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +2.0.0 +[chg] refactor oauth for inclusion of helix +- adds MobileClient().prepare_token_uri() for generating app access tokens, adds client_secret requirement +- adds MobileClient().prepare_revoke_uri() for revoking oauth tokens +- adds helix oauth scopes +- twitch.scopes -> twitch.oauth..scopes +- twitch.oauth.MobileClient() -> twitch.oauth.clients.MobileClient() +[add] helix api +[add] add usher.live_request and usher.video_request + 1.1.0 *** Twitch API V5 is deprecated and will be removed entirely on 2/14/18 *** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations.