Set version to 4.5.0

This commit is contained in:
0xb00bface 2021-08-15 15:42:35 +02:00
parent 7b85114164
commit 82c51bab40
5 changed files with 7 additions and 5 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>