Releases: foxglove/foxglove-cli
Releases · foxglove/foxglove-cli
v1.0.29
What's Changed
- Update extensions README section to use the correct command by @dakota-foxglove in #150
- Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /foxglove by @dependabot[bot] in #149
New Contributors
- @dakota-foxglove made their first contribution in #150
Full Changelog: v1.0.28...v1.0.29
v1.0.28
v1.0.27
v1.0.26
What's Changed
- Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /foxglove by @dependabot[bot] in #144
Full Changelog: v1.0.25...v1.0.26
v1.0.25
v1.0.24
What's Changed
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /foxglove by @dependabot[bot] in #143
- Projects support by @wimagguc in #145
New Contributors
Full Changelog: v1.0.23...v1.0.24
v1.0.23
v1.0.22
export: fix bag reindexing (#141) ### Changelog - Fixed: previously ROS 1 bag files downloaded using the foxglove CLI would fail with an "unindexed bag" error. These files should now download correctly. ### Docs ### Description Since #124, the code to reindex exported bag files has been broken - it first tries to use a seeking reader to read the unindexed file (which will not work), then it fails to close the reindexing writer in the happy path. This PR fixes that and adds a test.
v1.0.21
- Bump protobuf and x/crypto dependencies
v1.0.20
- Fix uint64 handling in JSON transcoder, for rosbag export