diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d384f26..b0a5db77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +3.6.2 +======================== +* Fixed regression in FFmpeg recording code introduced by last update + Recording MP4 now works again +* Fixed bug in player launcher, which prevented recordings starting + with '-' from starting, because it was interpreted as command line option +* Fixed minor bug in the actions panel in the settings tab +* Updates in help section + 3.6.1 ======================== * Fix Streamate diff --git a/client/pom.xml b/client/pom.xml index 18f78dca..4782bcb0 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.1 + 3.6.2 ../master diff --git a/common/pom.xml b/common/pom.xml index 0dd8a4dc..12854906 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.1 + 3.6.2 ../master diff --git a/master/pom.xml b/master/pom.xml index cb0572d8..dea624b1 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 3.6.1 + 3.6.2 ../common diff --git a/server/pom.xml b/server/pom.xml index f30e1087..b9f0b8ed 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.6.1 + 3.6.2 ../master