Skip to content

Commit

Permalink
Prepare for v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jan 13, 2021
1 parent 2bec195 commit 028de95
Show file tree
Hide file tree
Showing 2 changed files with 16 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.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)

**Implemented enhancements:**

- Add HTTP Proxy support [\#31](https://github.com/add-ons/plugin.video.streamz/pull/31) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Improve tests [\#32](https://github.com/add-ons/plugin.video.streamz/pull/32) ([michaelarnauts](https://github.com/michaelarnauts))

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

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.2...v1.0.3)
Expand Down
8 changes: 4 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.3" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.0.4" 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,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.3 (2021-01-01)
- Add workaround for Inputstream Adaptive bug so playback works again.
- Add support for subtitles.</news>
<news>v1.0.4 (2021-01-13)
- Fix encoding issue in Kodi Matrix.
- Add HTTP Proxy support.</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 028de95

Please sign in to comment.