Releases: openpnp/openpnp-capture
Releases · openpnp/openpnp-capture
v0.0.29
What's Changed
- Fix instances of logging not performed through the logging framework by @craigraw in #77
- Fix memory leak during iteration over plugin interfaces by @craigraw in #78
- Remove manual dealloc calls on objects managed by ARC by @craigraw in #80
- Ensure all structures are initialized by @craigraw in #79
- No longer require manually setting include path in dependants by @capitalistspz in #81
- Fix Deprecated AvCaptureDevice Enumeration by @alexbeattie42 in #66
New Contributors
- @craigraw made their first contribution in #77
- @capitalistspz made their first contribution in #81
- @alexbeattie42 made their first contribution in #66
Full Changelog: v0.0.28...v0.0.29
v0.0.28
v0.0.27
v0.0.26
v0.0.25
v0.0.24
v0.0.23
What's Changed
- [Windows] Do not keep moniker in platformDeviceInfo by @AsakuraYui520 in #43
- Don't open & close control channel on macOS Monterey by @naali in #55
- MinGW support by @sandman42292 in #51
- Release resources correctly for Windows by @sandman42292 in #52
- Wine support by @sandman42292 in #53
- Arm64 support by @brainstorm in #47
New Contributors
- @AsakuraYui520 made their first contribution in #43
- @naali made their first contribution in #55
- @sandman42292 made their first contribution in #51
Full Changelog: v0.0.22...v0.0.23
v0.0.22
v0.021
v0.0.20: Merge pull request #37 from bakwc/fixMacosCamPermission
Fixes MacOS camera permissions by waiting for the permission process to complete. Thanks @bakwc!