Skip to content
Release version 0.2.0

Cut a new release with the latest features.
Most important features:
- Add graphview to visualize metadata over time
- Fix support for controls from draft namespace
- Added orientation support
- Added Sensor configuration support

Full changelog:
Format files using autopep8
Add pre-commit hook
camshark: Add histogram view
camshark: Add apply-style script
camshark: Sort imports correctly
camshark: Add graph view
camshark: graphview: Allow metadata to be non-continuous
camshark: graphview: Calculate auto range based on the visible parts
camshark: graphview: Increase metadata storage to 2000 frames
camshark: graphview: Improve auto range function
camshark: server: Fix format listing
camshark: server: Print backtrace on expection
camsharK: Move type casts to the host
camshark: server: Small cleanup
camshark: server: Change dataclass import
camshark: server: Add SensorConfig type
camshark: server: Add utility function to convert dicts to dataclasses
camshark: Add optional SensorConfig to the StreamConfigurationWidget
camshark: server: Add handling of sensor configuration
camshark: Implement sensor configuration
camshark: Fix typo in stream configuration widget
camshark: Keep sensor config settings
camshark: Remove display of current value for Rectangles
camshark: Erase controls and properties list before updating
camshark: Fix enum name handling for controls in draft namespace
camshark: Add support for editing controls of type Point
camshark: Add support for orientation in camera config
camshark: Add orientation to StreamConfiguration widget

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>