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 * 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 get stuck in recording state. Recordings will stop now, if now segment was
downloaded for 30 seconds. downloaded for 30 seconds.

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>4.4.5</version> <version>4.5.0</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>4.4.5</version> <version>4.5.0</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>4.4.5</version> <version>4.5.0</version>
<modules> <modules>
<module>../common</module> <module>../common</module>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>ctbrec</groupId> <groupId>ctbrec</groupId>
<artifactId>master</artifactId> <artifactId>master</artifactId>
<version>4.4.5</version> <version>4.5.0</version>
<relativePath>../master</relativePath> <relativePath>../master</relativePath>
</parent> </parent>