diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-06-17 20:36:48 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-06-17 20:36:48 +0100 |
commit | 79bba4bf2cd1cbed4a32f8c6a09e99ff7faff3db (patch) | |
tree | f88c0b6d92953118d9b93066970a554b6ce8b4eb /CHANGELOG | |
parent | b4028e981aab656acacae8ff2b5b1d88f64d0236 (diff) | |
download | imv-79bba4bf2cd1cbed4a32f8c6a09e99ff7faff3db.tar.gz |
Release v3.1.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,6 +1,22 @@ imv Changelog ============= +v3.1.0 - 2019-06-17 + +* Added support for multiple image loaders, allowing imv to use libraries other + than FreeImage. This adds support for SVGs, and in the future, other formats + as required. +* Loaders added for libpng, libtiff, librsvg, libturbojpeg. +* Added support for binding multiple commands to a single key +* Support for hidpi rendering with SDL >= 2.0.10 +* Added -v flag to show version number +* Allow 'Escape' to be bound, changing bind abort sequence to 2x'Escape' +* Fixed bug where path list from stdin would sometime be truncated +* New releases only published under the MIT license, with FreeImage optionally + used under the FIPL +* Fixed several memory leaks +* Miscellaneous code cleanup and documentation fixes + v3.0.0 - 2018-05-08 BREAKING CHANGES: |