Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@Jack12816 Jack12816 released this 19 Feb 18:02
· 22 commits to master since this release
1.1.0
590d213
  • Upgraded to puppeteer 1.0.0 (0.10.2 previous)
  • Added support for the header and footer templates
  • The new navigation wait mechanism was used (load, domcontentloaded,
    networkidle2)
  • The --network-timeout option was deprecated in favor of --delay
  • A new --timeout specifies now the overall navigation timeout (page load)
  • The media type now defaults to nothing, to overcome some Chromium gliches
    (pdf's look like the 1.0 ones)
  • A new general --margin was added, all specific directions falls back to
    this value
  • All commandline options now have a short version (-h)
  • The error handling was improved, we do not print usage hints on
    errors anymore