aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG11
-rw-r--r--Makefile2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7889e7a..57ecba8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
-------------------
diff --git a/Makefile b/Makefile
index bb75ed8..250d19a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"\"