Marp Changelog

What's new in Marp 0.0.14

Nov 22, 2018
  • Fix Electron vulnerability CVE-2018-15685 (#255)
  • Upgrade some dependent package versions

New in Marp 0.0.13 (Jun 14, 2018)

  • Includes security update (#229). We strongly recommend upgrading your Marp:
  • Disable external local script to prevent bypass a patch of CVE-2017-2239 (#187)

New in Marp 0.0.12 (Mar 29, 2018)

  • Upgrade Electron and dependent packages
  • Sanitize HTML import to avoid sniffing local resource
  • fix(slide): add @at-root directive to :root selector (#207)
  • Use yarn for packaging

New in Marp 0.0.11 (Jun 22, 2017)

  • Disable accessing to local resources from inline scripts (#187)
  • Remember last used filename on exporting PDF (#166, #142)
  • Allow permissive code highlighting (#132)
  • Fix typo & notation on documents (#160, #184)

New in Marp 0.0.10 (Nov 6, 2016)

  • Bug fix:
  • Improve error handling when overwriting to locked file (#94)
  • Fix glitched table rendering by to downgrade Electron to v1.3.8 (#101)
  • For developers:
  • Fix correctly to use Electron version of package.json when packaging (#114)

New in Marp 0.0.9 (Oct 10, 2016)

  • New syntaxes:
  • Background image: ![bg](image.png)
  • Supports option: ![bg original] ![bg fit] ![bg *%]
  • Math formula rendering: $c = pmsqrt{a^2 + b^2}$ #22
  • Supports inline ($) and block ($$)
  • Footer directive:
  • Prerender directive:
  • Prevent to bring issue while exporting PDF
  • Internationalization editor / theme:
  • Use system font as default #93
  • Add configuration ability of editor font and size #75
  • Improve emoji rendering #92:
  • Rendering without network access
  • Exporting by high resolution
  • Add File > Reopen with encoding to deal encoding issue #53
  • Update Electron to 1.4.3:
  • Improve stability in exporting PDF from very large markdown
  • Fix image path that is contained space and inserted by D&D #97
  • Fix Gaia theme's centered heading with custom styling #40
  • Improve relative path support #49

New in Marp 0.0.8 (Jul 13, 2016)

  • Gaia Theme:
  • Change themes by View -> Themes
  • Add Directives: $theme, template
  •  
  • Support custom scale image: ![50%](...)
  • Support image centering: ![center](...)
  • Implement context menu on editor (yhatt/mdslide#17)
  • View menu's states store per window
  • Help menu: Access sites and open examples
  • Improve initializing window displayed as flashing
  • Bugfix: Lose contents on PDF in using only Markdown View
  • Bugfix on OSX: Window can zoom with pinch or double-tap