Set version to 4.7.0
This commit is contained in:
parent
3ad7b6aca6
commit
f92cdf46b6
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
|||
4.6.2
|
||||
4.7.0
|
||||
========================
|
||||
* Add setting to define a default period for "record until"
|
||||
* This version requires Java 17
|
||||
* Add import / export function for models
|
||||
* Add setting to define a default duration for "record until"
|
||||
* Fixed detection of stalled HLS recordings
|
||||
* Added threshold for segment errors. If a recording exceeds a certain amount
|
||||
of segment download errors per time period the recording is stopped. The idea
|
||||
behind that is, that a restarted recording gets connected to a different CDN
|
||||
server and has fewer errors.
|
||||
* Variables are now properly passed to the media player (in standalone mode)
|
||||
|
||||
4.6.1
|
||||
========================
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.6.2</version>
|
||||
<version>4.7.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.6.2</version>
|
||||
<version>4.7.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.6.2</version>
|
||||
<version>4.7.0</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.6.2</version>
|
||||
<version>4.7.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue