forked from j62/ctbrec
1
0
Fork 0

Set version to 3.7.0

This commit is contained in:
0xboobface 2020-05-16 22:20:06 +02:00
parent 9cd9bdf973
commit 66b37b65c0
5 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,14 @@
3.7.0
========================
* Fixed the problem, that players won't start anymore
* Added basic support for Showup.tv
This version supports only recording, there is no support for:
- stream resolution detection
- login
- favorites
- search
- tipping
3.6.4
========================
* Fixed race condition causing orphaned FFmpeg processes

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>3.6.4</version>
<version>3.7.0</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
<relativePath>../master</relativePath>
</parent>