v2.6.1
This commit is contained in:
@@ -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",))
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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', ],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user