This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Releases: yhatt/marp
Releases · yhatt/marp
v0.0.14
v0.0.13
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
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
v0.0.11
Marp 0.0.x has already dropped maintenance but this release would deal with important security issue.
Updates
v0.0.10
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
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 *%]
- Supports option:
- Math formula rendering:
$c = \pm\sqrt{a^2 + b^2}$
#22- Supports inline (
$
) and block ($$
)
- Supports inline (
- Footer directive:
<!-- footer: Footer text -->
- Prerender directive:
<!-- prerender: true -->
- Prevent to bring issue while exporting PDF
- Prevent to bring issue while exporting PDF
- Background image:
- Internationalization editor / theme
- 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
- 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
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 ofgulp run
v0.0.7
Updates
- Support Directives
- Show page number with
page_number
directive. - Resize slide by Global Directives
$width
,$height
, and$size
.
- Show page number with
- 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
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
Please refer mdSlide's releases page for getting older releases.