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:
|
if pixbuf:
|
||||||
cover_path = Path(Gio.File.new_tmp("XXXXXX.tiff")[0].get_path())
|
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:
|
try:
|
||||||
with Image.open(cover_path) as image:
|
with Image.open(cover_path) as image:
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.13" date="2025-09-24">
|
<release version="2.13.1" date="2025-09-24">
|
||||||
<description translate="no">
|
<description translate="no">
|
||||||
<p>Updated for GNOME 49, using the new keyboard shortcuts dialog.</p>
|
<p>Updated for GNOME 49, using the new keyboard shortcuts dialog.</p>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
project(
|
project(
|
||||||
'cartridges',
|
'cartridges',
|
||||||
version: '2.13',
|
version: '2.13.1',
|
||||||
meson_version: '>= 0.59.0',
|
meson_version: '>= 0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|||||||
Reference in New Issue
Block a user