forked from j62/ctbrec
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 setting to toggle "Player Starting" message
|
||||||
* Added possibility to add models by their URL
|
* Added possibility to add models by their URL
|
||||||
* Added pause / resume all buttons
|
* 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
|
* 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: Don't do space check, if minimum is set to 0
|
||||||
|
* Fix: Player not starting when path contains spaces
|
||||||
|
|
||||||
1.12.1
|
1.12.1
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>1.12.1</version>
|
<version>1.13.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>1.12.1</version>
|
<version>1.13.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>1.12.1</version>
|
<version>1.13.0</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>../common</module>
|
<module>../common</module>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>1.12.1</version>
|
<version>1.13.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue