forked from b-jesch/service.kn.switchtimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
64 lines (46 loc) · 1.22 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
CHANGELOG
2.0.8
- Option for channel switching at startup added
2.0.6
- Cosmetics
2.0.5
- Bugfixes
2.0.4
- Portugese (brazilian) language added
2.0.3
- Module dateutil included.
2.0.2
- create settings path if not exists. This avoids IOExceptions when writing timers and the addon
wasn't configured yet.
2.0.1
- Profile paths for timer.json considered
2.0.0
- complete Redesign of source code
- Timers are stored into a JSON structured file independent from skin
- IMPORTANT: Timers use now skin properties instead of skin labels
1.2.3
- Dutch translation
1.2.2
- Bug in countdown dialog fixed
1.2.1
- merge from pull request of W. Heisenberg:
- Countdown dialog added
- Notification or countdown dialog selectable
1.2.0
- adding context menu items of PVROSDGuide using the extension
point kodi.context.item of Isengard
1.1.2
- Internationalization even for skin labels
1.1.1
- Channel switch could be aborted by pressing any key while
switch message is displayed on screen
1.1.0
- complete rewrite, refactoring and optimization of code
- timer t0-t9 now sorted by datetime (t0: nearest)
1.0.12
- Channelicon property added (t0:icon ... t9:icon)
1.0.11
- some JSONRPC Errors fixed
- changelog added
1.0.0
- intial commit