diff options
-rw-r--r-- | CHANGELOG | 11 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ imv Changelog ============= +v2.1.0 - 2016-04-27 +------------------- + +* Add `-x` option to quit imv when end of files reached +* Honour EXIF rotation information in JPGs +* Read file list from stdin continuously +* Fix fullscreen bug with i3 +* Fix bug where gifs would sometimes not auto-scale when opened +* Add commit hash to version string of non-release builds +* Fix bug where '+' did not work on foriegn keyboard layouts + v2.0.0 - 2016-02-08 ------------------- @@ -23,7 +23,7 @@ TFLAGS ?= -g ${CFLAGS} VERSION := $(shell git describe --abbrev=8 --dirty --always --tags 2> /dev/null) ifeq ($(VERSION),) -VERSION := 2.0.0 +VERSION := v2.1.0 endif CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |