Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 23:09
· 481 commits to main since this release

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)