Skip to content

Commit 0acb4c5

Browse files
authored
Merge pull request #27 from anxdpanic/dev
1.0.1
2 parents ca5f354 + 4acca34 commit 0acb4c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

addon.xml

Lines changed: 3 additions & 2 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.0.0" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="1.0.1" 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,7 +9,8 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
- initial release
12+
[fix/upd] offset, limit to games '_get_followed' queries
13+
[fix] omit oauth token for videos 'by_id' queries
1314
</news>
1415
<assets>
1516
<icon>icon.png</icon>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
1.0.1
2+
[fix/upd] offset, limit to games _get_followed
3+
[fix] omit oauth token for videos by_id
4+
15
1.0.0
26
- initial release

0 commit comments

Comments
 (0)