Skip to content

Commit

Permalink
Prepare for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Dec 7, 2020
1 parent 934adbb commit 4b95ad9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)

**Implemented enhancements:**

- Allow displaying all items in a recommendation category [\#20](https://github.com/add-ons/plugin.video.streamz/pull/20) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Run tests for Python 3.9 [\#21](https://github.com/add-ons/plugin.video.streamz/pull/21) ([michaelarnauts](https://github.com/michaelarnauts))

## [v1.0.0](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.0) (2020-11-03)

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v0.0.1...v1.0.0)
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.0" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.0.1" 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 @@ -25,8 +25,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.0 (2020-11-03)
- Initial release</news>
<news>v1.0.1 (2020-12-07)
- Show all items in a category and improve loading speed.
- Show current serie in the breadcrumbs.</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 4b95ad9

Please sign in to comment.