aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-02-08 11:02:29 +0000
committerHarry Jeffery <harry@exec64.co.uk>2016-02-08 11:02:29 +0000
commitbc90a0adcc5b22d2bf0158333eb6dfb34c402d48 (patch)
treee0e0ba4e213d289da1eb06541eaec717c70aaa95 /CHANGELOG
parentb7e12de49095abcb1e970526d0d4978994e3e391 (diff)
downloadimv-bc90a0adcc5b22d2bf0158333eb6dfb34c402d48.tar.gz
Release imv v2.0.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b97d9e0..7889e7a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,30 @@
imv Changelog
=============
+v2.0.0 - 2016-02-08
+-------------------
+
+BREAKING CHANGE:
+* When no arguments given, read paths from stdin
+* When '-' given as an argument, read file data from stdin
+
+
+* Use 'Monospace' as default font
+* Fixed some types of animated gifs that did not display correctly
+* Added third scaling mode: 'best fit' where images will be scaled down to fit,
+ but *not* scaled up to fill the window
+* Trimmed output of '-h', making the manpage the single source of truth
+* Improvements to documentation
+* Improved portability across platforms
+* Allow non-integral slideshow times
+* Improved test coverage
+* Various improvements to the build
+ - `uninstall` target added to Makefile
+ - `V` option added to Makefile
+ - Respect `PREFIX`, `CFLAGS`, and `LDFLAGS`
+
v1.2.0 - 2015-12-11
+-------------------
* Added a text overlay (-d to enable, 'd' to toggle)
- Font used is configurable with -e option