Skip to content

Commit 52f3837

Browse files
committed
Merge tag '0.5.14' into develop
Version 0.5.14
2 parents e515c91 + 27c9acf commit 52f3837

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
<control>touch</control>
6565
</recommends>
6666
<releases>
67+
<release version="0.5.14" date="2025-10-27">
68+
<description>
69+
<p>Switch default database to sqlite and drop plain database</p>
70+
<p>Notify users if no attachments and images are available to export</p>
71+
<p>Make index-* configurable after init (#799)</p>
72+
<p>Support numberic keypad mappings</p>
73+
<p>Provide correct number of pages (#814)</p>
74+
<p>Undo size-allocate callback changes</p>
75+
<p>Fix temporary file nams for better content-type detection</p>
76+
</description>
77+
</release>
6778
<release version="0.5.13" date="2025-09-23">
6879
<description>
6980
<p>Validate appstream files with appstreamcli</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.13',
2+
version: '0.5.14',
33
meson_version: '>=1',
44
default_options: ['c_std=c17', 'warning_level=3'],
55
)

0 commit comments

Comments
 (0)