Set version to 4.3.0

This commit is contained in:
0xb00bface 2021-05-13 13:26:18 +02:00
parent f3c346a80e
commit c3d0fb3247
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
4.3.0
========================
* Added mechanism to group models. This mechanism can also be used to define
a model alias. Just create a new group with only one model
* Added new post-processing variables modelGroupName and modelGroupId
* Added possibility to define a default value for post-processing variables
For example: ``${modelGroupName?${modelSanitizedName}}``
4.2.1
========================
* Fixed Showup.tv downloads using the websocket stream instead of HLS

View File

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

View File

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

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>4.2.1</version>
<version>4.3.0</version>
<modules>
<module>../common</module>
@ -16,7 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.javafx>16</version.javafx>
<version.javafx>17-ea+9</version.javafx>
</properties>
<build>

View File

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