Remove the key for now as Glycin doesn't seem to support it
This commit is contained in:
kramo
2025-09-24 13:55:37 +02:00
parent db246b4be5
commit 4c49baddbc
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ def convert_cover(
if pixbuf:
cover_path = Path(Gio.File.new_tmp("XXXXXX.tiff")[0].get_path())
pixbuf.savev(str(cover_path), "tiff", ["compression"], ["1"])
pixbuf.savev(str(cover_path), "tiff")
try:
with Image.open(cover_path) as image:

View File

@@ -54,7 +54,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.13" date="2025-09-24">
<release version="2.13.1" date="2025-09-24">
<description translate="no">
<p>Updated for GNOME 49, using the new keyboard shortcuts dialog.</p>
</description>

View File

@@ -1,6 +1,6 @@
project(
'cartridges',
version: '2.13',
version: '2.13.1',
meson_version: '>= 0.59.0',
default_options: [
'warning_level=2',