Skip to content

Releases: sanelkukic/sphk

Another release

30 Jun 14:36
Compare
Choose a tag to compare

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

Initial Release

30 Jun 04:35
Compare
Choose a tag to compare

The very first release of sphk!

Just extract the ZIP and run the .exe!

Requires .NET Framework version 4.8 or newer

Please report all bugs to the Issues tab

Feel free to try to see if this works on Linux with WINE!