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 "!" * Filter terms can now be negated by prepending them with a "!"
* Added pinning for recordings. Pinned recordings cannot be deleted * Added pinning for recordings. Pinned recordings cannot be deleted
* Added possibility to specify media player parameters * Added possibility to specify media player parameters
* Added config setting for the number of post-processing threads * Added config setting for the number of post-processing threads
* Added config setting for the HTTP User-Agent header * Added config setting for the HTTP User-Agent header
* Improved caching of stream resolution information
3.4.0 3.4.0
======================== ========================

View File

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

View File

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

View File

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

View File

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