From 7221ef8319ad88c9ab81e7734e89b8debfe861b4 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Tue, 8 May 2018 21:03:22 +0100 Subject: Release v3.0.0 --- CHANGELOG | 17 +++++++++++++++++ Makefile | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e70dfaa..a4cc4b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,23 @@ imv Changelog ============= +v3.0.0 - 2018-05-08 + +BREAKING CHANGES: +* Change a,s,S flags to -s syntax +* Make -u take an argument + + +* Dual-license under MIT and GPL +* Large refactor of entire codebase +* Added config file +* Added command system +* Added bind system +* Improved power consumption by sleeping more opportunistically +* Show image scale in window title by default +* Prevent scrolling images offscreen +* Fix bug where slideshow timer is not reset when an image is closed + v2.1.3 - 2016-10-22 * Fix various resource leaks diff --git a/Makefile b/Makefile index 4104ed4..b2ceb04 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(wildcard test/*.c)) TFLAGS ?= -g $(CFLAGS) $(CPPFLAGS) $(shell pkg-config --cflags cmocka) TLIBS := $(LIBS) $(shell pkg-config --libs cmocka) -VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0-rc1 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0 CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3