Skip to content

v2.10.0 馃寛

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 17:39
· 193 commits to master since this release
641bdd6

Changes

This release adds an option to use a config.ps1 instead of entering configuration via interactive prompts. It adds support for Powershell core up to 7.0, and some useful warning messages for missing dependencies. A newline is now added between the document title and the timestamp in markdown (if including timestamps which is enabled by default).

馃殌 Features

  • Feature: Add support for declarative configuration using config.ps1 @leojonathanoh (#45)
  • Enhancement: Add support for Powershell core < 7.1 for Windows @leojonathanoh (#43)
  • Enhancement: Add newline between document title and timestamp @leojonathanoh (#42)
  • Enhancement (logs): Add warning about missing onenote assemblies on Windows @leojonathanoh (#44)
  • Enhancement (configuration): Enhance appearance of interactive configuration prompts @leojonathanoh (#46)

馃悰 Bug Fixes