Skip to content

Commit

Permalink
[release] update to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael Le Goff committed Mar 11, 2022
1 parent 2f72a88 commit 2b384eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.4]

- Updated dependencies
- Add `isFiltersEnabled` param to disable all changes at extraction [#76](https://github.com/seel-channel/video_editor/pull/76)
- Fix an error at extraction if the destination path contains a space [#74](https://github.com/seel-channel/video_editor/pull/74)

## [1.2.3]

- Update `ffmpeg_kit_flutter` to latest 4.5.1 [#65](https://github.com/seel-channel/video_editor/pull/65)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^1.2.3
video_editor: ^1.2.4
```

- Run the following command to install the package:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: video_editor
version: 1.2.3
version: 1.2.4
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
homepage: https://github.com/seel-channel/video_editor

Expand Down

0 comments on commit 2b384eb

Please sign in to comment.