Skip to content

Commit

Permalink
version bump 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Apr 25, 2020
1 parent 36a2cff commit 0d3bd30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# inputstream.adaptive (2.5.4)
# inputstream.adaptive (2.5.6)

This is an adaptive file addon for kodi's new InputStream Interface.

Expand Down
6 changes: 5 additions & 1 deletion inputstream.adaptive/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="inputstream.adaptive"
version="2.5.5"
version="2.5.6"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -19,6 +19,10 @@
<description lang="es">Cliente InputStream para flujo de datos adaptativos</description>
<platform>@PLATFORM@</platform>
<news>
v2.5.6 (2020-04-25)
- Matrix API change to v2.3.0 - Pass mime type to inputstreams if available
- Matrix API change to v2.2.0 - Allows upto 256 streams, useful for netflix etc.

v2.5.5 (2020-04-06)
- Matrix API change - Remove CanPauseSteram() and CanSeekStream()
- Update .gitignore
Expand Down

0 comments on commit 0d3bd30

Please sign in to comment.