forked from j62/ctbrec
Update changelog
This commit is contained in:
parent
296396f2d3
commit
2b426afe2e
12
CHANGELOG.md
12
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
|
||||
|
@ -10,7 +21,6 @@
|
|||
amount of time in between the reties; this has decreased the number of
|
||||
missing segments drastically
|
||||
|
||||
|
||||
3.0.0
|
||||
========================
|
||||
* Reenabled MFC
|
||||
|
|
Loading…
Reference in New Issue