Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 5, 2022
1 parent 8d07e4c commit e3f3618
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions desktop/com.github.unrud.djpdf.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
<url type="homepage">https://github.com/Unrud/djpdf</url>
<developer_name>Unrud</developer_name>
<releases>
<release version="0.3.0" date="2022-07-05">
<description>
<ul>
<li>Fixed bug that messed up the page order when dragging and dropping pages</li>
<li>Display file names in overview</li>
<li>Make PDF creation cancelable</li>
<li>Show error log when PDF creation fails</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2022-06-21">
<description>
<ul>
Expand Down Expand Up @@ -177,10 +187,10 @@
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.2.1/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.0/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.2.1/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/djpdf/v0.3.0/screenshots/2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
Expand Down
Binary file modified screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="djpdf",
version="0.2.1",
version="0.3.0",
packages=packages,
package_data=package_data,
entry_points={"console_scripts": console_scripts},
Expand Down

0 comments on commit e3f3618

Please sign in to comment.