This commit is contained in:
kramo
2024-12-21 15:19:26 +01:00
parent 242f8b0e34
commit 1535d0a593
2 changed files with 7 additions and 11 deletions

View File

@@ -54,23 +54,19 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.10.1" date="2024-10-11">
<release version="2.11" date="2024-12-21">
<description translate="no">
<p>Fixed an issue with manually changing game cover art</p>
<p>Added the option to import games automatically</p>
<p>Increased the number of games per row on wide screens</p>
<p>Fixed an issue where animated covers would not play</p>
<p>Fixed an issue where the import dialog would stay open</p>
</description>
</release>
<release version="2.10.0" date="2024-09-18">
<release version="2.10" date="2024-09-18">
<description translate="no">
<p>Updated for GNOME 47</p>
</description>
</release>
<release version="2.9.3" date="2024-07-18">
<description translate="no">
<ul>
<li>Fixed incorrect modifiers being used for keyboard shortcuts</li>
</ul>
</description>
</release>
<release version="2.9" date="2024-07-10">
<description translate="no">
<ul>

View File

@@ -1,6 +1,6 @@
project(
'cartridges',
version: '2.10.1',
version: '2.11',
meson_version: '>= 0.59.0',
default_options: [
'warning_level=2',