forked from josch/plakativ
release version 0.3
This commit is contained in:
parent
b14852f891
commit
7b424eb78f
3 changed files with 17 additions and 4 deletions
|
@ -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(
|
||||||
[
|
[
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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…
Reference in a new issue