Releases: theohbrothers/ConvertOneNote2MarkDown
Releases · theohbrothers/ConvertOneNote2MarkDown
v2.18.2 🌈
Changes
📝 Documentation
- Docs (readme): Update minimum pandoc version to
2.11.2
@leojonathanoh (#136)
v2.18.1 🌈
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 🌈
Changes
🚀 Features
- Enhancement (ci): Add
windows-2022
test job @leojonathanoh (#132)
🐛 Bug Fixes
- Fix: Search recursively for all attachment(s) @mikelehen @leojonathanoh @watkinrt (#118)
- Fix: Fix keepspaces option to work with nested lists @mikelehen @leojonathanoh (#120)
- Fix: Fix 'Add heading' mutation to not strip first line for pages without newline between the page's title and its first line (very rare case) @mikelehen @leojonathanoh (#116)
- Fix (logging): Fix error logging to be more readable @leojonathanoh (#129)
- Fix (ci): Bump *nix jobs
runs-on
fromubuntu-16.04
toubuntu-18.04
@leojonathanoh (#111)
📝 Documentation
- Docs (readme): Simplify readme and remove unneeded sections @leojonathanoh (#108)
- Docs (readme): Fix credits section comments @leojonathanoh (#109)
- Docs (readme): Add more errors under 'Common errors' section @leojonathanoh (#130)
- Docs (readme): Add 'Common Errors' section in readme @leojonathanoh (#128)
- Docs (ci): Cleanup Bug Report issue template @leojonathanoh (#131)
v2.17.0 🌈
Changes
🚀 Features
- Feature (configuration): Add
exportPdf
option to include a.pdf
export alongside.md
file @leojonathanoh (#106)
🖊️ Refactors
- Refactor (conversion config): Rename key
fullexportpath
todocxExportFilePath
for better readability @leojonathanoh (#107)
📝 Documentation
- Docs (configuration): Improve description of
mdFileNameAndFolderNameMaxLength
option in readme and configuration file @leojonathanoh (#105)
v2.16.0 🌈
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 🌈
Changes
📝 Documentation
- Docs (readme): Improve requirements section clarity about needing Microsoft Word 2016 Desktop version @leojonathanoh (#103)
v2.15.1 🌈
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
forAssert-MockedCalled
in all unit tests @leojonathanoh (#100)
📝 Documentation
- Docs (issues): Add issue templates @leojonathanoh (#99)
v2.15.0 🌈
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 🌈
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
- Docs: Move LICENSE and README.md to repo base @leojonathanoh (#89)
v2.14.0 🌈
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)