Skip to content

Releases: foxglove/mcap

releases/mcap-cli/v0.0.8

06 May 16:28
ad4e443
Compare
Choose a tag to compare
CLI: Fix zero-valued frequencies (#381)

Fixes a bug introduced recently that caused frequencies in `info` output
to be zero due to unintentional shadowing of a global variable used for
the cat command.

Use of global variables is an artifact of cobra's CLI command code
generation. We can get away from that with a bit of refactoring but
haven't done so yet. As a stopgap, this commit also introduces a
convention of prefixing the globals with the name of the related
command.

releases/mcap-cli/v0.0.7

28 Apr 17:00
152b9d1
Compare
Choose a tag to compare
Run CLI release build on target OS (#377)

This unfortunately drops support for windows ARM in favor of fixing the
other builds. Support should be introduced again as soon as we have time
to sort the necessary build flags out.

releases/mcap-cli/v0.0.6

25 Apr 20:33
d13e0c5
Compare
Choose a tag to compare
cli: fix cat reading beyond bounds of data (#371)

**Public-Facing Changes**
Fix a bug where cat would display data beyond the bound of a message record.

releases/mcap-cli/v0.0.5

28 Mar 19:24
ef92c78
Compare
Choose a tag to compare
CLI: Support json output for `cat` with protobuf (#347)

Adds support for the `--json` switch in `mcap cat` for protobuf-encoded
schemas.

releases/mcap-cli/v0.0.4

14 Mar 17:19
5a3c884
Compare
Choose a tag to compare
CLI: JSON output option for cat (#289)

Adds a ros1msg JSON transcoder to the ros utilities package, and calls
it from the CLI's cat command when the --json switch is supplied.

releases/mcap-cli/v0.0.3

09 Mar 21:48
c7ac48c
Compare
Choose a tag to compare
Enable compression by default in python writer (#280)

releases/mcap-cli/v0.0.2

03 Mar 20:46
c3a441c
Compare
Choose a tag to compare
Push a release on CLI tag, not a draft release (#269)