Increase version number to 3.8.2

This commit is contained in:
0xboobface 2020-07-12 13:11:19 +02:00
parent 49feade0c0
commit ed26228d7b
5 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,15 @@
3.8.2
========================
* Fixed misconfiguration in global connection pool, which caused a lot of
threads to spawn while browsing in the thumbnail overviews
* Improved memory handling for the thumbnail overviews. Thumbnail images were
not released, when a tab was switched. This caused a huge memory consumption,
if you opened a lot of different tabs.
* Fixed a bug in MFC websocket client, which caused to spawn a bunch of
"keep-alive" threads, if there was a problem with the connection
* Reworked the settings tab
* Fire recording finished event, if a download from the server is finished
3.8.1
========================
* Fixed recent MFC error

View File

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

View File

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

View File

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

View File

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