diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 9adfecd..8f73e56 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,10 +44,13 @@ - +
    -
  • Fixes a small issue with import toasts
  • +
  • New import source: desktop entries
  • +
  • Added the ability to pick executables via the file picker
  • +
  • Manually added covers are now padded if they are too short
  • +
  • Translations since 2.2
diff --git a/data/screenshots/2.png b/data/screenshots/2.png index b52835b..7b8948c 100644 Binary files a/data/screenshots/2.png and b/data/screenshots/2.png differ diff --git a/meson.build b/meson.build index 74e4730..df80fed 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.2.1', + version: '2.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )