Skip to content

Commit

Permalink
Update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmingkiim committed Feb 9, 2023
1 parent 746e40c commit 4996d78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
html:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4996d78

Please sign in to comment.