Skip to content

Releases: yzane/vscode-markdown-pdf

1.1.0

03 May 14:41
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

1.1.0 (2018/05/03)

1.0.5

03 May 13:15
Compare
Choose a tag to compare
1.0.5 Pre-release
Pre-release

1.0.5 (2018/05/03)

  • Improve: Exception handling
  • Improve: Chromium install check
  • Add: Page break
    • Is it possible to insert page breaks? #25
  • Update: README
    • FAQ: Page break
  • Update: markdown-pdf.css
    • Add: Meiryo to font-family

1.0.4

01 May 11:50
Compare
Choose a tag to compare
1.0.4 Pre-release
Pre-release

1.0.4 (2018/05/01)

  • Fix: Display error message when downloading Chromium
  • Improve: Chromium install. Display download progress on status bar

1.0.3

30 Apr 14:08
Compare
Choose a tag to compare

1.0.3 (2018/04/30)

  • Fix: Support Multi-root Workspaces with markdown-pdf.styles option

    • Japanese font is not good #79
    • relative stylesheet paths are not working when multiple folders in workspace #68
  • Fix: markdown-pdf.styles option

    • [BUG] Custom PDF style not being used #35
    • How to change font size of generated pdf #40
    • How do you change font-family? #64
  • Improve: Support Multi-root Workspaces with markdown-pdf.outputDirectory option

    • How do I specify a relative output directory? #29
  • Fix: File encoding

    • Not correctly rendering Windows 1252 encoding #39
    • First H1 header not recognized if file starts with UTF-8 BOM #44
  • Fix: Can not convert pdf #76

  • Add: markdown-pdf.outputDirectoryRelativePathFile option

  • Add: markdown-pdf.stylesRelativePathFile option

1.0.2

25 Apr 16:45
Compare
Choose a tag to compare

1.0.2 (2018/04/24)

  • Improve: puppeteer install #76, #77

1.0.1

21 Apr 11:48
Compare
Choose a tag to compare

1.0.1 (2018/04/21)

  • Add: Allow online (https) CSS in markdown-pdf.styles #67

1.0.0

15 Apr 13:49
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

1.0.0 (2018/04/15)

  • Change: Replace pdf converter with puppeteer instead of html-pdf
  • Add: Support multiple types in markdown-pdf.type option
    • Add: Define Multiple outputformats #20
  • Add: Support markdown-it-named-headers
    • Fix: TOC extension not working on Convert Markdown to PDF #31
  • Add: Increase menu items (pdf, html, png, jpeg)
  • Update: dependencies packages

0.1.8

22 Mar 12:59
Compare
Choose a tag to compare
  • Add: markdown-pdf.includeDefaultStyles option #49
  • Fix: Inline code blocks do not use a proportional font #26
  • Update: dependencies packages