Skip to content

Commit

Permalink
📝 update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Jun 26, 2023
1 parent 30b85de commit e333ccc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Future<void> exportVideo() async {
```

- New complete control over the command generation using `commandBuilder` in `VideoFFmpegVideoEditorConfig`
- Removed `VideoExportPreset`, you can specifies it using the `commandBuilder`.
- Removed `customInstruction`, you can now custom the command using the `commandBuilder`.
- The exportation is now very fast if there is no filter [#140](https://github.com/LeGoffMael/video_editor/issues/140)
- Fix assert error while triming [#157](https://github.com/LeGoffMael/video_editor/issues/157)
- New `coverThumbnailsQuality` and `trimThumbnailsQuality` in controller
- Removed `quality` in `CoverSelection`
- Removed `quality` in `ThumbnailSlider`
- Removed `quality` in `TrimSlider`
- Removed `quality` in `CoverSelection`, instead uses `coverThumbnailsQuality`
- Removed `quality` in `ThumbnailSlider`, instead uses `trimThumbnailsQuality`
- Removed `quality` in `TrimSlider`, instead uses `trimThumbnailsQuality`

## 2.4.0

Expand Down

0 comments on commit e333ccc

Please sign in to comment.