Releases: assafmo/joincap
Releases · assafmo/joincap
joincap v0.11.0
joincap v0.10.2
Changelog
- use ZeroCopyReadPacketData which is much faster than ReadPacketData
joincap v0.10.1
Changelog
- Print help message if no input files were given (fix #2)
joincap v0.10.0
Changelog
- Allow mixing of different input LinkTypes
joincap v0.9.2
Changelog
- Fixed a bug introduced in v0.9.0 - input file passing order can make previousTimestamp be initialized wrong and reject later input files
- Fixed a log print that should only be printed in verbose mode
joincap v0.9.1
Changelog
- Fix initialization of timestamp corruption algorithm
joincap v0.9.0
Changelog
- Detect bad packets if an hour earlier than previous packet
joincap v0.8.9
Changelog
- Better wrapping of error messages
joincap v0.8.8
Changelog
- Verbose mode: humanize byte size printing (TiB, GiB, MiB, KiB)
- More tests
joincap v0.8.7
Changelog
- Better error handling
- More tests