Skip to content

Commit 19de090

Browse files
committed
Version 0.5.13
1 parent deaea64 commit 19de090

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

data/org.pwmt.zathura.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
<control>touch</control>
6565
</recommends>
6666
<releases>
67+
<release version="0.5.13" date="2025-09-23">
68+
<description>
69+
<p>Validate appstream files with appstreamcli</p>
70+
<p>Split page-padding into page-h-padding and page-v-padding</p>
71+
<p>Fix memory leak and callback type error (#767)</p>
72+
<p>Warn if plugins do not support exporting images or attachments (#334)</p>
73+
</description>
74+
</release>
6775
<release version="0.5.12" date="2025-07-03">
6876
<description>
6977
<p>Add shortcut to open files via file chooser dialog</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('zathura', 'c',
2-
version: '0.5.12',
2+
version: '0.5.13',
33
meson_version: '>=1',
44
default_options: ['c_std=c17', 'warning_level=3'],
55
)

0 commit comments

Comments
 (0)