From 61e7e0274c0526029bd3c5d038d128bf5b7eca6b Mon Sep 17 00:00:00 2001 From: kramo Date: Fri, 6 Oct 2023 13:05:00 +0200 Subject: [PATCH] v2.5 --- data/hu.kramo.Cartridges.metainfo.xml.in | 6 ++++-- meson.build | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index e92ab1a..79e8da7 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,12 +44,14 @@ - +
    -
  • Improved adaptivity for small screens
  • +
  • Added the ability to refetch covers from SteamGridDB
  • +
  • Fixed an issue with fractional scaling
  • Translations since 2.4
+

The project now accepts donations. Thank you so much if you decide to donate! 💜

diff --git a/meson.build b/meson.build index 0088ab3..de1944f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.4.1', + version: '2.5', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )