aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-04-24 20:40:26 +0200
committerBert Münnich <ber.t@posteo.de>2014-04-24 20:40:26 +0200
commit1560d2b4fb5803aae9162162c84af07165f0cfb9 (patch)
tree78e2feb80ef35b8e2d331e06595ff640689a665e
parent0b83386bff6236abc9aff3593954575f60b0ac69 (diff)
downloadnsxiv-1560d2b4fb5803aae9162162c84af07165f0cfb9.tar.zst
Stable version 1.2v1.2
-rw-r--r--Makefile2
-rw-r--r--README.md11
2 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 643ed15..2e6d53b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20140421
+VERSION = 1.2
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
diff --git a/README.md b/README.md
index bdb4cb4..6c3a9c0 100644
--- a/README.md
+++ b/README.md
@@ -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)*