summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbcafd6..cd858fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-version = 24+
+version = 25
srcdir = .
VPATH = $(srcdir)
diff --git a/README.md b/README.md
index 7b4ecb5..49b671b 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,13 @@ on GitHub or get a copy using git with the following command:
**Stable releases**
+**[v25](https://github.com/muennich/sxiv/archive/v25.tar.gz)**
+*(January 26, 2019)*
+
+ * Support font fallback for missing glyphs
+ * Fix busy loop when built without inotify
+ * Use background/foreground colors from X resource database
+
**[v24](https://github.com/muennich/sxiv/archive/v24.tar.gz)**
*(October 27, 2017)*