Skip to content

1.1.2

Compare
Choose a tag to compare
@SpencerPark SpencerPark released this 05 Sep 20:32
· 30 commits to master since this release

Changes:

  • depend on the released version of the base kernel 2.2.2

Bug fixes:

  • #23 first execution would output garbage if there were files in root and no startup script path set
    • related to this, the default configuration options are now unset rather than blank
  • #24 a variable declaration without an initializer raised an exception
  • org.slf4j:slf4j-simple:1.7.22 included for a temporary fix to #22. 3rd party dependencies should now function fine as long as they follow the slf4j convention of not including an implementation unless it is an end user application.