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

View File

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