update readme, changelog

This commit is contained in:
l1npengtul
2021-09-27 22:08:26 +09:00
parent 8dc6825dea
commit d613e9c8cb
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -1,3 +1,12 @@
# 0.4.0
- Added AVFoundation, MSMF, WASM
- `.get_info()` returns a `&CameraInfo`
- Added Threaded Camera
- Added JSCamera
- Changed `new` to use `CaptureAPIBackend::Auto` by default. Old functionally still possible with `with_backend()`
- Added `query()`, which uses `CaptureAPIBackend::Auto` by default.
- Fixed/Added examples
# 0.3.2
- Bumped `ouroboros` to avoid potential UB
- [INTERNAL] Removed `Box<T>` from many internal struct fields of `UVCCaptureDevice`