diff --git a/CHANGELOG.md b/CHANGELOG.md index abd33e3b..1fa7f331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ * Added model notes to the recordings table * Added resolution to the recordings table * The server now writes the playlist on-the-fly based on the segment information - from the original playlist + from the original playlist. This allows to stream the recording while it is + still running. * Model placeholders can now be used for player params ${modelName} ${modelDisplayName} diff --git a/client/pom.xml b/client/pom.xml index 78a12194..84a2c66b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.5.3 + 4.5.4 ../master @@ -258,4 +258,4 @@ - \ No newline at end of file + diff --git a/common/pom.xml b/common/pom.xml index cb43a205..6f74a4a2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.5.3 + 4.5.4 ../master diff --git a/master/pom.xml b/master/pom.xml index d6d65e44..632295b0 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.5.3 + 4.5.4 ../common diff --git a/server/pom.xml b/server/pom.xml index 61bfef53..24d04fed 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.5.3 + 4.5.4 ../master