Update changelog
This commit is contained in:
parent
498a20fe4e
commit
3a3d7a7b8e
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,7 @@
|
|||
4.5.4
|
||||
========================
|
||||
* Fix LiveJasmin followed tab
|
||||
* Fix: two recordings starting for one model at the same time
|
||||
* Fix: starting recordings from the "record later" tab did not work in client /
|
||||
server mode
|
||||
* Added model notes to the recordings table
|
||||
|
@ -9,12 +10,12 @@
|
|||
from the original playlist. This allows to stream the recording while it is
|
||||
still running.
|
||||
* Model placeholders can now be used for player params
|
||||
${modelName}
|
||||
${modelDisplayName}
|
||||
${modelSanitizedName}
|
||||
${modelNotes}
|
||||
${siteName}
|
||||
${siteSanitizedName}
|
||||
- ${modelName}
|
||||
- ${modelDisplayName}
|
||||
- ${modelSanitizedName}
|
||||
- ${modelNotes}
|
||||
- ${siteName}
|
||||
- ${siteSanitizedName}
|
||||
* Add buttons to settings to delete cookies per site
|
||||
* Fix bug in minimal browser
|
||||
|
||||
|
|
Loading…
Reference in New Issue