Skip to content

Commit

Permalink
Prepare for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Dec 21, 2020
1 parent e89ca26 commit 8bfca55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 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.tvvlaanderen" name="TV Vlaanderen" version="1.0.1" provider-name="Michaël Arnauts">
<addon id="plugin.video.tvvlaanderen" name="TV Vlaanderen" version="1.0.2" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -22,8 +22,8 @@
<disclaimer lang="en_GB">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.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.0.1
- Fix TV Guide on Windows.</news>
<news>v1.0.2 (2020-12-21)
- Don't leak credentials in the Kodi log when debug logging.</news>
<source>https://github.com/add-ons/plugin.video.tvvlaanderen</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 8bfca55

Please sign in to comment.