Update metadata for 1.5.0

This commit is contained in:
Martijn Braam
2022-06-27 14:13:30 +02:00
parent ee26b8e6f7
commit 7a14333ffc
2 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,16 @@
<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url> <url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.5.0" date="2022-06-26">
<description>
<p>
<li>Add support for the Xiaomi Mi Note 2</li>
<li>Add dynamic burst length depending on the sensor gain</li>
<li>Add multiple posprocessor selection in the settings</li>
<li>Fix saving the flash state to the exif metadata</li>
</p>
</description>
</release>
<release version="1.4.3" date="2021-12-13"> <release version="1.4.3" date="2021-12-13">
<description> <description>
<p> <p>

View File

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