Releases: alttpo/sni
v0.0.69
github: build separate console and GUI exes for SNI on Windows
snes: remove extra debug log
v0.0.68
fxpakpro: fixed GET file implementation to correctly receive chunks in 512 bytes and discard remainder of last chunk if not evenly divisible
fxpakpro: SNI_DEBUG env var enables serial data dumping
snes: SNI_DEBUG env var controls debug logging for AutoCloseableDevice
fxpakpro: reduce read timeout from 15 seconds to 1 second
fxpakpro: clean up error reporting to either return FatalError or NonFatalError and do not call d.Close(); leave that up to AutoCloseableDevice
snes: AutoCloseableDevice now auto detects fatal errors and Close()s the device if found
fxpakpro: fix error messages for LS opcode
v0.0.67
tray: fix crash on startup if usb2snes protocol activity is seen before systray menu is initialized
v0.0.66
fxpakpro: handle EOF correctly from file reader
v0.0.65
github: build windows GUI app instead of console app
v0.0.64
v0.0.64
v0.0.63
fxpakpro: fix PutFile if socket write did not write full buffer
v0.0.62
fxpakpro: fix WRAM write deadlines
v0.0.61
fxpakpro: always set read timeout for serial reads to make sure device does not get stuck for long