aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cf5d389..a399f22 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,19 @@
imv Changelog
=============
+v4.2.0 - 2020-12-17
+
+* Switched to meson build system
+* Added HEIF backend
+* Added rotate and flip commands
+* Added colour support for overlay
+* Added some missing command/config documentation
+* Read directories in alphabetical order
+* Fixed several memory leaks
+* Improved compatibility with non glibc systems
+* Fixed several window management bugs for Wayland
+* Fixed bug when selecting first/last image
+
v4.1.0 - 2019-12-21
* Added libsngif backend
diff --git a/meson.build b/meson.build
index 386d0ea..5e8acd6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'imv',
['c'],
- version: '4.1.0',
+ version: '4.2.0',
license: 'MIT',
meson_version: '>= 0.47',
default_options: ['buildtype=debugoptimized', 'c_std=c99'],