Skip to content

Commit acf835e

Browse files
committed
alpha2 version bump
1 parent 9af5ce3 commit acf835e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

addon.xml

Lines changed: 6 additions & 1 deletion
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.0.0~alpha1" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="1.0.0~alpha2" 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"/>
@@ -18,6 +18,11 @@
1818
- update usher to allow_source
1919
- videos.by_channel from broadcasts bool to broadcast_type: 'archive', 'highlight', 'upload'
2020
- update m3u_pattern
21+
- add initial v5 (wip)
22+
- add support for additional methods in queries (PUT/DELETE/POST)
23+
- v5 add communities, update follow/unfollow
24+
- add basics for implicit oauth2
25+
- update usher base url
2126
</news>
2227
<assets>
2328
<icon>icon.png</icon>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
- update usher to allow_source
99
- videos.by_channel from broadcasts bool to broadcast_type: 'archive', 'highlight', 'upload'
1010
- update m3u_pattern
11+
- add initial v5 (wip)
12+
- add support for additional methods in queries (PUT/DELETE/POST)
13+
- v5 add communities, update follow/unfollow
14+
- add basics for implicit oauth2
15+
- update usher base url

0 commit comments

Comments
 (0)