From fd51527f7539e7f0e97f804552f0189ea8f16e08 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sat, 11 Sep 2021 15:29:29 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1590bcf0..abd33e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ 4.5.4 ======================== * Fix LiveJasmin followed tab -* Add buttons to settings to delete cookies per site -* Fix bug in minimal browser +* Fix: starting recordings from the "record later" tab did not work in client / + server mode * Added model notes to the recordings table * Added resolution to the recordings table +* The server now writes the playlist on-the-fly based on the segment information + from the original playlist * Model placeholders can now be used for player params ${modelName} ${modelDisplayName} @@ -12,6 +14,8 @@ ${modelNotes} ${siteName} ${siteSanitizedName} +* Add buttons to settings to delete cookies per site +* Fix bug in minimal browser 4.5.3 ========================