Skip to content

Commit cc429eb

Browse files
Prepare for v0.2.2
1 parent b1ff254 commit cc429eb

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
11
# Changelog
22

3+
## [v0.2.2](https://github.com/add-ons/service.iptv.manager/tree/v0.2.2) (2020-12-07)
4+
5+
[Full Changelog](https://github.com/add-ons/service.iptv.manager/compare/v0.2.1...v0.2.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow passing credits with the EPG data [\#54](https://github.com/add-ons/service.iptv.manager/pull/54) ([michaelarnauts](https://github.com/michaelarnauts))
10+
11+
**Fixed bugs:**
12+
13+
- Rollback pvr.iptvsimple to 3.8.8 [\#57](https://github.com/add-ons/service.iptv.manager/pull/57) ([MPParsley](https://github.com/MPParsley))
14+
15+
**Merged pull requests:**
16+
17+
- Run tests on Python 3.9 [\#55](https://github.com/add-ons/service.iptv.manager/pull/55) ([michaelarnauts](https://github.com/michaelarnauts))
18+
319
## [v0.2.1](https://github.com/add-ons/service.iptv.manager/tree/v0.2.1) (2020-11-03)
420

521
[Full Changelog](https://github.com/add-ons/service.iptv.manager/compare/v0.2.0...v0.2.1)
622

23+
**Implemented enhancements:**
24+
25+
- Cleanup code by removing play by airdate [\#49](https://github.com/add-ons/service.iptv.manager/pull/49) ([michaelarnauts](https://github.com/michaelarnauts))
26+
727
**Fixed bugs:**
828

929
- Don't throw an error when no addons are installed [\#51](https://github.com/add-ons/service.iptv.manager/pull/51) ([michaelarnauts](https://github.com/michaelarnauts))
1030

1131
**Merged pull requests:**
1232

13-
- Cleanup code by removing play by airdate [\#49](https://github.com/add-ons/service.iptv.manager/pull/49) ([michaelarnauts](https://github.com/michaelarnauts))
1433
- Add a release workflow [\#45](https://github.com/add-ons/service.iptv.manager/pull/45) ([dagwieers](https://github.com/dagwieers))
1534

1635
## [v0.2.0](https://github.com/add-ons/service.iptv.manager/tree/v0.2.0) (2020-10-09)

addon.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="service.iptv.manager" name="IPTV Manager" version="0.2.1" provider-name="Michaël Arnauts">
2+
<addon id="service.iptv.manager" name="IPTV Manager" version="0.2.2" provider-name="Michaël Arnauts">
33
<requires>
44
<import addon="xbmc.python" version="2.26.0"/>
55
<import addon="script.module.dateutil" version="2.6.0"/>
@@ -26,9 +26,9 @@
2626
<description lang="ru_RU">Это дополнение интегрирует IPTV каналы из других дополнений в Kodi PVR.</description>
2727
<platform>all</platform>
2828
<license>GPL-3.0-only</license>
29-
<news>v0.2.1 (2020-11-03)
30-
- Code cleanup
31-
- Bugfix when no supported Addons are installed.</news>
29+
<news>v0.2.2 (2020-12-07)
30+
- Relax version restriction for IPTV Simple.
31+
- Process credits.</news>
3232
<source>https://github.com/add-ons/service.iptv.manager</source>
3333
<assets>
3434
<icon>resources/icon.png</icon>

0 commit comments

Comments
 (0)