Skip to content

Commit acbe61f

Browse files
committed
Bump version to 0.5.4
1 parent d10c905 commit acbe61f

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

desktop/com.github.unrud.djpdf.metainfo-releases.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<releases>
3+
<release version="0.5.4" date="2024-01-26">
4+
<description>
5+
<ul>
6+
<li>Fix layout error causing buttons to be covered on details page</li>
7+
<li>Fix JBIG2 threshold display</li>
8+
<li>Replace experimental QML types (Qt Labs)</li>
9+
<li>Refactor QML code</li>
10+
</ul>
11+
</description>
12+
</release>
313
<release version="0.5.3" date="2023-12-18">
414
<description>
515
<ul>

desktop/com.github.unrud.djpdf.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<translation type="gettext">djpdfgui</translation>
3131
<screenshots>
3232
<screenshot type="default">
33-
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.3/screenshots/1.png</image>
33+
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.4/screenshots/1.png</image>
3434
</screenshot>
3535
<screenshot>
36-
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.3/screenshots/2.png</image>
36+
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.4/screenshots/2.png</image>
3737
</screenshot>
3838
</screenshots>
3939
<content_rating type="oars-1.1" />

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('djpdfgui',
2-
version: '0.5.3',
2+
version: '0.5.4',
33
meson_version: '>= 0.62.0',
44
default_options: ['warning_level=2', 'werror=false'],
55
)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="djpdf",
5-
version="0.5.3",
5+
version="0.5.4",
66
packages=["djpdf"],
77
package_data={"djpdf": ["argyllcms-srgb.icm", "tesseract-pdf.ttf",
88
"to-unicode.cmap"]},

0 commit comments

Comments
 (0)