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 "!"
|
||||
* 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
|
||||
========================
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue