diff --git a/CHANGELOG.md b/CHANGELOG.md index 312167f0..298299e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +3.0.2 +======================== +* Fix: HLS downloads now create a temporary directory (ending with .part) + similar to DASH downloads. This should fix video corruption and the problem + of accidental file deletions +* Fix: CamSoda recordings notworking for some models. This was caused by + new stream URLs, which are used for some, but not all models +* Retry to download DASH playlist 10 times before finally giving up +* Improved error handling for Cam4 +* Improved error handling in the recorder code + 3.0.1 ======================== * Fix: "Delete recordings shorter than" deleted all HLS recordings @@ -9,7 +20,6 @@ - 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 ========================