v2.13.1
Remove the key for now as Glycin doesn't seem to support it
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'cartridges',
|
||||
version: '2.13',
|
||||
version: '2.13.1',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [
|
||||
'warning_level=2',
|
||||
|
||||
Reference in New Issue
Block a user