Przeglądaj źródła

Update metadata for 1.5.0

Martijn Braam 2 lat temu
rodzic
commit
7a14333ffc
2 zmienionych plików z 11 dodań i 1 usunięć
  1. 10 0
      data/org.postmarketos.Megapixels.metainfo.xml
  2. 1 1
      meson.build

+ 10 - 0
data/org.postmarketos.Megapixels.metainfo.xml

@@ -26,6 +26,16 @@
 	<url type="homepage">https://sr.ht/~martijnbraam/megapixels</url>
 	<content_rating type="oars-1.1" />
 	<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">
 			<description>
 				<p>

+ 1 - 1
meson.build

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