v0.1.0
Project reboot
This release is a reboot of the project to introduce work that has been done in the last couple years with a formal tag. Thank you to the many contributors who have participated in the project so far.
What's Changed
- Add camera control values by @x2ocoder in #35
- Fix typo and grammar issues in comments by @alexandear in #39
- Refactor: get rid of reflect package by @alexandear in #38
- Cross compilation instruction by @vladimirvivien in #40
- device: Device.Start, init channel to reuse device by @mcuadros in #49
- Fix: correctly parse the item name of IntegerMenu by @vincent-vinf in #51
- Fix: Incorrect parsed FrameSize by @vincent-vinf in #53
- timeout and fdSet need to be set on each loop iteration as select() can modify them on linux by @ericbalsa in #64
- chore: Update doc by @vladimirvivien in #70
- issue-69 - chore: add testing support by @vladimirvivien in #71
- Enhanced README.md by @vladimirvivien in #73
- Add benchmark infrastructure for performance profiling by @vladimirvivien in #76
- Improve/fix device data capture pipeline by @vladimirvivien in #78
- #79 - Improve device testing and test documentation by @vladimirvivien in #81
New Contributors
- @x2ocoder made their first contribution in #35
- @alexandear made their first contribution in #39
- @mcuadros made their first contribution in #49
- @vincent-vinf made their first contribution in #51
- @ericbalsa made their first contribution in #64
Full Changelog: v0.0.5...v0.1.0