diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a5de64..74e683a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.1] + +- New `aspectRatio` param in initialize function, to set up the crop param without opening the crop view +- Fix some crop resize issue with ratio +- Fix scale issue + ## [1.5.0] - Upgrade `flutter_ffmpeg_kit` to latest 5.1.0 diff --git a/README.md b/README.md index dcae1cd1..61f0ff30 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Following steps will help you add this library as a dependency in your flutter p ```yaml dependencies: - video_editor: ^1.5.0 + video_editor: ^1.5.1 ``` - Run the following command to install the package: diff --git a/pubspec.yaml b/pubspec.yaml index 2a8d2442..0b5da382 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: video_editor -version: 1.5.0 +version: 1.5.1 description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design. repository: https://github.com/seel-channel/video_editor