Set version to 4.3.0
This commit is contained in:
parent
f3c346a80e
commit
c3d0fb3247
|
@ -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
|
4.2.1
|
||||||
========================
|
========================
|
||||||
* Fixed Showup.tv downloads using the websocket stream instead of HLS
|
* Fixed Showup.tv downloads using the websocket stream instead of HLS
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.3.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.3.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>4.2.1</version>
|
<version>4.3.0</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>../common</module>
|
<module>../common</module>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<version.javafx>16</version.javafx>
|
<version.javafx>17-ea+9</version.javafx>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.3.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue