Skip to content

Commit

Permalink
Prepare for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Dec 19, 2021
1 parent 9ab9114 commit 3286ac2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v1.1.0](https://github.com/add-ons/plugin.video.streamz/tree/v1.1.0) (2021-12-19)

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

**Implemented enhancements:**

- Update artwork [\#41](https://github.com/add-ons/plugin.video.streamz/pull/41) ([michaelarnauts](https://github.com/michaelarnauts))
- Upgrade to API v10 [\#40](https://github.com/add-ons/plugin.video.streamz/pull/40) ([michaelarnauts](https://github.com/michaelarnauts))

**Fixed bugs:**

- Use new authentication flow [\#43](https://github.com/add-ons/plugin.video.streamz/pull/43) ([michaelarnauts](https://github.com/michaelarnauts))

## [v1.0.6](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.6) (2021-04-01)

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.5...v1.0.6)
Expand Down
7 changes: 4 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.streamz" name="Streamz" version="1.0.6" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.1.0" 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,9 @@
<disclaimer lang="nl_NL">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.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.0.6 (2021-04-01)
- Fix issues with authentication</news>
<news>v1.1.0 (2021-12-19)
- Rework authentication with simplified login flow.
</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 3286ac2

Please sign in to comment.