Skip to content

v2.2.0 [Fix] Can't stop recording in a docker container

Latest
Compare
Choose a tag to compare
@boonya boonya released this 13 Jul 23:58
· 9 commits to master since this release
474507b

Breaking change

If you rely on playlistName option is able to accept value like $(date +%Y.%m.%d-%H.%M.%S), now it doesn't work. You have to prepare dynamic value somewhere in your code before you pass it into Recorder instance. But by default playlistName still dynamic and completely the same. So, your code should work with no changes and issues.

What's Changed

Full Changelog: 2.0.3...2.2.0