Set version to 4.5.0
This commit is contained in:
parent
7b85114164
commit
82c51bab40
|
@ -1,5 +1,7 @@
|
|||
4.4.6
|
||||
4.5.0
|
||||
========================
|
||||
* Added portrait column to Recording tab. The image to show can be selected in
|
||||
the context menu. This feature is a client-side only feature.
|
||||
* Added data transfer detection to HLS downloads, so that downloads don't
|
||||
get stuck in recording state. Recordings will stop now, if now segment was
|
||||
downloaded for 30 seconds.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.4.5</version>
|
||||
<version>4.5.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.4.5</version>
|
||||
<version>4.5.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.4.5</version>
|
||||
<version>4.5.0</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.4.5</version>
|
||||
<version>4.5.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue