Releases: MaxMelcher/AzureDevOps.WikiPDFExport
4.0.3
Adding OSX support.
Full Changelog: 4.0.2...4.0.3
4.0.1
4.0.0 (Major Release / Breaking Changes)
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
v4.0.0-beta4 v4.0.0-beta4
fix: custom css was not used
fixed a regression that custom css styles were not applied.
v4.0.0-beta2
better handling of math formula, exclude frontmatter/yaml tags.
v4.0.0-beta
Beta release, most of the features are in or refactored.
v3.3.0 - Include Work Items in the PDF
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
Removing anchor links #79 for now.
4.0.0-alpha
alpha release with puppeteer as pdf renderer.