Skip to content

Commit b1c891b

Browse files
committed
changelog and version
1 parent 75b06f3 commit b1c891b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

inputstream.ffmpegdirect/addon.xml.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="inputstream.ffmpegdirect"
4-
version="1.1.0"
4+
version="1.2.0"
55
name="Inputstream FFmpeg Direct"
66
provider-name="phunkyfish">
77
<requires>@ADDON_DEPENDS@</requires>
@@ -17,6 +17,12 @@
1717
<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>
1818
<platform>@PLATFORM@</platform>
1919
<news>
20+
v1.2.0
21+
- Added: Jenkinsfile and .travel.yml
22+
- Added: Support for Android and linux
23+
- Fixed: Some depnds errors for iOS, still more to fix
24+
- Added: Clang and g++ build supported from Travis, osx travis not working
25+
2026
v1.1.0
2127
- Added: Support for chapters
2228

inputstream.ffmpegdirect/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.2.0
2+
- Added: Jenkinsfile and .travel.yml
3+
- Added: Support for Android and linux
4+
- Fixed: Some depnds errors for iOS, still more to fix
5+
- Added: Clang and g++ build supported from Travis, osx travis not working
6+
17
v1.1.0
28
- Added: Support for chapters
39

0 commit comments

Comments
 (0)