Skip to content

Releases: boatkit-io/n2k

v0.2.4

25 Jul 19:26
Compare
Choose a tag to compare

0.2.4 (2024-07-25)

Bug Fixes

  • pull in latest tugboat to fix units (98ee244)

v0.2.3

24 Jul 03:14
Compare
Choose a tag to compare

0.2.3 (2024-07-24)

Bug Fixes

  • Handling non-8-length n2k replay canbus file lines (6da849a)

v0.2.2

13 Jul 11:00
d89f423
Compare
Choose a tag to compare

0.2.2 (2024-07-13)

Bug Fixes

  • Increase precision on deeply-divided uint32s (lat/long) to float64 (#40) (d89f423)

v0.2.1

17 Jun 12:26
f8b2624
Compare
Choose a tag to compare

0.2.1 (2024-06-17)

Bug Fixes

v0.2.0

16 Jun 13:40
30aad39
Compare
Choose a tag to compare

0.2.0 (2024-06-16)

Features

  • Added (tugboat) units directly into PGN type generation (#37) (30aad39)

v0.1.0

15 Jun 18:10
Compare
Choose a tag to compare

0.1.0 (2024-06-15)

Bug Fixes

  • Add package.json for semantic-release (ff5efe1)
  • Add release workflow (30adef9)
  • Add releaserc (e26e1e5)
  • deps: update module github.com/boatkit-io/tugboat to v0.6.0 (#23) (01866a0)
  • deps: update module github.com/schollz/progressbar/v3 to v3.14.2 (#25) (978463b)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#28) (15e920e)
  • deps: update module golang.org/x/text to v0.15.0 (#24) (811cc94)

Features

  • Supporting USBCANEndpoint, updated deps and build scripts (#36) (621cf9f)

0.0.4-alpha1

01 Jun 13:01
Compare
Choose a tag to compare
0.0.4-alpha1 Pre-release
Pre-release
v0.0.4-a1

update tool versions

Fixing CANEndpoint integration issues with v0.0.2

09 Oct 02:13
973e3cd
Compare
Choose a tag to compare

What's Changed

  • fix: Untangling can.Frame/canadapter.Frame by moving all to brutella/can by @deregtd in #21

v0.0.2

07 Oct 20:58
f47093b
Compare
Choose a tag to compare

Moved from connecting pipeline with channels to using input and output function variables.

Initial

05 Oct 23:29
f32b056
Compare
Choose a tag to compare
Russd/refactor (#5)

* Initial refactor checkin

* unknownpgn type to pgn pkg

* generic channels

* support new raw file format; temp fix for pgn 127500

* unknownpgn type to pgn pkg

* update tests

* add lint to makefile

* fix(lintroller): enable doculint fully

* Changes for lintroller

* updated to lates canboat.json, minor doc fix

* Support for fields defined elsewhere

* update change log

* Added comments for Lint

* fix nmeareadfieldsgroupfunction repeat2

* nil returned when specified field is out of range

* return unknownpgn when all decoders fail.

* Updated change log

* update tools

* pull canboat.json directly from canboat

---------

Co-authored-by: Jared Allard <[email protected]>