summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-10-24 12:25:18 +0200
committerBert Münnich <ber.t@posteo.de>2014-10-24 12:25:18 +0200
commitc038283286f1ea6b351b6fa244cbdd660b67066c (patch)
tree62e332cec1781ebd78226665ac6996d2cbbe4c13
parent93e2a757d439b4965bf21b26a41628be9b2ec788 (diff)
downloadnsxiv-c038283286f1ea6b351b6fa244cbdd660b67066c.tar.zst
Stable version 1.3v1.3
-rw-r--r--Makefile2
-rw-r--r--README.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b17dcf4..9282884 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20141024
+VERSION = 1.3
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
diff --git a/README.md b/README.md
index b282f33..2acf33d 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,13 @@ on GitHub or get a copy using git with the following command:
**Stable releases**
+**[v1.3](https://github.com/muennich/sxiv/archive/v1.3.tar.gz)**
+*(October 24, 2014)*
+
+ * Extract thumbnails from EXIF tags (requires libexif)
+ * Zoomable thumbnails, supported sizes defined in config.h
+ * Fixed build error with giflib version >= 5.1.0
+
**[v1.2](https://github.com/muennich/sxiv/archive/v1.2.tar.gz)**
*(April 24, 2014)*