This commit is contained in:
kramo
2023-10-21 13:55:57 +02:00
parent 59966e9198
commit a48841e5cb
3 changed files with 11 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ class CartridgesApplication(Adw.Application):
"Domenico https://github.com/Domefemia", "Domenico https://github.com/Domefemia",
"Rafael Mardojai CM https://mardojai.com", "Rafael Mardojai CM https://mardojai.com",
"Clara Hobbs https://github.com/Ratfink", "Clara Hobbs https://github.com/Ratfink",
"Sabri Ünal https://github.com/sabriunal",
) )
) )
about.set_designers(("kramo https://kramo.hu",)) about.set_designers(("kramo https://kramo.hu",))

View File

@@ -44,6 +44,15 @@
</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">
<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>
</ul>
</description>
</release>
<release version="2.6" date="2023-10-11"> <release version="2.6" date="2023-10-11">
<description translatable="no"> <description translatable="no">
<p>You can now search your Cartridges library from GNOME!</p> <p>You can now search your Cartridges library from GNOME!</p>

View File

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