Skip to content

Commit

Permalink
Merge pull request #700 from glennguy/v2616-bump
Browse files Browse the repository at this point in the history
Bump to v2.6.16
  • Loading branch information
glennguy authored May 21, 2021
2 parents 227b4d9 + baf77ce commit 4612021
Show file tree
Hide file tree
Showing 2 changed files with 13 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.6.15)
# inputstream.adaptive (2.6.16)

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

Expand Down
13 changes: 12 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.6.15"
version="2.6.16"
name="InputStream Adaptive"
provider-name="peak3d">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -19,6 +19,17 @@
<description lang="es_ES">Cliente InputStream para flujo de datos adaptativos</description>
<platform>@PLATFORM@</platform>
<news>
v2.6.16 (2021-05-21)
- Allow download retries for VOD
- [DASH] fix for minimumUpdatePeriod=0
- [DASH] remove media_renewal_url and media_renewal_time
- License renewal for widevine
- [HLS] Fix SSD being deleted with multiple encrypted streams
- Overhaul manifest redirect logic
- fix seeking into separate chapters/resume time
- fix HEVC extra data crash
- improve settings

v2.6.15 (2021-05-18)
- [HLS] support webvtt subtitle extensions
- [DASH] fix segmentTemplate calculation
Expand Down

0 comments on commit 4612021

Please sign in to comment.