Skip to content

Releases: manuth/MarkdownConverter

MarkdownConverter v5.2.1

27 Sep 22:50
Compare
Choose a tag to compare

MarkdownConverter v5.2.1

Fixed

  • Broken require calls
  • Resources by dropping .json files

Show differences

MarkdownConverter v5.2.0

26 Sep 22:26
Compare
Choose a tag to compare

MarkdownConverter v5.2.0

Fixed

  • Broken extension build
  • Incorrect code snippets in README.md (as indicated in #174)
    Thanks @karmeye
  • ConversionRunners behavior which caused Chromium instances to sometimes not close properly (as indicated in #188)
    Thanks @nixtar

Updated

  • Unit tests in order to improve stability
  • The extension's source code to the ESModule format
  • All dependencies

Show differences

MarkdownConverter v5.1.3

24 Sep 14:21
Compare
Choose a tag to compare

MarkdownConverter v5.1.3

Updated

  • All dependencies
  • Drone CI configuration for improving automated publishing
  • Deprecated vscode-test package
  • tsconfig.json files to improve development experience

Removed

  • Dependabot workflows

Added

  • Support for running unit-tests using the Mocha Test Explorer

Show differences

MarkdownConverter v5.1.2

07 Jan 00:24
Compare
Choose a tag to compare

MarkdownConverter v5.1.2

Fixed

  • Error preventing the extension from running at all
    Thanks to @DaveyJH for reporting

Updated

  • All dependencies

Show differences

MarkdownConverter v5.1.1

06 Jan 18:24
Compare
Choose a tag to compare

MarkdownConverter v5.1.1

Added

  • Support for including foreign markdown files using the markdown-it-include plugin (#132)
    Thanks a ton to Felix Lehoux
  • Support for applying classes to document sections using the markdown-it-container plugin (#132)
    Once more thanks to Felix Lehoux

Fixed

  • Broken anchor creation
  • Vulnerabilities in dependencies

Updated

  • All dependencies

Show differences

MarkdownConverter v5.0.1

05 Oct 09:52
Compare
Choose a tag to compare

MarkdownConverter v5.0.1

Updated

  • The internal slugifier to make anchors look like the ones produced by GitHub
    Once more, thanks to @Postur for pointing this out!

Show differences

MarkdownConverter v5.0.0

04 Oct 22:52
Compare
Choose a tag to compare

MarkdownConverter v5.0.0

Breaking

  • Renamed a few settings
    Have a look at this table to see what the new settings are called like now:
    Old Name New Name
    markdownConverter.Document.Design.Template markdownConverter.Document.Template
    markdownConverter.Document.Design.DefaultStyles markdownConverter.Document.DefaultStyles
    markdownConverter.Document.Design.HighlightStyle markdownConverter.Document.HighlightStyle
    markdownConverter.Document.Design.StyleSheetInsertion markdownConverter.Assets.StyleSheetInsertion
    markdownConverter.Document.Design.StyleSheets markdownConverter.Assets.StyleSheets
    markdownConverter.Document.Design.ScriptInsertion markdownConverter.Assets.ScriptInsertion
    markdownConverter.Document.Design.Scripts markdownConverter.Assets.Scripts
    Sorry for the inconvenience - I just really wanted the Design-category to go away.

Fixed

  • Broken webpack settings
  • Broken permalink-creator for anchors and the infamous table of contents creator
  • Vulnerabilities in dependencies

Added

  • Added support for inserting pictures using Base64-encoding - a huge thanks to @Postur for helping me implementing this feature!
    Use the markdownConverter.Assets.PictureInsertion to control whether to insert pictures in <img>-tags based on their paths. This works for the document's body as well as running blocks (the header and the footer)

Updated

  • All dependencies

Show differences

MarkdownConverter v4.0.3

21 Sep 15:11
Compare
Choose a tag to compare

MarkdownConverter v4.0.3

Fixed

  • An error in the Converter class which prevented users from converting documents located at paths containing a space or documents with a space in their file-name

Show differences

MarkdownConverter v4.0.2

20 Sep 23:19
Compare
Choose a tag to compare

MarkdownConverter v4.0.2

Updated

  • The release-scripts to ignore non-zero exit-codes when publishing extensions

Show differences

MarkdownConverter v4.0.1

20 Sep 22:07
Compare
Choose a tag to compare

MarkdownConverter v4.0.1

Fixed

  • Broken Include-insertion

Added

  • A missing dependency

Updated

  • The README-file
  • All dependencies

Show differences