Skip to content

Commit b158764

Browse files
authored
Merge pull request #36 from anxdpanic/dev
2.0.0~alpha1
2 parents 1728dd6 + bc8b5ce commit b158764

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

addon.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="1.1.0" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="2.0.0~alpha1" provider-name="A Talented Community">
33
<requires>
44
<import addon="xbmc.python" version="2.1.0"/>
55
<import addon="script.module.six" version="1.9.0"/>
@@ -9,10 +9,9 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
13-
*** 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
14-
15-
[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints
12+
[chg] refactor oauth for inclusion of helix
13+
[add] helix api
14+
[add] add usher.live_request and usher.video_request
1615
</news>
1716
<assets>
1817
<icon>icon.png</icon>

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.0.0
2+
[chg] refactor oauth for inclusion of helix
3+
- adds MobileClient().prepare_token_uri() for generating app access tokens, adds client_secret requirement
4+
- adds MobileClient().prepare_revoke_uri() for revoking oauth tokens
5+
- adds helix oauth scopes
6+
- twitch.scopes -> twitch.oauth.<api version>.scopes
7+
- twitch.oauth.MobileClient() -> twitch.oauth.clients.MobileClient()
8+
[add] helix api
9+
[add] add usher.live_request and usher.video_request
10+
111
1.1.0
212
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
313
*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations.

0 commit comments

Comments
 (0)