Bump version to 1.13.0

This commit is contained in:
0xboobface 2018-12-03 00:14:50 +01:00
parent 3b3a804251
commit 889dbecb14
5 changed files with 11 additions and 6 deletions

View File

@ -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
========================

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>