v0.2.0
A large-ish update to improve maintainability, quash a few bugs, and hopefully make the program a bit more usable.
Changes:
- Switch GUI framework from FLTK to Slint.
- Full GUI refresh. The new interface looks a lot nicer and is much easier to work with.
- Slight speedup when using the GUI (new GUI uses one less thread than before).
- More informative error messages and graceful error handling.
- The GUI window no longer closes when rendering is finished. This allows you to render another track/NSF without needing to restart NSFPresenter.
Fixes: