Skip to content

Commit

Permalink
docs(CHANGELOG): bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Apr 8, 2021
1 parent cdf3169 commit 134140c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.4.0

- Feat: Tranpose `-t,--transpose` video for recording on landscape mode
- Feat: Increase default fps to 15
- Chore: Improve gif quality overall

# 1.3.1

- Fix: force recorded video to be overwritten on every execution

# 1.3.0

- Feat: add watermark
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ ios-simulator-gif [options] {out_file} {-- [ffmpeg options]}

| Options | Description | Default value |
| ------------------- | ------------------------- | :------------: |
| -r, --rate | Framerate of the output | `6` |
| -r, --rate | Framerate of the output | `15` |
| -f, --format | Output format | `gif` |
| -vf, --video-filter | Video filter for `ffmpeg` | `scale=320:-1` |
| -t, --transpose | Transpose the video for landscape orientation | N/A |
Expand Down

0 comments on commit 134140c

Please sign in to comment.