This commit is contained in:
kramo
2023-11-03 17:15:06 +01:00
parent 644bf10713
commit 9b24f7c473
2 changed files with 4 additions and 5 deletions

View File

@@ -44,12 +44,11 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="2.6.1" date="2023-10-21"> <release version="2.6.2" date="2023-11-03">
<description translatable="no"> <description translatable="no">
<ul> <ul>
<li>"The" will be ignored when sorting games</li> <li>Fixed an issue with some games not showing up in GNOME search</li>
<li>The last played date is updated even if the game is luanched via the GNOME search provider</li> <li>Command line options are now properly supported</li>
<li>Various UX improvements</li>
</ul> </ul>
</description> </description>
</release> </release>

View File

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