Skip to content

Releases: MaxMelcher/AzureDevOps.WikiPDFExport

4.0.3

29 Nov 16:13
Compare
Choose a tag to compare

Adding OSX support.

Full Changelog: 4.0.2...4.0.3

4.0.1

27 Nov 09:45
18a7357
Compare
Choose a tag to compare

What's Changed

  • Fix (possibly hack) such that internal .md file links anchors are created correctly... by @gravesp in #84

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0 (Major Release / Breaking Changes)

15 Nov 10:09
Compare
Choose a tag to compare

Major Release & Breaking Changes!

Highlights

  • Migration to NET 6, Linux support
  • Replacement of rendering engine
  • Tons of smaller fixes and addition

Please download .NET 6 runtime

Breaking Changes

Please note that the command line arguments have changed. Most notably the header/footer commands - for this you have to provide a html file now.
Unfortunately v4 does not support pdf bookmarks any longer, that is a tradeoff of the new rendering engine.

Thanks

Thanks to @Jheronymus @AltarBeastiful @rfennell for your help!

Full Changelog: v3.3.0...4.0.0

v4-beta4 - Runs on linux

03 Sep 23:47
Compare
Choose a tag to compare
Pre-release
v4.0.0-beta4

v4.0.0-beta4

fix: custom css was not used

03 Sep 22:07
Compare
Choose a tag to compare

fixed a regression that custom css styles were not applied.

v4.0.0-beta2

30 Aug 23:20
Compare
Choose a tag to compare
v4.0.0-beta2 Pre-release
Pre-release

better handling of math formula, exclude frontmatter/yaml tags.

v4.0.0-beta

29 Aug 22:34
Compare
Choose a tag to compare
v4.0.0-beta Pre-release
Pre-release

Beta release, most of the features are in or refactored.

v3.3.0 - Include Work Items in the PDF

23 Aug 15:26
Compare
Choose a tag to compare

Thanks to @AltarBeastiful we can now print workitems, bugs, userstories in the pdf - just reference them with the hash notation and they will be converted.

You have to provide your azure devops organization (--organization) and a Personal Access Token with at least read permissions to Work Items (get them from https://dev.azure.com/[YOUR ORGANIZATION]/_usersSettings/tokens).

Fixing anchor links

20 Aug 13:01
Compare
Choose a tag to compare

Removing anchor links #79 for now.

4.0.0-alpha

08 Aug 10:30
Compare
Choose a tag to compare
4.0.0-alpha Pre-release
Pre-release

alpha release with puppeteer as pdf renderer.