Skip to content

Commit

Permalink
Bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jan 27, 2024
1 parent d10c905 commit acbe61f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions desktop/com.github.unrud.djpdf.metainfo-releases.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="0.5.4" date="2024-01-26">
<description>
<ul>
<li>Fix layout error causing buttons to be covered on details page</li>
<li>Fix JBIG2 threshold display</li>
<li>Replace experimental QML types (Qt Labs)</li>
<li>Refactor QML code</li>
</ul>
</description>
</release>
<release version="0.5.3" date="2023-12-18">
<description>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions desktop/com.github.unrud.djpdf.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<translation type="gettext">djpdfgui</translation>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.3/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.4/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.3/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.5.4/screenshots/2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('djpdfgui',
version: '0.5.3',
version: '0.5.4',
meson_version: '>= 0.62.0',
default_options: ['warning_level=2', 'werror=false'],
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="djpdf",
version="0.5.3",
version="0.5.4",
packages=["djpdf"],
package_data={"djpdf": ["argyllcms-srgb.icm", "tesseract-pdf.ttf",
"to-unicode.cmap"]},
Expand Down

0 comments on commit acbe61f

Please sign in to comment.