Releases: theohbrothers/ConvertOneNote2MarkDown
Releases · theohbrothers/ConvertOneNote2MarkDown
v2.23.1 🌈
Changes
📝 Documentation
- Docs (readme): Update GitHub CI badge @leojonathanoh (#184)
- Docs (readme): Add FAQ about Page attachments being missing or corrupt during conversion @leojonathanoh (#185)
v2.23.0 🌈
Changes
🚀 Features
- Enhancement (ci): Add powershell 7.4 test job @leojonathanoh (#178)
🐛 Bug Fixes
- Fix (tests): Ensure interactive configuration uses default values when empty values are passed @leojonathanoh (#176)
📝 Documentation
- Docs: Print short message on errors about checking FAQ in
README.md
@leojonathanoh (#177)
v2.22.0 🌈
Changes
🚀 Features
- Enhancement: Use full path for
$env:TEMP
instead of the MSDOS 8.3 shortened path @leojonathanoh (#173) - Enhancement: Print stack trace on errors and improve error messages @leojonathanoh (#169)
- Enhancement: Honor
-ErrorAction Stop
during page conversion and add docs about using it to ensure entire conversion went perfectly @leojonathanoh (#172)
📝 Documentation
- Docs: Add FAQ on how to install Pandoc so that it is correctly set in
PATH
@leojonathanoh (#170) - Docs (readme): Add FAQ on temporarily bypassing Powershell Execution Policy @leojonathanoh (#171)
v2.21.0 🌈
Changes
🚀 Features
- Enhancement: Add clearer error message and FAQ on Powershell Core 7.1 and above being unsupported @leojonathanoh (#164)
- Enhancement (ci): Add Powershell 7.3 test job @leojonathanoh (#166)
🐛 Bug Fixes
- Fix (configuration): Add support for
$notesdestpath
config option to contain spaces @leojonathanoh (#165)
v2.20.0 🌈
Changes
🚀 Features
- Enhancement (config): Add ability for
$keepspaces
option to strip extra newline between ordered list items @leojonathanoh (#161)
v2.19.2 🌈
Changes
🐛 Bug Fixes
- Fix (ci): Bump actions to node 16 and bump powershell images @leojonathanoh (#153)
📝 Documentation
- Docs (readme): Update FAQ about needing to keep OneNote open during the conversion @leojonathanoh (#155)
- Docs (readme): Remove unneeded changelog @leojonathanoh (#151)
- Docs (readme): Fix formatting, phrasing, and typos @leojonathanoh (#156)
- Docs (readme): Add notes about possibly needing to open Powershell and OneNote as
Administrator
@leojonathanoh (#157) - Docs (readme): Add notes about Windows Powershell being included Windows 10 and 11, and not to use Windows Powershell ISE @leojonathanoh (#152)
- Docs (readme): Add note that only notebooks opened in OneNote can be converted, and FAQ on errors due to Windows Defender and Word plugins @leojonathanoh (#158)
- Docs (config): Improve
$conversion
config option description and add recommendation for Obsidian Markdown and Github Flavored Markdown @leojonathanoh (#154)
v2.19.1 🌈
Changes
🐛 Bug Fixes
- Fix: Add missing validation of supported Powershell versions @leojonathanoh (#147)
- Fix (ci): Fix missing
test-powershell-5-1-windows-2022
job in*-draft-release
needs
key @leojonathanoh (#148)
v2.19.0 🌈
Changes
🚀 Features
- Enhancement (config): Change
dryRun
config option to a boolean integer @leojonathanoh (#142)
v2.18.4 🌈
Changes
🐛 Bug Fixes
- Fix (ci): Fix misspelled job in
update-draft-release
andpublish-draft-release
jobs needs key @leojonathanoh (#143)
v2.18.3 🌈
Changes
🐛 Bug Fixes
- Fix (ci): Remove deprecated windows-2016 test job (continued) @leojonathanoh (#140)
- Fix (ci): Remove deprecated windows-2016 test job @leojonathanoh (#139)
- Fix (ci): Bump all test jobs to run on
ubuntu-latest
@leojonathanoh (#141)