1
0
Fork 0
forked from josch/plakativ

release version 0.3

This commit is contained in:
Johannes 'josch' Schauer 2020-06-10 00:46:11 +02:00
parent b14852f891
commit 7b424eb78f
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 17 additions and 4 deletions

View file

@ -1,9 +1,22 @@
=======
CHANGES
=======
0.3 (2020-06-10)
----------------
- add freedesktop.org, appstream integration and icon
- add command line interface
- automatically flip poster dimensions for maximum output size
- use img2pdf to support raster images as input
- support pymupdf before version 1.14.5
0.2 (2020-03-03)
----------------
- Add complex layout strategy
- Add complex layout strategy
0.1 (2019-07-04)
----------------
- Initial PyPI release
- Initial PyPI release

View file

@ -44,7 +44,7 @@ except ImportError:
tkinter.Menubutton = dummy
tkinter.LabelFrame = dummy
VERSION = "0.2"
VERSION = "0.3"
PAGE_SIZES = OrderedDict(
[

View file

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.2"
VERSION = "0.3"
setup(
name="plakativ",