Update changelog

This commit is contained in:
0xb00bface 2020-08-21 17:29:56 +02:00
parent 7bb33568cf
commit 8b15c27e61
1 changed files with 7 additions and 0 deletions

View File

@ -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
========================