forked from j62/ctbrec
Update changelog
This commit is contained in:
parent
7bb33568cf
commit
8b15c27e61
|
@ -1,8 +1,13 @@
|
||||||
3.9.0
|
3.9.0
|
||||||
========================
|
========================
|
||||||
* Added support for Manyvids Live.
|
* 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:
|
Things that don't work:
|
||||||
* login / favorites
|
* login / favorites
|
||||||
|
* tipping
|
||||||
* media player isn't working because of their authetication mechanism
|
* media player isn't working because of their authetication mechanism
|
||||||
* Fixed bug in recorder servlet. Actions for unpin and notes were mixed up
|
* Fixed bug in recorder servlet. Actions for unpin and notes were mixed up
|
||||||
and not properly synchronized between the server and the client
|
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
|
* 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
|
* New event, which is fired, if the disk is full (or less than the configured
|
||||||
threshold is available)
|
threshold is available)
|
||||||
|
* Fixed: MFC models changing to other models (I think, I found the problem.
|
||||||
|
Can't be sure 100%)
|
||||||
|
|
||||||
3.8.6
|
3.8.6
|
||||||
========================
|
========================
|
||||||
|
|
Loading…
Reference in New Issue