Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Oct 21, 2023
1 parent 59966e9 commit a48841e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions cartridges/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def on_about_action(self, *_args: Any) -> None:
"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",))
Expand Down
9 changes: 9 additions & 0 deletions data/hu.kramo.Cartridges.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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', ],
)
Expand Down

0 comments on commit a48841e

Please sign in to comment.