Skip to content

Commit

Permalink
[release] ready to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael Le Goff committed Apr 8, 2022
1 parent 3e2416d commit ed7e881
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## [1.3.1]

- Implements flutter_lints configuration [#86](https://github.com/seel-channel/video_editor/issues/86)
- [NEW] Exportation progress value is returned in `onProgress` function of exportVideo [#85](https://github.com/seel-channel/video_editor/issues/85)

## [1.3.0]

- [BREAKING CHANGE]
- In TrimTimeline, `secondGap` param is no more nullable
- In TrimSliderStyle, positionlineWidth param is renamed `positionLineWidth`
- In CoverSelection, nbSelection param is renamed `quantity`
- Improve package documentation [#84](https://github.com/seel-channel/video_editor/issues/84)
- Switch from LTS FFmpeg package to Main release [#81](https://github.com/seel-channel/video_editor/issues/81)
- Switch from LTS FFmpeg package to Main release [#81](https://github.com/seel-channel/video_editor/issues/81) by [@adigladi](https://github.com/adigladi)

## [1.2.5]

Expand All @@ -15,8 +20,8 @@
## [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)
- Add `isFiltersEnabled` param to disable all changes at extraction [#76](https://github.com/seel-channel/video_editor/pull/76) by [@AlexSmirnov9107](https://github.com/AlexSmirnov9107)
- Fix an error at extraction if the destination path contains a space [#74](https://github.com/seel-channel/video_editor/pull/74) by [@rgplvr](https://github.com/rgplvr)

## [1.2.3]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following steps will help you add this library as a dependency in your flutter p

```yaml
dependencies:
video_editor: ^1.3.0
video_editor: ^1.3.1
```
- 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.3.0
version: 1.3.1
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 ed7e881

Please sign in to comment.