diff options
author | Bert Münnich <ber.t@posteo.de> | 2019-01-26 14:54:40 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2019-01-26 14:54:40 +0100 |
commit | f88afbb27723db5b4f853ef4e19a510816d21a90 (patch) | |
tree | b0295b68e87b32294945ee80dc78e95afc94cc25 | |
parent | 24cce54ea02dbcd7f455550e25287ff3234d342e (diff) |
Stable version 25
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -version = 24+ +version = 25 srcdir = . VPATH = $(srcdir) @@ -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)* |