Skip to content

Releases: theohbrothers/ConvertOneNote2MarkDown

v2.18.2 🌈

29 Aug 16:25
6976d26
Compare
Choose a tag to compare

Changes

📝 Documentation

v2.18.1 🌈

07 Jul 21:28
4eaeb53
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (regression): Fix headerTimestampEnabled to add a newline between header separator and page content @leojonathanoh (#134)

📝 Documentation

  • Docs (configuration): Add comments for conversion config option about pandoc extension(s) needing to be supported by user's pandoc version @leojonathanoh (#135)

v2.18.0 🌈

07 Jul 11:27
4e72372
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

📝 Documentation

v2.17.0 🌈

31 Aug 13:16
602064e
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature (configuration): Add exportPdf option to include a .pdf export alongside .md file @leojonathanoh (#106)

🖊️ Refactors

  • Refactor (conversion config): Rename key fullexportpath to docxExportFilePath for better readability @leojonathanoh (#107)

📝 Documentation

  • Docs (configuration): Improve description of mdFileNameAndFolderNameMaxLength option in readme and configuration file @leojonathanoh (#105)

v2.16.0 🌈

30 Aug 07:40
99e1550
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement (configuration): Add option mdFileNameAndFolderNameMaxLength to limit markdown file name and parent folder names to avoid hitting filesystem limits of 255 bytes @leojonathanoh (#104)

v2.15.2 🌈

30 Aug 06:30
df0c3fb
Compare
Choose a tag to compare

Changes

📝 Documentation

  • Docs (readme): Improve requirements section clarity about needing Microsoft Word 2016 Desktop version @leojonathanoh (#103)

v2.15.1 🌈

15 Aug 20:10
840855b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Fix broken paths for second level page preceded by a third level page preceded by a first level page @leojonathanoh (#97)
  • Fix: Fix targetNotebook configuration option which might match more than one notebook @leojonathanoh (#98)
  • Fix (tests): Set -Scope It for Assert-MockedCalled in all unit tests @leojonathanoh (#100)

📝 Documentation

v2.15.0 🌈

15 Aug 00:43
0a3874c
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Support specifying Pandoc output format and extensions in conversion configuration option @leojonathanoh (#92)
  • Enhancement: Log pandoc command line when using -Verbose @leojonathanoh (#91)
  • Enhancement: List notebooks to convert on init, and number of converted pages at end of each notebook conversion @leojonathanoh (#95)
  • Enhancement (logs): Output script exception and stack trace to error stream and show any configuration file errors @leojonathanoh (#94)

🐛 Bug Fixes

  • Fix: Fix bug where backtick characters at end of lines were removed when using CRLF for newlines i.e. newlineCharacter = 2 @leojonathanoh (#93)

v2.14.1 🌈

13 Aug 09:02
41b46ca
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Support conversion of deeply nested pages or pages with long titles that failed due to long final .md absolute path or file name @leojonathanoh (#90)
  • Fix: Fix validation of keepescape configuration option @leojonathanoh (#88)

📝 Documentation

v2.14.0 🌈

12 Aug 08:47
329a6f0
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Remove isolated occurrences of '>' in bullet lists @leojonathanoh (#83)
  • Enhancement: Remove all '>' occurrences immediately following bullet lists @leojonathanoh (#86)
  • Enhancement: Prettify attachment references by only markdown-encoding brackets @leojonathanoh (#81)
  • Enhancement: Namespace temp folder by notebook name @leojonathanoh (#87)
  • Enhancement: Improve conversion speed for notebooks containing many media files @leojonathanoh (#80)
  • Enhancement: Enhance configuration option keepescape to support removing backslashes that precede non-alphanumeric characters @leojonathanoh (#85)

🐛 Bug Fixes

  • Fix: Fix bug where pages with title containing certain special characters failed to be converted @leojonathanoh (#84)

🖊️ Refactors

  • Refactor (ci): Reenable publish-draft-release job in github workflows @leojonathanoh (#82)