Skip to content

Releases: astefanutti/decktape

3.3.0

18 Oct 07:53
6b0897b
Compare
Choose a tag to compare

What's Changed

  • Added command line arguments to add author, subject, and title PDF metadata by @copart in #235
  • Upgrade Puppeteer to version 10.4.0 and Chromium to version 93.0.4577.82
  • Upgrade pdf-lib to version 1.17.0
  • Upgrade base image to Alpine version 3.14.2

New Contributors

Full Changelog: v3.2.0...v3.3.0

3.2.0

09 Sep 17:02
e52928a
Compare
Choose a tag to compare

⚠ Node.js 10 is no longer supported due to the Puppeteer upgrade.

Changes

  • Upgrade Puppeteer to version 10.1.0 and Chromium to version 92.0.4515.159
  • Upgrade pdf-lib to version 1.16.0
  • Upgrade fonteditor-core to version 2.1.8
  • Upgrade URI.js to version 1.19.7

3.1.0

18 Aug 15:49
87a592c
Compare
Choose a tag to compare

Features

  • Create the PDF directory if it doesn't exist (#218 by @ebriand)

Changes

  • Upgrade Puppeteer to version 5.1.0 and Chromium to version 84.0.4147.105
  • Upgrade pdf-lib to version 1.9.0

3.0.0

15 May 20:56
6024d38
Compare
Choose a tag to compare

Features

  • Use pdf-lib instead of HummusJS for PDF processing:
    This greatly simplifies Decktape installation, as pdf-lib is a pure JavaScript library, as opposed to HummusJS, which is a wrapper around a C++ library.

Changes

  • Upgrade Puppeteer to version 3.0.4 and Chromium to version 81.0.4044.0

2.11.0

05 Jan 20:12
e0c8d98
Compare
Choose a tag to compare

Changes

  • Upgrade Puppeteer to version 2.0.0
  • Upgrade Docker image to Chromium 79.0.3945.88-r0
  • Upgrade HummusJS to version 1.0.108
  • Upgrade fonteditor-core to version 2.0.7
  • Upgrade base image to Alpine version 3.11.2

2.10.0

08 Oct 07:26
4316025
Compare
Choose a tag to compare

Special thanks to @DuaneOBrien and @twitwi for their contributions.

Features

Changes

  • Upgrade Puppeteer to version 1.13.0
  • Remove CSSS plugin (replaced by Inspire.js)

2.9.3

30 May 16:59
6df0cff
Compare
Choose a tag to compare

Fixes

  • Installation with Node 12 fails (#184)

Changes

  • Upgrade Puppeteer to version 1.12.2
  • Upgrade Docker image to Chromium 73.0.3683.103-r0
  • Upgrade HummusJS to version 1.0.104

2.9.2

12 Mar 07:44
46b23e5
Compare
Choose a tag to compare

Fixes

  • Emoji that use zero width joiner sequences render incorrectly (#176)
  • Add font-noto-emoji package to Docker image

Changes

  • Upgrade Puppeteer to version 1.11.0
  • Upgrade Docker image to Chromium 72.0.3626.121-r0
  • Upgrade Docker image to Alpine 3.9

2.9.1

04 Jan 08:40
9f40826
Compare
Choose a tag to compare

Fixes

  • Generic plugin broken in Docker image (#170)
  • Docker container breaks with Linux kernel 4.17 (#159)

Changes

  • Upgrade Docker image to Chromium 71.0.3578.98-r2
  • Upgrade Docker image to Node 11

2.9.0

19 Oct 13:02
af5edd0
Compare
Choose a tag to compare

Features

  • Support passing additional arguments to Chrome from CLI

Changes

  • Upgrade Puppeteer to version 1.9.0