From d4b0f98caaac0327218babdd9589f82329a8b1b0 Mon Sep 17 00:00:00 2001 From: kramo Date: Thu, 17 Aug 2023 14:36:03 +0200 Subject: [PATCH] v2.2 --- data/hu.kramo.Cartridges.metainfo.xml.in | 7 +++++-- meson.build | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 12ce985..ecdba7c 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,10 +44,13 @@ - +
    -
  • Fixes an issue with translations
  • +
  • New import source: RetroArch
  • +
  • Added the option to automatically remove uninstalled games on import
  • +
  • Added the ability to undo an import
  • +
  • Various UX improvements
  • Translations since 2.1
diff --git a/meson.build b/meson.build index ac33e44..f36975f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.1.1', + version: '2.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )