Release v4.3.0

This commit is contained in:
Harry Jeffery 2021-08-05 22:20:41 +01:00
parent f71548ce45
commit 6fffe14458
2 changed files with 18 additions and 1 deletions

View file

@ -1,6 +1,23 @@
imv Changelog
=============
v4.3.0 - 2021-08-05
* Give freeimage backend preceedence over libjpeg
* Fix lack of X11 window deletion event handling
* Scale fonts correctly for high-DPI wayland
* Suppress annoying TIFF error messages
* Fix missing -lm dependency for imv-msg
* Fix image skipping when reading slow filesystems
* Add a contrib directory
* Add contrib/imv-folder
* Fix zoom speed dependence on buffer/image width
* Improve stat error handling when loading directories
* Fix double-free when backend libjpeg is used
* Fix -n option not working for symbolic links
* List image/heif as a supported mime type
* Fix flickering bug in high-DPI wayland
v4.2.0 - 2020-12-17
* Switched to meson build system

View file

@ -1,7 +1,7 @@
project(
'imv',
['c'],
version: '4.2.0',
version: '4.3.0',
license: 'MIT',
meson_version: '>= 0.47',
default_options: ['buildtype=debugoptimized', 'c_std=c99'],