aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)*