From 0100e7176cd33a7ffa81856361c24f98fff11c9a Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:14:35 +0200 Subject: [PATCH] v2.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ cartridges.doap | 24 ++++++++++++++++++++++++ data/hu.kramo.Cartridges.metainfo.xml.in | 10 ++++++++-- meson.build | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a69d48dec..363d9d2ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,9 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Logs** +If applicable, attatch your logs from `Main Menu > About Cartridges > Troubleshooting > Debugging Information` to the issue. + **System (please complete the following information):** - OS: [e.g. Fedora Linux] - Installation method [e.g. Flatpak] diff --git a/cartridges.doap b/cartridges.doap index db4c6dac2..6ccc9f096 100644 --- a/cartridges.doap +++ b/cartridges.doap @@ -29,6 +29,30 @@ Cartridges is a simple game launcher for all of your games. It has support for i kra-mo + + + + kramo + + + + + + + Geoffrey Coulaud + + + + + GeoffreyCoulaud + + + + + + GeoffreyCoulaud + + diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index c6b57d41a..6073e1170 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,12 +44,18 @@ - + +

After months of work, Cartridges 2.0 is here:

    -
  • Fixes an issue with importing Bottles games without covers
  • +
  • New import source: Legendary
  • +
  • New import source: Flatpak
  • +
  • Importing games should be much quicker
  • +
  • Error handling has been improved
  • +
  • Various UX improvements
  • Translations since 1.5
+

Thanks to the new import backend, adding new sources is much easier and a lot more are coming soon!

diff --git a/meson.build b/meson.build index 6899eb223..832c80775 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '1.5.6', + version: '2.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )