This commit is contained in:
kramo
2023-08-29 14:02:30 +02:00
parent c9c5f41ee9
commit c5b56e3100
3 changed files with 6 additions and 3 deletions

View File

@@ -44,10 +44,13 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.2.1" date="2023-08-17">
<release version="2.3" date="2023-08-29">
<description translatable="no">
<ul>
<li>Fixes a small issue with import toasts</li>
<li>New import source: desktop entries</li>
<li>Added the ability to pick executables via the file picker</li>
<li>Manually added covers are now padded if they are too short</li>
<li>Translations since 2.2</li>
</ul>
</description>
</release>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

@@ -1,5 +1,5 @@
project('cartridges',
version: '2.2.1',
version: '2.3',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)