diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7cc8b..5fd01cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.6.0 + +- Add `preferredLensDirection`, allow users to choose which lens direction is preferred when first using the camera. +- Add `enableTapRecording`, allow users to determine whether to allow the record can start with single tap. +- Add `shouldAutoPreviewVideo`, allow users to determine whether the video should be played instantly in the preview. + ## 2.5.2 - Request the permission state again when saving. diff --git a/pubspec.yaml b/pubspec.yaml index ed0b5c7..85263c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_camera_picker description: A camera picker which is an extension to wechat_assets_picker, but can be run separately. -version: 2.5.2 +version: 2.6.0 homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker environment: