From e8d0991f8778906a34e6530939fb692ab14a4c4a Mon Sep 17 00:00:00 2001 From: madhephaestus Date: Mon, 24 Oct 2016 16:16:47 -0400 Subject: [PATCH] updating kernel to 0.23.2 Fixes errors loading arduino on systems with spaces in the path --- build.gradle | 2 +- debian/changelog | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0197fb355..4ed3cc0a5 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ repositories { dependencies { - compile "com.neuronrobotics:BowlerScriptingKernel:0.23.1" + compile "com.neuronrobotics:BowlerScriptingKernel:0.23.2" //compile fileTree (dir: '../bowler-script-kernel/build/libs', includes: ['BowlerScriptingKernel-0.23.0.jar']) testCompile group: 'junit', name: 'junit', version: '4.10' compile "org.jfxtras:jfxtras-common:8.0-r4" diff --git a/debian/changelog b/debian/changelog index 107061734..a52528571 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +bowlerstudio (0.19.5) xenial; urgency=medium + + * 0.19.4 + * checking for valid tutorial URL as commonwealth not NR + * retry opening tab + * removing the focus request and relying on the one below + * When setting a database value the internal caches should be cleared, ofrcing a reloading of the database files. + * Adding try catch in flush widget to prevent thread lock + * Adding an event path for refreshing the menus on adding a file. + * adding the refreshing of the menues when a file is created or from a menu option + * do not use iterators with a threaded opening + * adding an err printout of all console prints + * Adding the configuration to BowlerConnection allowing it to use the classloader when loading from FXML + * close #1 + + -- Kevin Harrington Tue, 11 Oct 2016 15:10:01 -0400 + +bowlerstudio (0.19.4) xenial; urgency=medium + + * 0.19.4 + * checking for valid tutorial URL as commonwealth not NR + * retry opening tab + * removing the focus request and relying on the one below + * When setting a database value the internal caches should be cleared, ofrcing a reloading of the database files. + * Adding try catch in flush widget to prevent thread lock + * Adding an event path for refreshing the menus on adding a file. + * adding the refreshing of the menues when a file is created or from a menu option + + -- Kevin Harrington Wed, 05 Oct 2016 19:17:37 -0400 + bowlerstudio (0.19.3) xenial; urgency=medium [ Kevin Harrington ]