Skip to content

Latest commit

 

History

History
177 lines (141 loc) · 9.2 KB

CHANGELOG.md

File metadata and controls

177 lines (141 loc) · 9.2 KB

Change Log

1.5.0 (2023/09/08)

  • Improve: The default date format for headers and footers has been changed to the ISO-based format (YYYY-MM-DD).
    • Support different date formats in templates #197
  • Improve: Avoid TimeoutError: Navigation timeout of 30000 ms exceeded and TimeoutError: waiting for Page.printToPDF failed: timeout 30000ms exceeded #266
  • Fix: Fix description of outputDirectoryRelativePathFile #238
  • README
    • Add: Specification Changes
    • Fix: Broken link

1.4.4 (2020/03/19)

  • Change: mermaid javascript reads from URL instead of from local file
    • Add: markdown-pdf.mermaidServer option
    • add an option to disable mermaid #175
  • Add: markdown-pdf.plantumlServer option
    • support configuration of plantUML server #139
  • Add: configuration scope
    • extend setting 'headerTemplate' with scope... #184
  • Update: slug for markdown-it-named-headers
  • Update: markdown.css, markdown-pdf.css
  • Update: dependent packages
  • Fix: Fix for issue #186 #187
  • Fix: move the Meiryo font to the end of the font-family setting
    • Meiryo font causing \ to show as ¥ #83
    • Backslash false encoded #124
    • Errors in which 한글(korean word) is not properly printed #148
  • Fix: Improve the configuration schema of package.json
    • Some settings can now be set from the settings editor.

1.4.3 (2020/03/12)

  • Fix: markdown-include regular expression
    • Fix: Unable to export to pdf from markdown #166
    • Fix: python code export err #178
  • Fix: Add support for Ubuntu and Centos
    • Fix: Error: Failed to lanuch chrome! #97
    • Fix: I failed to launch chrome in WSL #160
    • Fix: Unable to export to pdf from markdown #166

1.4.2 (2020/02/16)

  • Add: Support gray-matter (preview)
    • Avoid to display front matter #157
    • Currently, only some settings can be specified.
  • Fix: Improve the configuration schema of package.json
    • Some settings can now be set from the settings editor.
  • Fix: Specifying custom style sheets with a relative path does not work #170
  • Fix: Pass language to markdown-pdf puppeteer #172
    • Date Format #95
  • Improve: Reduce Regex strictness of markdown-it-include #174

1.4.1 (2019/10/28)

  • Fix: "ReferenceError: MarkdownPdf is not defined" on auto create PDF on save in VSCodium #156

1.4.0 (2019/10/27)

1.3.1 (2019/09/30)

  • Update: README
  • Update: CHANGELOG

1.3.0 (2019/09/30)

  • Add: Support markdown-it-include
    • Integrate markdown-it-include plugin #138
    • Add: markdown-pdf.markdown-it-include.enable option
  • Update: README

1.2.1 (2019/09/23)

  • Fix: fix typo, grammar #122
  • Add: Option to specify the plantuml delimiter #104
  • Update: dependencies packages
  • Update: README
    • Delete the description of the obsolete options.

1.2.0 (2018/05/03)

1.1.0 (2018/05/03)

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 (2018/05/01)

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

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 (2018/04/24)

  • Improve: puppeteer install #76, #77

1.0.1 (2018/04/21)

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

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 (2018/03/22)

  • Add: markdown-pdf.includeDefaultStyles option #49
  • Fix: Inline code blocks do not use a proportional font #26
  • Update: dependencies packages

0.1.7 (2017/04/05)

  • Change: Display completion message on status bar #19
  • Add: markdown-pdf.convertOnSaveExclude option #16
  • Fix: broken code-blocks #18
  • Fix: Image path error #14
  • Update: markdown.css of the vscode
  • Update: dependencies packages

0.1.6 (2017/02/05)

  • Fix: Relative path error of markdown-pdf.styles #9
  • Fix: Output file is not created #10
  • Add: markdown-pdf.outputDirectory option

0.1.5 (2017/01/09)

  • Add: Support for relative path in markdown-pdf.styles option #5
  • Fix: ERROR: phantomjs binary does not exist #2
  • Update: README
  • Add: CHANGELOG
  • Update: dependencies packages

0.1.4 (2016/09/19)

  • Add: markdown-pdf.convertOnSave option

0.1.3 (2016/08/29)

  • Fix: Color of the inline code (`)

0.1.2 (2016/08/20)

  • Add: Ability to convert markdown file from editor context
  • Update: README

0.1.1 (2016/08/16)

  • Add: Japanese README

0.1.0 (2016/08/14)

  • Initial release.