Skip to content

Releases: k0swe/wsjtx-go

v4.0.0

21 Nov 04:08
a707918
Compare
Choose a tag to compare

Changed HighlightCallsignMessage to use strings for colors

Full Changelog: v3.2.0...v4.0.0

v3.2.0

20 Nov 01:53
00f2511
Compare
Choose a tag to compare
  • Added NotConnectedError to make failed send commands more obvious
  • Added integration tests for all major functions

v3.1.0

18 Nov 19:18
eb28ccd
Compare
Choose a tag to compare

Update message types

v3.0.0

15 Nov 20:54
17dbc10
Compare
Choose a tag to compare

New API for listening on multicast vs unicast

v2.1.1

07 Nov 03:16
3791730
Compare
Choose a tag to compare

Not much has changed, but update the version of WSJT-X that this is compatible with.

v2.1.0

19 May 23:30
cbb8d0e
Compare
Choose a tag to compare
  • 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

19 May 20:36
b594985
Compare
Choose a tag to compare
  • 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.1

26 Nov 02:31
5db6f06
Compare
Choose a tag to compare

Fix magic number check

v1.1.0

12 Nov 21:19
Compare
Choose a tag to compare
Allow callers to customize UDP listening addr

Resolves #14

v1.0.0

04 Nov 19:24
Compare
Choose a tag to compare

Initial stable release!