Commit Graph

17 Commits (0.3.5)

Author SHA1 Message Date
Johannes 'josch' Schauer 6da2bc3aee
release version 0.3.5 4 years ago
Johannes 'josch' Schauer fb2916e6b2
release version 0.3.4 4 years ago
Johannes 'josch' Schauer 8d7996709a
release version 0.3.3 5 years ago
Johannes 'josch' Schauer 68ca35f39e
release version 0.3.2 6 years ago
Johannes 'josch' Schauer a9f4c9b665
release version 0.3.1 6 years ago
Johannes 'josch' Schauer 002c9c4466
CHANGES.rst: add release dates 6 years ago
Johannes 'josch' Schauer 1aa71e3746
release version 0.3.0 6 years ago
Johannes 'josch' Schauer 725462462b release version 0.2.4 7 years ago
Johannes 'josch' Schauer e20fe4944c release version 0.2.3 7 years ago
Johannes 'josch' Schauer 1513ab3421 release version 0.2.2 7 years ago
Johannes 'josch' Schauer c3e1662649 release version 0.2.1 8 years ago
josch 251238b410 release version 0.2.0 - big rewrite and lots of new features
- now Python3 only
 - pep8 compliant code
 - update my email to josch@mister-muffin.de
 - move from github to gitlab.mister-muffin.de/josch/img2pdf
 - use logging module
 - add extensive test suite
 - ability to read from standard input
 - pdf writer:
      - make more compatible with the interface of pdfrw module
      - print floats which equal to their integer conversion as integer
      - do not print trailing zeroes for floating point numbers
      - print more linebreaks
      - add binary string at beginning of PDF to indicate that the PDF
        contains binary data
      - handle datetime and unicode strings by using utf-16-be encoding
 - new options (see --help for more details):
      - --without-pdfrw
      - --imgsize
      - --border
      - --fit
      - --auto-orient
      - --viewer-panes
      - --viewer-initial-page
      - --viewer-magnification
      - --viewer-page-layout
      - --viewer-fit-window
      - --viewer-center-window
      - --viewer-fullscreen
 - remove short command line options for metadata arguments
8 years ago
josch f3674907d6 store times in UTC and understand YYYY-MM-DD, YYYY-MM-DDTHH:MM, YYYY-MM-DDTHH:MM:SS and everything understood by dateutil module and date --date 9 years ago
josch 5a1f0701a3 to allow non-ascii characters, encode strings as utf-16-be (big endian) and escape backslashes and parenthesis 9 years ago
josch 53968c31e0 remove -x and -y and replace by -s/--pagesize. Change short option for --subject to -S. 9 years ago
josch e8dc019bd5 update CHANGES.rst 9 years ago
Stephan Richter 90b2a7efa5 Added changelog and tweaked license entry. 10 years ago