Skip to content

Commit 25335fd

Browse files
committed
badlogvis 0.3.5
1 parent 325d9dc commit 25335fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "badlogvis"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = ["Dominik Winecki <[email protected]>"]
55
readme = "README.md"
66

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# badlogvis [![Build Status](https://github.com/dominikWin/badlogvis/workflows/Build%20Release/badge.svg)](https://github.com/dominikWin/badlogvis/actions)
22

3-
`badlogvis` is a data log visualization tool that parses badlog bag files or CSV and outputs a single self-contained HTML file.
3+
`badlogvis` is a data log visualization tool that parses badlog bag files (which are just CSVs with some metadata) or CSV and outputs a single self-contained HTML file.
4+
5+
It is indented to be used on files created with [badlog](https://github.com/dominikWin/badlog).
46

57
## Usage
68

@@ -86,6 +88,9 @@ Note that if you don't set a `xaxis` topic then the derivative and delta will be
8688

8789
## Changelog
8890

91+
#### 0.3.5
92+
Graceful handling of empty data files.
93+
8994
#### 0.3.4
9095
Add builds for macOS ARM.
9196

0 commit comments

Comments
 (0)