aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2018-05-08 21:03:22 +0100
committerHarry Jeffery <harry@exec64.co.uk>2018-05-08 21:17:30 +0100
commit7221ef8319ad88c9ab81e7734e89b8debfe861b4 (patch)
treed2caab318f54b58d67c82de23e1894f8bc927db5 /CHANGELOG
parent716ee2a8f44c0fdcca8222352e20e8aa3e412d86 (diff)
downloadimv-7221ef8319ad88c9ab81e7734e89b8debfe861b4.tar.gz
Release v3.0.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
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 <mode> 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