diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e04ee9f..45a32899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/client/pom.xml b/client/pom.xml index 891f088e..7a894d75 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.4 + 3.7.0 ../master diff --git a/common/pom.xml b/common/pom.xml index 3e8c11c7..a81bb5fd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.4 + 3.7.0 ../master diff --git a/master/pom.xml b/master/pom.xml index 81b33341..7073b251 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 3.6.4 + 3.7.0 ../common diff --git a/server/pom.xml b/server/pom.xml index 5cd89d0a..ef915478 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.4 + 3.7.0 ../master