diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-04-24 20:40:26 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-04-24 20:40:26 +0200 |
commit | 1560d2b4fb5803aae9162162c84af07165f0cfb9 (patch) | |
tree | 78e2feb80ef35b8e2d331e06595ff640689a665e | |
parent | 0b83386bff6236abc9aff3593954575f60b0ac69 (diff) |
Stable version 1.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20140421 +VERSION = 1.2 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man @@ -175,6 +175,17 @@ on GitHub or get a copy using git with the following command: **Stable releases** +**[v1.2](https://github.com/muennich/sxiv/archive/v1.2.tar.gz)** +*(April 24, 2014)* + + * Added external key handler, called on keys prefixed with `Ctrl-x` + * New keybinding `{`/`}` to change gamma (by András Mohari) + * Support for slideshows, enabled with `-S` option & toggled with `s` + * Added application icon (created by 0ion9) + * Checkerboard background for alpha layer + * Option `-o` only prints files marked with `m` key + * Fixed rotation/flipping of multi-frame images (gifs) + **[v1.1.1](https://github.com/muennich/sxiv/archive/v1.1.1.tar.gz)** *(June 2, 2013)* |