From 2ed07f98a78c5cbd6a58f2ff71cc808e17a05e93 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Fri, 7 Sep 2018 15:28:17 +0200 Subject: [PATCH 1/4] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16e3bfc..cc96f41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ * Added possibility to switch the video resolution for a recording * Added selection box below the overview pages to change the thumbnail size * Save and restore window size, location and maximized state +* Added check for OpenJDK and JavaFX on start to print out a better error, + if JavaFX is not available 1.4.2 ======================== From 2555b979447a4f816739648886dc320392d711bc Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Fri, 7 Sep 2018 15:28:43 +0200 Subject: [PATCH 2/4] Bumb version to 1.4.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79fc51ad..5b2c9f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ctbrec ctbrec - 1.4.3-SNAPSHOT + 1.4.3 UTF-8 From 7da0aefb3559975109c7635806850e6e88e2fde4 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Fri, 7 Sep 2018 15:31:29 +0200 Subject: [PATCH 3/4] Update download links to 1.4.3 --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index d8888220..c1d41808 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,19 +109,19 @@
- + Download for Linux! From 4054ceed969809c351bc5c3b41f7912b97f77a1c Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Fri, 7 Sep 2018 15:38:09 +0200 Subject: [PATCH 4/4] Bumb version to 1.5.0-SNAPSHOT --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc96f41d..23a65a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.5.0 +======================== + + 1.4.3 ======================== * Added possibility to switch the video resolution for a recording diff --git a/pom.xml b/pom.xml index 5b2c9f1f..eb398043 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ctbrec ctbrec - 1.4.3 + 1.5.0-SNAPSHOT UTF-8