v2.8.0 🌈
Changes
This release adds a prompt asking whether to convert only a specified notebook (defaults to converting all notebooks). Console logs are tidier and more readable. In addition it fixes an issue where the script terminates when converting empty pages.
🚀 Features
- Enhancement: Improve configuration compilation and error handling @leojonathanoh (#26)
- Enhancement (logs): Log created folder as a single line @leojonathanoh (#29)
- Enhancement (configuration): Add ability to convert only a specified notebook @leojonathanoh (#25)
- Enhancement (ci): Add github workflows @leojonathanoh (#22)
🐛 Bug Fixes
- Fix: Fix wrong removal of angle brackets when keepspaces = 1 @leojonathanoh (#31)
- Fix: Fix null exception when .md content is empty @leojonathanoh (#32)
- Fix (pipeline): Convert Write-Output output to use Write-Host stream @leojonathanoh (#28)
- Fix (configuration): Support trailing backslash in destination folder path configuration @leojonathanoh (#24)
👗 Style
- Style: Format script for better readability @leojonathanoh (#23)
📝 Documentation
- Docs (readme): Update summary @leojonathanoh (#30)
- Docs (readme): Update credits and maintainers @leojonathanoh (#27)