Release 1.3.1

* Fix memory leak
This commit is contained in:
Benjamin Schaaf 2021-11-10 20:36:55 +11:00
parent df0e1c91ce
commit 16e9bff190
2 changed files with 11 additions and 4 deletions

View File

@ -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>

View File

@ -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')