Skip to content

v0.2.0

Compare
Choose a tag to compare
@nununoisy nununoisy released this 30 May 03:50
· 41 commits to master since this release

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:

  • .mp4 extension is now appended to the output filename automatically (#4)
  • Loop detection on FamiTracker modules with VRC7 enabled now works properly (#5)