Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Releases: yhatt/marp

v0.0.14

15 Nov 16:35
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release
  • Fix Electron vulnerability CVE-2018-15685 (#255)
  • Upgrade some dependent package versions

v0.0.13

14 Jun 03:55
70abebb
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release

Currently we are working on the next Marp (@marp-team/marp), but v0.0.13 includes security update (#229). We strongly recommend upgrading your Marp.

  • Disable external local script to prevent bypass a patch of CVE-2017-2239

v0.0.12

27 Mar 09:10
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

This release would become the last release of pre-released version unless is reported an important vulnerability. We are planning the future of Marp in @marp-team/marp.

Updates

  • 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

v0.0.11

22 Jun 07:50
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Marp 0.0.x has already dropped maintenance but this release would deal with important security issue.

Updates

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

v0.0.10

06 Nov 15:52
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Bugfix

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

Linux

  • Fix the termination unexpectedly when selecting "Don't save" on closing confirm dialog (#104)
  • Fix to select "Cancel" when pressing Esc key at closing confirm dialog (#104, #112)
For developers
  • Fix correctly to use Electron version of package.json when packaging (#114)

v0.0.9

08 Oct 20:21
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

I'm sorry to have took a very long time until this release. I must thank to too many feedback from user.

Updates

  • New syntaxes
    • Background image: ![bg](image.png)
      • Supports option: ![bg original] ![bg fit] ![bg *%]
    • Math formula rendering: $c = \pm\sqrt{a^2 + b^2}$ #22
      • Supports inline ($) and block ($$)
    • Footer directive: <!-- footer: Footer text -->
    • Prerender directive: <!-- prerender: true -->
      • 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
For developers

Please check out Roadmap to Marp 1.0.0.

v0.0.8

14 Jun 14:51
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Updates

  • 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
For Developers
  • Update to Electron 1.2.2, jQuery 3.0.0
  • Use npm start instead of gulp run

v0.0.7

03 Jun 12:58
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Updates

  • Support Directives
    • Show page number with page_number directive.
    • Resize slide by Global Directives $width, $height, and $size.
       
  • 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 \.
For developers
  • Update to Electron 1.2.1, with improving of slide preload JS.
  • Improve Slide CSS ( More CSS variables / Flexbox centering )

v0.0.6

29 May 13:01
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Marp has been renamed from mdSlide!

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 )

v0.0.5

29 May 13:04
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Please refer mdSlide's releases page for getting older releases.