Skip to content

Release 2.2.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 07 Jun 11:22
· 1251 commits to main since this release

2.2.0 (2021-06-07)

BREAKING CHANGE

This release includes a breaking change. With #168, the use-cases are now separated and have to be explicitly enabled. So if you use video capture, use video={true} (and audio={true}). If you use photo capture, set photo={true}.

Bug Fixes

Features

  • Separate usecases (decouple microphone, video, photo) (#168) (72a1fad)
  • Add support for LEGACY Android devices (#168) (72a1fad)
  • Allow using the Camera without Microphone permission (#168) (72a1fad)
  • Allow recording Videos without Audio (#168) (72a1fad)

Performance

  • Improve startup speed by separating use-cases (#168) (72a1fad)