-
Notifications
You must be signed in to change notification settings - Fork 19
/
changelog.txt
87 lines (73 loc) · 2.56 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
2019.03.11 v.2.1.2
+ Fix channels listing on some subscriptions
+ Fix 'fallback' image is not always available
2018.02.21 v2.1.1
+ Fix parental control
2018.02.21 v2.1.0
+ New dependency: script.module.routing
+ Support for 4K streams and 5.1 audio
+ Fix audio bug on some sports streams (requires Kodi v18 Leia)
+ Channels section improvements
+ Code cleanup
2017.12.27 v2.0.1
+ Minor changes needed for approval in the official repository
2017.12.27 v2.0.0
+ New dependency: script.module.inputstreamhelper
+ Switch to registration code activation
+ Finally replace HLS with MPEG-DASH (Widevine DRM is now required)
+ Channels support (previously Viasat TV To Go)
+ Implement dynamically acquired 'theme pages' in addition to browsing through categories
+ Starred, Watched and Purchased pages now work
+ Open add-on settings on first run
+ Major rewrite and cleanup of the code
+ Big improvements all-around and a massively enhanced experience
2017.04.10 v1.0.8
+ Fix audio on newer Viaplay content
+ Fix icon/fanart
+ Move addon code to addon.py
2017.01.25 v1.0.7.1
+ Additional stream URL fix
2017.01.25 v1.0.7
+ Update for Krypton
+ Fix stream URL retrieval
2016.12.11 v1.0.6
+ Improve sports section
+ Fix broken playback for new content
+ Remove add-on debugging setting and automatically detect it instead
+ Code cleanup
2016.09.08 v1.0.5
+ Bug fix: possible UTC bug when determining game status
+ Bump required requests version to 2.9.1
+ Don't set watched status on sports content
+ Implement parental control
+ Add option to limit the max allowed bitrate
+ Code cleanup & refactoring
2016.08.31 v1.0.4
+ Remove dateutil dependency; add iso8601
+ Improve the sports section
+ Get better at catching exceptions
+ Use 'with' statement to open files
2016.08.28 v1.0.3
+ New dependency: m3u8
+ The sports section is getting listed again
+ Add poster artwork
+ Add setting to select stream quality (for movies & TV)
+ Store the device ID in file
+ List episodes directly if there's only one season available
+ Turn core code into a Kodi independent module (vialib)
+ Performance improvements
+ Significant code refactoring
2016.08.05 v1.0.2
+ Store support
+ Bug fix: some categories failed to load due to unavailable artwork
+ Better info messages when playback fails
+ Fix episode/sports thumbnails
+ Code cleanup
2016.07.24 v1.0.1
+ Bug fix: kids category showed sports category
+ base_url changed so that more content is available
+ SSL is now enabled by default. An option to disable it is available.
+ Code cleanup
2016.07.18 v1.0.0
+ Initial release
+ Thanks to eriksoderblom for icon and fanart!