diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fd84bd..404d9826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 3.8.6 ======================== * Added setting to disable the online check for paused models +* Speed up shutdown process by stopping all recordings simultaneously +* Fixed: Flirt4Model loose their name after some time +* Made loading of config file more robust for Flirt4Free models * Added tab which shows the log output 3.8.5 diff --git a/client/pom.xml b/client/pom.xml index 7becf27d..518af8db 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.5 + 3.8.6 ../master diff --git a/common/pom.xml b/common/pom.xml index 3ae29f86..4547a408 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.5 + 3.8.6 ../master diff --git a/master/pom.xml b/master/pom.xml index b695f290..d332594f 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 3.8.5 + 3.8.6 ../common diff --git a/server/pom.xml b/server/pom.xml index 37a85098..4d56941e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.5 + 3.8.6 ../master