diff --git a/CHANGELOG.md b/CHANGELOG.md index c956f655..b791eb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.12.1 +======================== +* Fixed downloads in client / server mode + 1.12.0 ======================== * Added threshold setting to keep free space on the recording device. @@ -138,4 +142,4 @@ * Added proxy settings * Made playlist generator more robust * Fixed some issues with the file merging -* Fixed memory leak caused by the model filter function \ No newline at end of file +* Fixed memory leak caused by the model filter function diff --git a/client/pom.xml b/client/pom.xml index 021c748b..343c11d1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 1.12.0 + 1.12.1 ../master diff --git a/common/pom.xml b/common/pom.xml index cb1e5152..3206ef56 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 1.12.0 + 1.12.1 ../master diff --git a/docs/index.html b/docs/index.html index 951aae21..ca67aab2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -118,19 +118,19 @@
- + Download for Windows!
- + Download for macOS!
- + Download for Linux! diff --git a/master/pom.xml b/master/pom.xml index 3c43cdae..869bcf9e 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 1.12.0 + 1.12.1 ../common diff --git a/server/pom.xml b/server/pom.xml index 69969b61..dcd1739e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 1.12.0 + 1.12.1 ../master