Set version to 4.7.1

This commit is contained in:
0xb00bface 2021-12-26 12:53:57 +01:00
parent 1c8d338e1b
commit 9cb96f97b8
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
4.7.1
========================
* Fix: model groups not exported from server but from local config
* Fix: Threshold for segment errors didn't trigger restart of recording in
standalone mode (and when recording to single file)
* Add setting to customize the date time format in the GUI
4.7.0
========================
* This version requires Java 16

View File

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

View File

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

View File

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

View File

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