diff --git a/CHANGELOG.md b/CHANGELOG.md index c497b3fc..4327a5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ * Added support for xHamsterLive (go to Settings -> Sites -> Stripchat, switch to xHamsterLive, enter your credentials and restart) * Fixed follow / unfollow for Stripchat +* Enable rerun PP for multiple recordings +* Fixed bug, which prevented recordings to finish properly on app + shutdown. Recordings now shouldn't end up in state waiting anymore 3.8.3 ======================== diff --git a/client/pom.xml b/client/pom.xml index e83932a2..3bd74eef 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.3 + 3.8.4 ../master diff --git a/common/pom.xml b/common/pom.xml index 9ec7ece6..9b9f6a73 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.3 + 3.8.4 ../master diff --git a/master/pom.xml b/master/pom.xml index fa70ad81..4031a2f0 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 3.8.3 + 3.8.4 ../common diff --git a/server/pom.xml b/server/pom.xml index 4b9289fa..0b3ab7b0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 3.8.3 + 3.8.4 ../master