From 0bd2ad6a4b91ff65deac9a43ac171d5dfb11d265 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Wed, 15 Nov 2023 20:13:27 +0100 Subject: [PATCH] Set version to 5.2.2 --- CHANGELOG.md | 7 +++++++ client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) 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