forked from j62/ctbrec
1
0
Fork 0

Set version to 3.5.0

This commit is contained in:
0xboobface 2020-03-19 15:01:34 +01:00
parent 13da583483
commit 243d2757b0
5 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
3.4.1
3.5.0
========================
* Filter terms can now be negated by prepending them with a "!"
* Added pinning for recordings. Pinned recordings cannot be deleted
* Added possibility to specify media player parameters
* Added config setting for the number of post-processing threads
* Added config setting for the HTTP User-Agent header
* Improved caching of stream resolution information
3.4.0
========================

View File

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

View File

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

View File

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

View File

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