diff --git a/CHANGELOG.md b/CHANGELOG.md index 3423629..98440b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.3 + +- Add width option for `createGifFromVideo` and `createGifFromImages` +- Add height option for `createGifFromVideo` and `createGifFromImages` +- Add forceOriginalAspectRatio option for `createGifFromVideo` and `createGifFromImages` + ## 1.0.2 - Fix frame sort order diff --git a/example/pubspec.lock b/example/pubspec.lock index 26b5d07..ab93f43 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -158,7 +158,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" html: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 25e5cac..44a1bd2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gify -description: Make GIF with video and images -version: 1.0.2 +description: Make GIF with video and images, control speed with fps, set size when create GIF +version: 1.0.3 homepage: https://github.com/swimmingkiim/gify environment: