Skip to content

v2.0.18

Latest
Compare
Choose a tag to compare
@ap0llo-bot ap0llo-bot released this 19 Dec 23:27

New Features

Bug Fixes

Details

Add support for using Markdown link syntax in footers

When a footer's value is a valid Markdown link which's destination is a http or https address, replace the footer value with a link in the output.

Add .NET 8 support

Remove support for .NET 6 and .NET 7

.NET 6 and .NET 7 have reached their end-of-life.

  • BREAKING: Running changelog now required .NET 8 to be installed
  • Pull Request: #540
  • Commit: f922f92

Escape html tags in change log entry titles

If the title of a change log entry contains a HTML tag (e.g. <code>), escape the element in the output of all Markdown templates and the Html template

GitHub Integration: Update Octokit to fix integer overflow while getting issue or PR web url

GitHub's ids for PRs and issues now exceed int.MaxValue which caused an overflow exception in Octokit (which is sued to access the GitHub API)