From 8b15c27e6143b3b4883de7492d828d8e27326f04 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Fri, 21 Aug 2020 17:29:56 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44639de..5fc1f8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ 3.9.0 ======================== * Added support for Manyvids Live. + Things that work: + * Recording streams. Even more than one (this was a problem first, because + they allow only one stream per session) + * Search Things that don't work: * login / favorites + * tipping * media player isn't working because of their authetication mechanism * Fixed bug in recorder servlet. Actions for unpin and notes were mixed up and not properly synchronized between the server and the client @@ -12,6 +17,8 @@ * CTB Recorder now stops recording, if less than 100 MiB space is left * New event, which is fired, if the disk is full (or less than the configured threshold is available) +* Fixed: MFC models changing to other models (I think, I found the problem. + Can't be sure 100%) 3.8.6 ========================