forked from j62/ctbrec
Set version to 3.5.0
This commit is contained in:
parent
13da583483
commit
243d2757b0
|
@ -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
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue