forked from anxdpanic/plugin.video.twitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
66 lines (66 loc) · 1.93 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
0.1.1
- first working version
0.1.2
- added thumbnails in games section
- updated to work with new twitch.tv website
0.1.3
- updated to work with new twitch.tv website (games section)
0.1.4
- better code quality
- thumbnails in game sections
0.1.5
- added "next page" in game sections
0.1.6
- localized strings
0.1.7
- fixed bug in following list
0.1.8
- better error handling
- localized strings in all notifications
0.2.0
- added selection of prefered video settings
- added fallback-function, if selected video does not support video settings
0.2.1
- added featured streams section
0.2.2
- added teams section - thx to kokarn
0.2.3
- code refactor
- integration of xbmcswift2
0.2.4
- fixed bug in following section
- fixed bug in function getBestJtvTokenPossible
0.2.5
- serveral fixes and new features thx to grocal
- fixed 'status' in favorite json data might be null
- new translation: Polish
- changed getting live favorite channels from on single .json query (user/favorite with live=true variable set)
- channel listing in format "[channel_name] channel_status_text"
0.2.6
- bug fix: crashes or wrong error messages, when opening streams
1.0.0
- thx to ccaspers
- major code refactoring
- extracted twitch api
- new search function
- changed code style to match pep8 requirements
1.0.1
- fixed bug: streams with optional subscriptions
1.0.2
- fixed stream resolving
1.0.3
- added support for HLS streams - thx to MrSprigster
1.0.4
- fixed bug: Viewer count could not be resolved
1.0.5
Added ability to play archived videos (past broadcasts) - thx to Kr0nZ
1.0.6
- rearranged string ids
1.0.7
- fixed bug in quality settings
1.0.8
- version increment to force update on official xbmc repository
1.0.9
- added detection of restricted qualities (addon will now load best quality available if preferred quality is restricted) - MrSprigster
1.1.0
- added 'thumbnail' argument to enable support for third party skins + changed games list icon source for improved icons - Liquex