Skip to content

0.1.2

Compare
Choose a tag to compare
@brunchboy brunchboy released this 25 Oct 22:09

A small fix and an improved build process.

Fixed

  • Some extended cue entries found in the field were missing the color bytes which are expected to follow the comment text, and this was causing the parsing of EXT files to fail. These values are now treated as optional.
  • Now builds properly under current JDKs, including Amazon Corretto 11 (which is a long-term support release). The minimum JDK for building is now Java 9, but the resulting build is still compatible back to
    Java 1.6. Building under Java 11 results in much nicer JavaDoc, with search support.