summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2019-01-26 14:54:40 +0100
committerBert Münnich <ber.t@posteo.de>2019-01-26 14:54:40 +0100
commitf88afbb27723db5b4f853ef4e19a510816d21a90 (patch)
treeb0295b68e87b32294945ee80dc78e95afc94cc25
parent24cce54ea02dbcd7f455550e25287ff3234d342e (diff)
downloadnsxiv-25.tar.zst
Stable version 25v25
-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)*