Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.23 KB

2.3.0

  • Inline local images in markdown (PR sinedied#16)
  • Fixed relative paths also in html template and sass styles (PR sinedied#16)

2.2.1

  • Fixed export with data:uri images
  • Added update notifier

2.2.0

  • Added option to strip fragments on export/pdf for handouts (sinedied#14)
  • Fixed relative image paths in export/pdf (sinedied#14)

2.1.0

2.0.0

  • Use decktape@2 for PDF export, external installation is no more needed
  • Removed support for Node 6

1.2.1

  • Use fs-extra instead of deprecated fs-promise (PR sinedied#6)
  • Fixed typo in serve example (PR sinedied#6)

1.2.0

  • Added option to disable resources inlining on export

1.1.1

  • Removed browsersync notification

1.1.0

  • Added option to skip opening browser on serve
  • Added option to strip presenter notes on export

1.0.3

  • Fixed Windows compatibility

1.0.2

  • Fixed sass watch on serve

1.0.1

  • Fixed serve command
  • Fixed minimum node version

1.0.0

  • Initial version