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 "record later" tab to "bookmark" models
|
||||||
* Added config option to show the total number of models in the title bar
|
* 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
|
* Fixed problem with Cam4 playlist URLs, thanks @gohufrapoc
|
||||||
|
|
||||||
3.11.0
|
3.11.0
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.11.0</version>
|
<version>3.12.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||||
<artifactId>launch4j-maven-plugin</artifactId>
|
<artifactId>launch4j-maven-plugin</artifactId>
|
||||||
<version>1.7.22</version>
|
<version>1.7.25</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>l4j-win</id>
|
<id>l4j-win</id>
|
||||||
|
@ -132,7 +132,9 @@
|
||||||
<bundledJre64Bit>true</bundledJre64Bit>
|
<bundledJre64Bit>true</bundledJre64Bit>
|
||||||
<minVersion>15</minVersion>
|
<minVersion>15</minVersion>
|
||||||
<maxHeapSize>512</maxHeapSize>
|
<maxHeapSize>512</maxHeapSize>
|
||||||
<opt>-Dfile.encoding=utf-8</opt>
|
<opts>
|
||||||
|
<opt>-Dfile.encoding=utf-8</opt>
|
||||||
|
</opts>
|
||||||
</jre>
|
</jre>
|
||||||
<versionInfo>
|
<versionInfo>
|
||||||
<fileVersion>${project.version}.0</fileVersion>
|
<fileVersion>${project.version}.0</fileVersion>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>3.11.0</version>
|
<version>3.12.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.11.0</version>
|
<version>3.12.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.11.0</version>
|
<version>3.12.0</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue