Skip to content

Commit

Permalink
updating kernel to 0.23.2
Browse files Browse the repository at this point in the history
Fixes errors loading arduino on systems with spaces in the path
  • Loading branch information
madhephaestus committed Oct 24, 2016
1 parent 3434f1f commit e8d0991
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
30 changes: 30 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <mad.hephaestus@gmail.com> 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 <mad.hephaestus@gmail.com> Wed, 05 Oct 2016 19:17:37 -0400

bowlerstudio (0.19.3) xenial; urgency=medium

[ Kevin Harrington ]
Expand Down

0 comments on commit e8d0991

Please sign in to comment.