diff --git a/CHANGELOG.md b/CHANGELOG.md index 53de8d6..91e00ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.0.2](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.2) (2020-12-21) + +[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.1...v1.0.2) + +**Fixed bugs:** + +- Don't show the password in the debug log [\#24](https://github.com/add-ons/plugin.video.streamz/pull/24) ([michaelarnauts](https://github.com/michaelarnauts)) + +**Merged pull requests:** + +- Run CI on Windows [\#23](https://github.com/add-ons/plugin.video.streamz/pull/23) ([michaelarnauts](https://github.com/michaelarnauts)) + ## [v1.0.1](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.1) (2020-12-07) [Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.0...v1.0.1) diff --git a/Makefile b/Makefile index d3ee391..eff1b62 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,8 @@ ifneq ($(release),) @github_changelog_generator -u add-ons -p plugin.video.streamz --no-issues --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 f839d13..1730e02 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -25,9 +25,8 @@ Deze add-on wordt niet ondersteund door Streamz BV, en wordt aangeboden 'as is', zonder enige garantie. De Streamz naam en Streamz logo zijn eigendom van Streamz BV en worden gebruikt in overeenstemming met de 'fair use' regels. all GPL-3.0-only - v1.0.1 (2020-12-07) -- Show all items in a category and improve loading speed. -- Show current serie in the breadcrumbs. + v1.0.2 (2020-12-21) +- Don't leak credentials in the Kodi log when debug logging. https://github.com/add-ons/plugin.video.streamz resources/icon.png