From 5faf12b41b2cfdc30980787665995b8965298d92 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Wed, 25 Dec 2019 19:26:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c79efe32..312167f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,13 @@ * Fix: "Delete recordings shorter than" deleted all HLS recordings * Fix: Post-Processing scripts now run on DASH and HLS downloads !! Attention !! You might have to check you PP-scripts and adjust them -* Change condition, if the PP context menu is shown -* Improved DASH download behaviour: If the loaded init segments are empty - ctbrec now retries to download them +* Change condition, if the PP context menu is shown or not +* Improved DASH download behaviour: + - if the loaded init segments are empty ctbrec now retries to download them + - if segment downloads fail, ctbrec retries 10 times with an increasing + amount of time in between the reties; this has decreased the number of + missing segments drastically + 3.0.0 ========================