Bump version to 1.13.0
This commit is contained in:
parent
3b3a804251
commit
889dbecb14
|
@ -1,11 +1,16 @@
|
|||
1.12.2
|
||||
1.13.0
|
||||
========================
|
||||
* Fix: Player not starting when path contains spaces
|
||||
* Added possibility to open small live previews of online models
|
||||
int the Recording tab
|
||||
* Added setting to toggle "Player Starting" message
|
||||
* Added possibility to add models by their URL
|
||||
* Added pause / resume all buttons
|
||||
* Setting to define the base URL for MFC and CTB
|
||||
* The paused checkbox are now clickable
|
||||
* Implemented multi-selection for Recording and Recordings tab
|
||||
* Fix: Don't throw exceptions for unknown attributes in PlaylistParser
|
||||
* Fix: Don't do space check, if minimum is set to 0
|
||||
* Fix: Player not starting when path contains spaces
|
||||
|
||||
1.12.1
|
||||
========================
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1.12.1</version>
|
||||
<version>1.13.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1.12.1</version>
|
||||
<version>1.13.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.12.1</version>
|
||||
<version>1.13.0</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1.12.1</version>
|
||||
<version>1.13.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue