Skip to content

0.1.1, "Done already?"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 07 Jun 05:12
· 9 commits to e93fcd85dbb71c444cf173787dca1b873d267628 since this release

This is the first release I remembered to put on GitHub but the second on Maven Central. Breaking changes here since the 0.1.0 release are mostly that no IOException is thrown by most file-writing code, instead choosing to catch the IOException internally and log with the Exception's message with Gdx.app.error(). This probably isn't a robust way to handle file IO, but forcing user code to handle very rare exceptions seemed... bad... and most code was probably going to handle an IOException by printing it or logging it. Feature changes are mostly that Knoll's pattern dither is now the default, and the original gradient noise dither can be selected or dither eliminated with setDitherAlgorithm(). The classes that write animations now share an interface, AnimationWriter.

I'm hoping that I won't need to revisit this to fix any bugs, though that's entirely possible. Hopefully I'm done, already!