Skip to content

Commit d149820

Browse files
committed
version bump
1 parent d2ba75f commit d149820

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

addon.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.tvh2kodi"
33
name="Tvheadend Setup for Kodi"
4-
version="1.4"
4+
version="1.5"
55
provider-name="edit4ever">
66
<requires>
77
<import addon="xbmc.python" version="2.6.0"/>
@@ -18,10 +18,9 @@
1818

1919
* minimum version of Tvheadend is 4.2
2020

21-
v1.4
22-
- fix adapter network issue
23-
- add multiple network support to adapter
24-
- allow custom Tvh server ip to be recalled
21+
v1.5
22+
- add progress bar for internal epg grab
23+
- add base tvh config parameters (set dvb scan files and channel icon paths)
2524

2625
</description>
2726
<disclaimer>Copyright (C) 2017 edit4ever - edit4ever@gmail.com</disclaimer>
@@ -35,6 +34,11 @@ v1.4
3534
<screenshot>resources/screenshot-03.jpg</screenshot>
3635
</assets>
3736
<news>
37+
v1.4
38+
- fix adapter network issue
39+
- add multiple network support to adapter
40+
- allow custom Tvh server ip to be recalled
41+
3842
v1.3
3943
- add support for DVB-S mux editing
4044

0 commit comments

Comments
 (0)