diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e3b49..6534e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.0.2](https://github.com/add-ons/plugin.video.tvvlaanderen/tree/v1.0.2) (2020-12-21) + +[Full Changelog](https://github.com/add-ons/plugin.video.tvvlaanderen/compare/v1.0.1...v1.0.2) + +**Fixed bugs:** + +- Don't show the password in the debug log [\#29](https://github.com/add-ons/plugin.video.tvvlaanderen/pull/29) ([michaelarnauts](https://github.com/michaelarnauts)) + ## [v1.0.1](https://github.com/add-ons/plugin.video.tvvlaanderen/tree/v1.0.1) (2020-12-17) [Full Changelog](https://github.com/add-ons/plugin.video.tvvlaanderen/compare/v1.0.0...v1.0.1) diff --git a/Makefile b/Makefile index ca73607..3bafaae 100644 --- a/Makefile +++ b/Makefile @@ -68,11 +68,11 @@ build: clean release: ifneq ($(release),) - @github_changelog_generator -u add-ons -p plugin.video.tvvlaanderen --no-issues --future-release v$(release); + @github_changelog_generator -u add-ons -p plugin.video.tvvlaanderen --no-issues --exclude-labels duplicate,question,invalid,wontfix,release --future-release v$(release); @echo "cd /addon/@version\nset $$release\nsave\nbye" | xmllint --shell addon.xml; \ -# date=$(shell date '+%Y-%m-%d'); \ -# echo "cd /addon/extension[@point='xbmc.addon.metadata']/news\nset v$$release ($$date)\nsave\nbye" | xmllint --shell addon.xml; \ + date=$(shell date '+%Y-%m-%d'); \ + echo "cd /addon/extension[@point='xbmc.addon.metadata']/news\nset v$$release ($$date)\nsave\nbye" | xmllint --shell addon.xml; \ # Next steps to release: # - Modify the news-section of addons.xml diff --git a/addon.xml b/addon.xml index a909e42..4932df5 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -22,8 +22,8 @@ This add-on is not officially commissioned/supported by TV Vlaanderen and is provided 'as is' without any warranty of any kind. TV Vlaanderen is a brand of Canal+ Luxembourg S. à r.l. all GPL-3.0-only - v1.0.1 -- Fix TV Guide on Windows. + v1.0.2 (2020-12-21) +- Don't leak credentials in the Kodi log when debug logging. https://github.com/add-ons/plugin.video.tvvlaanderen resources/icon.png