Skip to content

v2.11.1 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 15:41
· 163 commits to master since this release
6b89918

Changes

This release fixes an bug in v2.11.0 where some identically-named pages within a section were not converted because their file name(s) were not suffixed with an increment (e.g. my-page.md, my-page-1.md, my-page-2.md). It also fixes a bug affecting v2.11.0 and all previous versions where each identically-named page within a notebook did not generate a fully unique .docx intermediate file and hence if a user used $usedocx = 2 (i.e. use existing .docx files), might have been converted from a .docx of another identically-named page leading to wrong markdown content.

It is recommended to use v2.11.1 immediately to ensure pages in notebooks are reliably converted.

🐛 Bug Fixes

  • Fix: Generate fully unique .docx file for each page of a notebook @leojonathanoh (#60)
  • Fix: Fix identically-named pages within a section not being converted into a uniquely named .md file @leojonathanoh (#59)
  • Fix: Add missing Set-StrictMode in entrypoint @leojonathanoh (#62)

📝 Documentation