Skip to content

Commit

Permalink
Prepare for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jan 1, 2021
1 parent 8bdfc2f commit e258214
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.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)

**Implemented enhancements:**

- Add support for external subtitles [\#28](https://github.com/add-ons/plugin.video.streamz/pull/28) ([michaelarnauts](https://github.com/michaelarnauts))

**Fixed bugs:**

- Add proxy to modify the MPEG DASH Manifest [\#26](https://github.com/add-ons/plugin.video.streamz/pull/26) ([michaelarnauts](https://github.com/michaelarnauts))

## [v1.0.2](https://github.com/add-ons/plugin.video.streamz/tree/v1.0.2) (2020-12-21)

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.0.1...v1.0.2)
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.2" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.0.3" 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.2 (2020-12-21)
- Don't leak credentials in the Kodi log when debug logging.</news>
<news>v1.0.3 (2021-01-01)
- Add workaround for Inputstream Adaptive bug so playback works again.
- Add support for subtitles.</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit e258214

Please sign in to comment.