-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
52 lines (52 loc) · 1.86 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
0.0.1
- Inital Release
0.0.2
- Added a numeric Dialog for Dates
- Added "Today's/Yesterday's Shows"
0.0.3
-Added Setting to show Topics directly
-Fixed Topic sorting
-Added "All Topics" in Main Menu
0.0.4
-Added ContentType to show Video meta data where possible
0.0.5
-Fixed search via numeric Dialog for dates with zero-padding.
0.0.6
-Fixed encoding error when trying to search with special characters.
0.0.7
-Added context menu button "download video" to video. It allows to download the choosen video to a local folder.
-Added Setting to hide shows with audio description.
-Added airdate of a show to the beginning of the video description.
0.0.8
-Duration is now shown correctly in media lists
-Every media list is now sortable by default, label, date, play count, duration or genre in abscending or descending order.
0.0.9
-Added setting "Play videos in best possible quality". If activated the addon now detects the best Stream Quality (mostly HD).
0.0.10
-ARD-Streams can now be played in HD, too.
0.0.11
-Changed source web address to https.
0.0.12
- Fixed and updated getBestQuality function to detect new and more HD streams.
0.0.13
- Fixed data update error because of gzip compression. Now uses script.module.requests to download and decompress data file.
0.0.14
- Backenddesign changed. Fixed app to work again
- All streams available in HD in the media libraries can be streamed in HD now, too
0.0.15
- Update to Kodi Krypton
1.0.0+matrix
- Updated dependencies
- Updated code for Phython 3
- using po files instead of depricated strings.xml for translation
1.0.1+matrix
- Fixed display error in settings
- Fixed display error icon and fanart
1.0.2+matrix
- Fixed german strings.po
1.0.3+matrix.1
- Added compability for Kodi Nexus
- Fixed error for streams only available in HD
1.0.3+matrix.2
- Fixed Download File ok Dialog Error:
since V19 xbmcgui.Dialog().ok() has less arguments