Marp Changelog

What's new in Marp 0.0.14 Pre-release

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

New in Marp 0.0.13 Pre (Jun 14, 2018)

  • Disable external local script to prevent bypass a patch of CVE-2017-2239 (#187)

New in Marp 0.0.12 Pre (Mar 27, 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 Pre (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 Pre (Nov 7, 2016)

  • Bugfix:
  • Improve error handling when overwriting to locked file (#94)
  • Fix glitched table rendering by to downgrade Electron to v1.3.8 (#101)

New in Marp 0.0.9 Pre (Oct 11, 2016)

  • Updates:
  • 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 Pre (Jul 13, 2016)

  • 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
  • Gaia Theme:
  • Change themes by View -> Themes
  • Add Directives: $theme, template
  • For Developers:
  • Update to Electron 1.2.2, jQuery 3.0.0
  • Use npm start instead of gulp run

New in Marp 0.0.7 Pre (Jul 13, 2016)

  • Change default slide size from A4 to 4:3 for compatibility with PowerPoint.
  • Support exporting PDF by custom size.
  • Support quick image insert with D&D.
  • Support opening multi-byte encodings text files.
  • Bugfix: Not resolve image path included multi-byte.
  • Windows: Fix not to resolve image path with splited by .
  • Support Directives:
  • Show page number with page_number directive.
  • Resize slide by Global Directives $width, $height, and $size.
  • For developers:
  • Update to Electron 1.2.1, with improving of slide preload JS.
  • Improve Slide CSS ( More CSS variables / Flexbox centering )

New in Marp 0.0.6 Pre (Jul 13, 2016)

  • Updates:
  • Apply brand new icon & loading throbber.
  • Supports image's relative path from .md file path (yhatt/mdslide#3)
  • Store window size & maximized states. (yhatt/mdslide#13)
  • Improve link opening behavior from slides.
  • Improve emoji rendering.
  • For developers:
  • Update to Electron 1.1.3.
  • Improve Slide CSS ( CSS variables / Splited MD preview style / Prepare page number )