Skip to content

Releases: marp-team/marp-vscode

v1.0.0

17 May 23:09
Compare
Choose a tag to compare

Breaking

  • VS Code >= 1.56 is now required (#231)
  • Renamed command markdown.marp.toggleMarpPreview to markdown.marp.toggleMarpFeature (#235)

Added

  • IntelliSense for Marp directives (#158, #235)
    • Auto completion for directive keys and some values
    • Syntax highlight for recognized directive keys
    • Hover help for recognized directives
  • overloading-global-directive diagnostic: Mark overloaded global directive in the subsequent definition (#232)
  • unknown-theme diagnostic: Mark if the specified theme name is not recognized by the extension (#236)

Changed

  • Support Workspace Trust: Restrict some features in the untrusted workspace (#231)
  • Upgrade Marp Core to v2.0.3 (#237)
  • Upgrade Marp CLI to v1.1.1 (#237)
    • PPTX export will become to pre-render images with high resolution
  • Upgrade dependent packages to the latest version (#237)

v0.19.1

11 May 23:40
Compare
Choose a tag to compare

Fixed

  • Presenter notes are not applied to PPTX correctly (#229, #230)

Changed

v0.19.0

10 May 04:16
Compare
Choose a tag to compare

Breaking

  • VS Code >= 1.52 is now required (#225)

Added

Changed

v0.18.0

01 May 13:19
Compare
Choose a tag to compare

Added

  • Set up automated publication into Open VSX (#211, #218)
  • markdown.marp.outlineExtension preference to enable or disable the outline extension (#212, #221)

Changed

  • Upgrade Marp Core to v2.0.1 (#217)
  • Upgrade Marp CLI to v1.0.1 (#216)
  • Upgrade development Node and dependent packages to the latest (#220)

v0.17.3

14 Mar 18:57
Compare
Choose a tag to compare

Fixed

  • Conversion into PPTX takes only the first slide if using Chromium >= v89 (#202, #205)

Changed

  • Upgrade Marp CLI to v0.23.3 (#205)
  • Upgrade dependent packages to the latest version (#205)

v0.17.2

11 Feb 10:46
Compare
Choose a tag to compare

Fixed

  • KaTeX does not be rendered together with header/footer (#200, #201)

Changed

v0.17.1

07 Feb 07:46
Compare
Choose a tag to compare

Fixed

  • VS Code for Web makes broken slide preview on Safari (#192, #197)
  • Prevent leaking defined MathJax macros into other Markdown preview (#195)

Changed

v0.17.0

05 Dec 18:05
Compare
Choose a tag to compare

Added

  • GitHub Actions workflow to upload packaged VSIX into release page (#182, #188)

Changed

  • Upgrade to Marp Core v1.4.0 (#186)
    • Stopped the confusable auto-detection of syntax highlight for code block
    • Added support for more emoji shorthands
  • Upgrade to Marp CLI v0.23.0 (#186)
    • Export into PDF/image is working with Apple Silicon
    • Auto-detection of Chromium browser for export has supported Microsoft Edge for Linux
    • No longer required restarting VS Code after changing markdown.marp.chromePath configuration
  • Upgrade development Node LTS to 14 (#186)
  • Upgrade dependent packages to the latest version (#186)
  • Switch package manager from yarn to npm (#187)

v0.16.0

19 Oct 15:29
Compare
Choose a tag to compare

Fixed

Added

Changed

v0.15.1

16 Sep 17:47
Compare
Choose a tag to compare

Fixed

NOTE: We've known to fail the export command if both of VS Code and Chromium have installed by snap: marp-team/marp-cli#287. It's probably insecure but setting custom Chrome path to the raw binary of snap Chromium may help you as a workaround.

Changed