Skip to content

Commit

Permalink
Prepare for v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 4, 2021
1 parent b31bb80 commit c32f070
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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.5](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.5) (2021-02-04)

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

**Implemented enhancements:**

- Indicate what movies or series are not available in your subscription [\#35](https://github.com/add-ons/plugin.video.streamz/pull/35) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Make use of git archive [\#34](https://github.com/add-ons/plugin.video.streamz/pull/34) ([dagwieers](https://github.com/dagwieers))

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

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.3...v1.0.4)
Expand Down
7 changes: 3 additions & 4 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.4" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.0.5" 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,9 +25,8 @@
<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.4 (2021-01-13)
- Fix encoding issue in Kodi Matrix.
- Add HTTP Proxy support.</news>
<news>v1.0.5 (2021-02-04)
- Indicate content that isn't available when you don't have a Streamz+ subscription.</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit c32f070

Please sign in to comment.