v2.6.1
This commit is contained in:
@@ -250,6 +250,7 @@ class CartridgesApplication(Adw.Application):
|
||||
"Domenico https://github.com/Domefemia",
|
||||
"Rafael Mardojai CM https://mardojai.com",
|
||||
"Clara Hobbs https://github.com/Ratfink",
|
||||
"Sabri Ünal https://github.com/sabriunal",
|
||||
)
|
||||
)
|
||||
about.set_designers(("kramo https://kramo.hu",))
|
||||
|
||||
@@ -44,6 +44,15 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<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">
|
||||
<description translatable="no">
|
||||
<p>You can now search your Cartridges library from GNOME!</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '2.6',
|
||||
version: '2.6.1',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user