summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md12
2 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f14f65c..6113957 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20171026
+VERSION = 24
srcdir = .
VPATH = $(srcdir)
diff --git a/README.md b/README.md
index 28334b0..857eaf8 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,8 @@ the following command:
Usage
-----
-Please see the [man page](http://muennich.github.com/sxiv/sxiv.1.html) for information on how to use sxiv.
+Please see the [man page](http://muennich.github.com/sxiv/sxiv.1.html) for
+information on how to use sxiv.
Download & Changelog
@@ -74,6 +75,15 @@ on GitHub or get a copy using git with the following command:
**Stable releases**
+**[v24](https://github.com/muennich/sxiv/archive/v24.tar.gz)**
+*(October 27, 2017)*
+
+ * Automatically reload the current image whenever it changes
+ * Support embedding into other X windows with -e (e.g. tabbed)
+ * New option -p prevents sxiv from creating cache and temporary files
+ * Simpler mouse mappings, the most basic features are accessible with the
+ mouse only (navigate, zoom, pan)
+
**[v1.3.2](https://github.com/muennich/sxiv/archive/v1.3.2.tar.gz)**
*(December 20, 2015)*