Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Jan 28, 2020
1 parent 254d63f commit 9380920
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion inputstream.ffmpegdirect/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.ffmpegdirect"
version="1.2.1"
version="1.3.0"
name="Inputstream FFmpeg Direct"
provider-name="phunkyfish">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -17,6 +17,12 @@
<description lang="en_GB">InputStream Client for streams that can be opened by FFmpeg's libavformat such as plain TS, HLS and DASH (without DRM) streams.&#10; &#10;The addon also has support for Archive/Catchup services where there is a replay windows (usually in days) and can timeshift across that span.&#10; &#10;For documenation visit: https://github.com/xbmc/inputstream.ffmpegdirect/blob/Matrix/README.md&#10; </description>
<platform>@PLATFORM@</platform>
<news>
v1.3.0
- Added: Support for Windows and iOS
- Update: To gmp-6.2.0
- Update: To nettle-3.5.1
- Update: To gnutls-6.3.11.1

v1.2.1
- Fixed: Support for XCode build with GCC via travis

Expand Down
6 changes: 6 additions & 0 deletions inputstream.ffmpegdirect/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.3.0
- Added: Support for Windows and iOS
- Update: To gmp-6.2.0
- Update: To nettle-3.5.1
- Update: To gnutls-6.3.11.1

v1.2.1
- Fixed: Support for XCode build with GCC via travis

Expand Down

0 comments on commit 9380920

Please sign in to comment.