diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fef06..baa70e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 4842632..6ead851 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ check-addon: build @rm -rf ${TMPDIR} codefix: - @isort -l 160 resources/ + @isort -l 160 . test: @printf ">>> Running unit tests\n" @@ -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" diff --git a/addon.xml b/addon.xml index d6f19e2..055e623 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,10 +19,8 @@ This add-on is not officially commissioned/supported by M7 Group and is provided 'as is' without any warranty of any kind. all GPL-3.0-only - v1.0.5 (2022-01-22) -- Fix incorrect time in EPG view. -- Fix hiding of adult channels in EPG view. -- Add translations. + v1.0.6 (2023-02-09) +- Add support for VOD. https://github.com/add-ons/plugin.video.tvvlaanderen resources/icon.png diff --git a/brands/plugin.video.canaldigitaal.nl/addon.xml b/brands/plugin.video.canaldigitaal.nl/addon.xml index d647317..88996e2 100644 --- a/brands/plugin.video.canaldigitaal.nl/addon.xml +++ b/brands/plugin.video.canaldigitaal.nl/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/brands/plugin.video.focussat/addon.xml b/brands/plugin.video.focussat/addon.xml index 93eb6f6..5e278b3 100644 --- a/brands/plugin.video.focussat/addon.xml +++ b/brands/plugin.video.focussat/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/brands/plugin.video.hdaustria/addon.xml b/brands/plugin.video.hdaustria/addon.xml index 695c1d8..9b78925 100644 --- a/brands/plugin.video.hdaustria/addon.xml +++ b/brands/plugin.video.hdaustria/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/brands/plugin.video.tvvlaanderen/addon.xml b/brands/plugin.video.tvvlaanderen/addon.xml index bdafa96..dc14ffe 100644 --- a/brands/plugin.video.tvvlaanderen/addon.xml +++ b/brands/plugin.video.tvvlaanderen/addon.xml @@ -1,5 +1,5 @@ - +