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>
|
||||
<content_rating type="oars-1.1" />
|
||||
<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">
|
||||
<description>
|
||||
<p>
|
||||
* Improved color handleing in the processed pictures
|
||||
* Better wording on the QR dialogs
|
||||
* Redesigned the data QR dialog
|
||||
<li>Improved color handleing in the processed pictures</li>
|
||||
<li>Better wording on the QR dialogs</li>
|
||||
<li>Redesigned the data QR dialog</li>
|
||||
</p>
|
||||
</description>
|
||||
</release>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
project('megapixels', 'c', version: '1.3.0')
|
||||
project('megapixels', 'c', version: '1.3.1')
|
||||
|
||||
gnome = import('gnome')
|
||||
gtkdep = dependency('gtk4')
|
||||
|
Reference in New Issue
Block a user