Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Oct 15, 2018
1 parent e949b7a commit 2ec1e40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
APP=gif
NAME := yeetgif
REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME)
VERSION := 1.12.1
VERSION := 1.13.0
VERSION_COMMIT := $(VERSION)-$(shell printf "%s" "$$(git rev-parse HEAD)" | cut -c 1-8)

PACKAGES := $(shell go list -f {{.Dir}} ./...)
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro

```sh
# Linux
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.12.1/gif_1.12.1_linux_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_linux_x86_64.tar.gz | tar xz

# OS X
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.12.1/gif_1.12.1_osx_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.12.1/gif_1.12.1_windows_x86_64.zip
unzip gif_1.12.1_windows_x86_64.zip
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_windows_x86_64.zip
unzip gif_1.13.0_windows_x86_64.zip
```

**NOTE**: To use the `optimize` command, you'll also need the [`giflossy`](https://github.com/kornelski/giflossy) fork of `gifsicle` installed:
Expand Down Expand Up @@ -163,10 +163,11 @@ Options:
Usage: gif zoom [OPTIONS]
(⌐▀͡ ̯ʖ▀)
Options:
-0, --from (default 1)
-1, --to (default 1.5)
Options:
-0, --from (default 1)
-1, --to (default 1.5)
-c, --custom (default [])
```

### shake
Expand Down Expand Up @@ -380,6 +381,7 @@ Usage: gif chop COMMAND [arg...]
Commands:
shuffle
duplicate
drop-every
drop-first
drop-last
Expand Down

0 comments on commit 2ec1e40

Please sign in to comment.