Skip to content

Releases: alttpo/sni

v0.0.69

07 Jan 18:10
Compare
Choose a tag to compare

github: build separate console and GUI exes for SNI on Windows
snes: remove extra debug log

v0.0.68

07 Jan 17:37
Compare
Choose a tag to compare

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

03 Jan 01:56
Compare
Choose a tag to compare

tray: fix crash on startup if usb2snes protocol activity is seen before systray menu is initialized

v0.0.66

28 Dec 21:44
Compare
Choose a tag to compare

fxpakpro: handle EOF correctly from file reader

v0.0.65

27 Dec 17:03
Compare
Choose a tag to compare

github: build windows GUI app instead of console app

v0.0.64

24 Dec 06:29
Compare
Choose a tag to compare
v0.0.64

v0.0.63

23 Dec 21:03
Compare
Choose a tag to compare

fxpakpro: fix PutFile if socket write did not write full buffer

v0.0.62

23 Dec 19:30
Compare
Choose a tag to compare

fxpakpro: fix WRAM write deadlines

v0.0.61

17 Dec 04:37
Compare
Choose a tag to compare

fxpakpro: always set read timeout for serial reads to make sure device does not get stuck for long

v0.0.60

17 Dec 03:56
Compare
Choose a tag to compare

fxpakpro: fix PutFile to always send 512-byte chunks and correctly send files that are not sized in multiples of 512 bytes; fixes #3