forked from j62/ctbrec
Set version to 3.8.6
This commit is contained in:
parent
fe9ac0680d
commit
4139e42ce2
|
@ -1,6 +1,9 @@
|
||||||
3.8.6
|
3.8.6
|
||||||
========================
|
========================
|
||||||
* Added setting to disable the online check for paused models
|
* Added setting to disable the online check for paused models
|
||||||
|
* Speed up shutdown process by stopping all recordings simultaneously
|
||||||
|
* Fixed: Flirt4Model loose their name after some time
|
||||||
|
* Made loading of config file more robust for Flirt4Free models
|
||||||
* Added tab which shows the log output
|
* Added tab which shows the log output
|
||||||
|
|
||||||
3.8.5
|
3.8.5
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.8.5</version>
|
<version>3.8.6</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>3.8.5</version>
|
<version>3.8.6</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>3.8.5</version>
|
<version>3.8.6</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>3.8.5</version>
|
<version>3.8.6</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue