- Inline local images in markdown (PR sinedied#16)
- Fixed relative paths also in html template and sass styles (PR sinedied#16)
- Fixed export with
data:uri
images - Added update notifier
- Added option to strip fragments on export/pdf for handouts (sinedied#14)
- Fixed relative image paths in export/pdf (sinedied#14)
- Added support for custom template (sinedied#12)
- Use
decktape@2
for PDF export, external installation is no more needed - Removed support for Node 6
- Use
fs-extra
instead of deprecatedfs-promise
(PR sinedied#6) - Fixed typo in serve example (PR sinedied#6)
- Added option to disable resources inlining on export
- Removed browsersync notification
- Added option to skip opening browser on serve
- Added option to strip presenter notes on export
- Fixed Windows compatibility
- Fixed sass watch on serve
- Fixed serve command
- Fixed minimum node version
- Initial version