Release 1.4.0

This commit is contained in:
Benjamin Schaaf 2021-11-13 00:14:18 +11:00 committed by Martijn Braam
parent f550d431c4
commit 16cc614cdc
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
2 changed files with 10 additions and 1 deletions

View File

@ -26,6 +26,15 @@
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.0" date="2021-11-13">
<description>
<p>
<li>Add LED and Display-based flash support</li>
<li>Fix whitelevel and ISO metadata in DNG files</li>
<li>Fix memory leak when rotating device</li>
</p>
</description>
</release>
<release version="1.3.2" date="2021-11-10">
<description>
<p>

View File

@ -1,4 +1,4 @@
project('megapixels', 'c', version: '1.3.2')
project('megapixels', 'c', version: '1.4.0')
gnome = import('gnome')
gtkdep = dependency('gtk4')