Skip to content

Another release

Latest
Compare
Choose a tag to compare
@sanelkukic sanelkukic released this 30 Jun 14:36
· 2 commits to master since this release

This release has some bug fixes which you should really download because bugs are annoying.

You can download a ZIP file containing both the GUI and CLI, or you can download each one separately. I won't judge.

Remember to report any bugs to the Issues so I can fix them.

Versions

Current sphk GUI version: 1.0.0.1
Current sphk CLI version: 1.0.0.1

Changelog

  • Fixed bug where cancelling the OpenFileDialog would result in the program exiting completely (a NullReferenceException was thrown because cli_process was null since no file was selected, therefore the sphk.exe process was never created)
  • Fixed bug where the state of the Debug Mode checkbox was not correctly being communicated between Form1 and SpamForm
  • Fixed bug where trying to close the SpamForm after the sphk.exe process has already exited on its own resulted in an exception being thrown
  • Incremented version number to 1.0.0.1
  • Added a nicer welcome screen to the CLI that shows version information now
  • Now with 10% more error handling