Skip to content

2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:23
· 2 commits to master since this release

JupyMD 2.0.1

This release fixes a bug brekaing Jupyter to markdown conversion and addresses Obsidian plugin review notes for JupyMD 2.0.0.

The review returned the following flag:

Error: Found 3 dynamic <script> element creations
Dynamically injecting script elements can load and execute arbitrary external code.

This however was caused by unused React 19 internals. This version downgrades React to version 18.3.1.

Bug Fixes

  • convert legacy Jupyter notebooks (1006d4f)
  • prevent dynamic script creation in releases (847a85d)
  • remove system identity reads (68f8ad8)
  • repair notebook-to-note selection (081365b)