Skip to content

Commit eb0c805

Browse files
committed
add changes
1 parent 0a3d1d6 commit eb0c805

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

addon.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
All New!
12+
- initial release
13+
- use script.module.requests
14+
- remove default client_id
15+
- add oauth token support
16+
- add authorization, client id headers to all api calls
17+
- update api.twitch to use https
18+
- update usher to allow_source
19+
- videos.by_channel from broadcasts bool to broadcast_type: 'archive', 'highlight', 'upload'
20+
- update m3u_pattern
1321
</news>
1422
<assets>
1523
<icon>icon.png</icon>

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1.0.0
2+
- initial release
3+
- use script.module.requests
4+
- remove default client_id
5+
- add oauth token support
6+
- add authorization, client id headers to all api calls
7+
- update api.twitch to use https
8+
- update usher to allow_source
9+
- videos.by_channel from broadcasts bool to broadcast_type: 'archive', 'highlight', 'upload'
10+
- update m3u_pattern

0 commit comments

Comments
 (0)