Skip to content

Commit

Permalink
Prepare for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jan 13, 2023
1 parent 077eb21 commit d64dbb6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

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

**Implemented enhancements:**

- Remove manifest proxy [\#52](https://github.com/add-ons/plugin.video.streamz/pull/52) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Update to version 13 API \(part 2\) [\#54](https://github.com/add-ons/plugin.video.streamz/pull/54) ([michaelarnauts](https://github.com/michaelarnauts))
- Add support for media protected with drmtoday [\#53](https://github.com/add-ons/plugin.video.streamz/pull/53) ([michaelarnauts](https://github.com/michaelarnauts))
- Update to version 13 API [\#51](https://github.com/add-ons/plugin.video.streamz/pull/51) ([mediaminister](https://github.com/mediaminister))
- Support Python 3.10 [\#49](https://github.com/add-ons/plugin.video.streamz/pull/49) ([michaelarnauts](https://github.com/michaelarnauts))

## [v1.1.1](https://github.com/add-ons/plugin.video.streamz/tree/v1.1.1) (2022-06-06)

[Full Changelog](https://github.com/add-ons/plugin.video.streamz/compare/v1.1.0...v1.1.1)
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.1.1" provider-name="Michaël Arnauts">
<addon id="plugin.video.streamz" name="Streamz" version="1.1.2" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -21,9 +21,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.1.1 (2022-06-06)
- Update to API v12.
- Add option to clear the cache.</news>
<news>v1.1.2 (2023-01-13)
- Update to API 13.
- Add support for DRMtoday protected content.</news>
<source>https://github.com/add-ons/plugin.video.streamz</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit d64dbb6

Please sign in to comment.