release version 0.3

main 0.3
parent b14852f891
commit 7b424eb78f
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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) 0.2 (2020-03-03)
---------------- ----------------
- Add complex layout strategy - Add complex layout strategy
0.1 (2019-07-04) 0.1 (2019-07-04)
---------------- ----------------
- Initial PyPI release - Initial PyPI release

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

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

Loading…
Cancel
Save