diff --git a/CHANGELOG.md b/CHANGELOG.md index 425aeb5b..042bcfd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +5.2.2 +======================== +* Fix: MyFreeCams model state updates +* Fix: app won't start, if cache is disabled +* Fix: excessive spawning of threads +* Fix: show notification and clear input field after adding a model + 5.2.1 ======================== * Fixed playlist parsing for Dreamcam diff --git a/client/pom.xml b/client/pom.xml index 433ada50..84a53779 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.1 + 5.2.2 ../master diff --git a/common/pom.xml b/common/pom.xml index 215d9afa..c39f9a7a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.1 + 5.2.2 ../master diff --git a/master/pom.xml b/master/pom.xml index 6acde57e..1cc79036 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 5.2.1 + 5.2.2 ../common diff --git a/server/pom.xml b/server/pom.xml index c38501b9..aa583a37 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.1 + 5.2.2 ../master