Skip to content

Commit

Permalink
Prepare for v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 9, 2023
1 parent d184f73 commit fda8188
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.0.6](https://github.com/add-ons/plugin.video.tvvlaanderen/tree/v1.0.6) (2023-02-09)

[Full Changelog](https://github.com/add-ons/plugin.video.tvvlaanderen/compare/v1.0.5...v1.0.6)

**Implemented enhancements:**

- Add support for playing from the VOD Catalog [\#52](https://github.com/add-ons/plugin.video.tvvlaanderen/pull/52) ([michaelarnauts](https://github.com/michaelarnauts))
- Add support for Canal Digitaal \(NL\) [\#50](https://github.com/add-ons/plugin.video.tvvlaanderen/pull/50) ([michaelarnauts](https://github.com/michaelarnauts))

## [v1.0.5](https://github.com/add-ons/plugin.video.tvvlaanderen/tree/v1.0.5) (2022-01-22)

[Full Changelog](https://github.com/add-ons/plugin.video.tvvlaanderen/compare/v1.0.4...v1.0.5)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ check-addon: build
@rm -rf ${TMPDIR}

codefix:
@isort -l 160 resources/
@isort -l 160 .

test:
@printf ">>> Running unit tests\n"
Expand All @@ -41,7 +41,7 @@ clean:
@find . -name '__pycache__' -type d -delete
@rm -rf .pytest_cache/ tests/cdm tests/userdata/temp
@rm -f *.log .coverage
@rm -rf dist/
@rm -rf dist/plugin.video.*

build: clean
@printf ">>> Building generic base add-on\n"
Expand Down
8 changes: 3 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.m7group" name="M7 Group" version="1.0.5" provider-name="Michaël Arnauts">
<addon id="plugin.video.m7group" name="M7 Group" version="1.0.6" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -19,10 +19,8 @@
<disclaimer lang="en_GB">This add-on is not officially commissioned/supported by M7 Group and is provided 'as is' without any warranty of any kind.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.0.5 (2022-01-22)
- Fix incorrect time in EPG view.
- Fix hiding of adult channels in EPG view.
- Add translations.</news>
<news>v1.0.6 (2023-02-09)
- Add support for VOD.</news>
<source>https://github.com/add-ons/plugin.video.tvvlaanderen</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down
2 changes: 1 addition & 1 deletion brands/plugin.video.canaldigitaal.nl/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.canaldigitaal.nl" name="Canal Digitaal" version="1.0.4" provider-name="Michaël Arnauts">
<addon id="plugin.video.canaldigitaal.nl" name="Canal Digitaal" version="1.0.0" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand Down
2 changes: 1 addition & 1 deletion brands/plugin.video.focussat/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.focussat" name="Focus Sat" version="1.0.4" provider-name="Michaël Arnauts">
<addon id="plugin.video.focussat" name="Focus Sat" version="1.0.0" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand Down
2 changes: 1 addition & 1 deletion brands/plugin.video.hdaustria/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.hdaustria" name="HD Austria" version="1.0.4" provider-name="Michaël Arnauts">
<addon id="plugin.video.hdaustria" name="HD Austria" version="1.0.0" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand Down
2 changes: 1 addition & 1 deletion brands/plugin.video.tvvlaanderen/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.tvvlaanderen" name="TV Vlaanderen" version="1.0.4" provider-name="Michaël Arnauts">
<addon id="plugin.video.tvvlaanderen" name="TV Vlaanderen" version="1.0.0" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand Down

0 comments on commit fda8188

Please sign in to comment.