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

View File

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