diff --git a/cartridges/main.py b/cartridges/main.py index f3fa928..c83a30c 100644 --- a/cartridges/main.py +++ b/cartridges/main.py @@ -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",)) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index e2f9c19..2d4d3fa 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,6 +44,15 @@ + + +
    +
  • "The" will be ignored when sorting games
  • +
  • The last played date is updated even if the game is luanched via the GNOME search provider
  • +
  • Various UX improvements
  • +
+
+

You can now search your Cartridges library from GNOME!

diff --git a/meson.build b/meson.build index 41d874f..7ba8708 100644 --- a/meson.build +++ b/meson.build @@ -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', ], )