Skip to content

Releases: foxglove/foxglove-cli

v1.0.13

21 Aug 21:58
8ad6147
Compare
Choose a tag to compare
Fix `recordings list` command

v1.0.12

18 Aug 20:46
554d067
Compare
Choose a tag to compare
Support pending import listing

v1.0.11

08 Aug 20:17
33132ce
Compare
Choose a tag to compare
Support export by recording ID

v1.0.10

12 Jul 17:43
6a2acf8
Compare
Choose a tag to compare
Add support for Device editing, and for defining Custom Properties when
creating a device.

v1.0.9

01 Jun 18:05
9a298ee
Compare
Choose a tag to compare
Accept ISO8601 where RFC3339 was previously required (#110)

Accept ISO8601 timestamp input in all places that previously required
RFC3339. This matches the behavior of some more recently added
subcommands.

v1.0.8

30 May 17:54
6ca884c
Compare
Choose a tag to compare

Adds support to various subcommands for querying based on device name, via a --device-name parameter. Adds support for autocompletion of device names. Users taking advantage of autocompletion will need to rerun the "completion" command for their shell.

v1.0.7

12 May 20:17
1296d4e
Compare
Choose a tag to compare
Remove the beta events command

v1.0.6

12 May 00:18
064d111
Compare
Choose a tag to compare
Add .exe suffix on windows builds (#102)

v1.0.5

11 May 17:29
41570ce
Compare
Choose a tag to compare
Fix indentation in release job (#101)

v1.0.4

10 May 23:42
ec03211
Compare
Choose a tag to compare
  • Add support for resumable exports to foxglove data export via the --output-file argument. When supplied, this will cause downloads to resume if interrupted. Usage of this parameter with bag files will also cause the output file to be indexed on completion. The reindexing step will temporarily require 2x size of the final output file on disk (as is the case with rosbag reindex).