Releases: k0swe/wsjtx-go
Releases · k0swe/wsjtx-go
v4.0.0
Changed HighlightCallsignMessage
to use strings for colors
Full Changelog: v3.2.0...v4.0.0
v3.2.0
- Added NotConnectedError to make failed send commands more obvious
- Added integration tests for all major functions
v3.0.0
New API for listening on multicast vs unicast
v2.1.1
Not much has changed, but update the version of WSJT-X that this is compatible with.
v2.1.0
- Gracefully handle buffer overruns, i.e. shorter messages than we expect from older versions of WSJT-X
- Update
StatusMessage
to include the new TxMessage
field
v2.0.0
- Don't panic or log fatal in the library code
- Gracefully handle buffer underruns, i.e. longer messages than we expect from newer versions of WSJT-X
v1.1.0
Allow callers to customize UDP listening addr
Resolves #14