forked from j62/ctbrec
Set version to 3.12.0
This commit is contained in:
parent
632f104f03
commit
f8130acf00
|
@ -1,7 +1,12 @@
|
|||
NEXT
|
||||
3.12.0
|
||||
========================
|
||||
* Added "record later" tab to "bookmark" models
|
||||
* Added config option to show the total number of models in the title bar
|
||||
* Added support for hlsdl. Some sites (MV Live, LiveJasmin, Showup) are
|
||||
excluded, because they need some special behavior while the download is
|
||||
running. hlsdl can be activated in the settings under "Advanced" or with
|
||||
the config properties "useHlsdl", "hlsdlExecutable" and "loghlsdlOutput".
|
||||
The used bandwidth calculation does not work with hlsdl.
|
||||
* Fixed problem with Cam4 playlist URLs, thanks @gohufrapoc
|
||||
|
||||
3.11.0
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
|||
<plugin>
|
||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||
<artifactId>launch4j-maven-plugin</artifactId>
|
||||
<version>1.7.22</version>
|
||||
<version>1.7.25</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>l4j-win</id>
|
||||
|
@ -132,7 +132,9 @@
|
|||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<minVersion>15</minVersion>
|
||||
<maxHeapSize>512</maxHeapSize>
|
||||
<opts>
|
||||
<opt>-Dfile.encoding=utf-8</opt>
|
||||
</opts>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>${project.version}.0</fileVersion>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<version>3.12.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue