From e333ccc43ec00dd012e6758769b0e8922741dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Le=20Goff?= Date: Mon, 26 Jun 2023 21:35:35 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92db956..3268230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,12 +28,14 @@ Future 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