Release 1.3.1
* Fix memory leak
This commit is contained in:
@@ -26,12 +26,19 @@
|
|||||||
<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.3.1" date="2021-11-10">
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
<li>Fix memory leak</li>
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.3.0" date="2021-09-10">
|
<release version="1.3.0" date="2021-09-10">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
* Improved color handleing in the processed pictures
|
<li>Improved color handleing in the processed pictures</li>
|
||||||
* Better wording on the QR dialogs
|
<li>Better wording on the QR dialogs</li>
|
||||||
* Redesigned the data QR dialog
|
<li>Redesigned the data QR dialog</li>
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
project('megapixels', 'c', version: '1.3.0')
|
project('megapixels', 'c', version: '1.3.1')
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
gtkdep = dependency('gtk4')
|
gtkdep = dependency('gtk4')
|
||||||
|
Reference in New Issue
Block a user