Set version to 3.9.0

This commit is contained in:
0xb00bface 2020-08-19 17:21:48 +02:00
parent 7c641c7b63
commit da3f0632e2
5 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
3.8.7
3.9.0
========================
* Added support for Manyvids Live
* no login / favorites
* Added support for Manyvids Live.
Things that don't work:
* login / favorites
* media player isn't working because of their authetication mechanism
* Fixed bug in recorder servlet. Actions for unpin and notes were mixed up
* Recordings now start immediately for newly added models

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.8.6</version>
<version>3.9.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.8.6</version>
<version>3.9.0</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>3.8.6</version>
<version>3.9.0</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.8.6</version>
<version>3.9.0</version>
<relativePath>../master</relativePath>
</parent>