Skip to content

Releases: ChangemakerStudios/GotenbergSharpApiClient

2.6.0

16 Feb 01:08
Compare
Choose a tag to compare

What's Changed

  • Fixed: The supported office extensions were out of date -- issue #52.

    • Summary: The office extensions supported by the client were outdated and have been updated to ensure compatibility with the latest Gotenberg.
    • Thank you: A big thank you to @svengeance for reporting this issue and contributing to the fix!
  • Added: Support for metadata, as discussed in Issue #50.

    • Summary: A feature has been added to allow including metadata for documents processed by the Gotenberg.
    • Thank you: Thanks to @benniedejong for bringing this feature request to our attention!
  • Added: Support for alternative dimensions for margins, as noted in Issue #51.

    • Summary: Previously, only inches could be used for margin dimensions. Now, the client supports various units like pixels (e.g., 75px), providing greater flexibility for users when setting margins. Use .SetMarginRight(Dimension.FromPixels(33)) for example.
    • Thank you: Special thanks to @mvarendorff2 for suggesting this enhancement!

Full Changelog: 2.5.0...2.6.0

2.5.0

16 Feb 00:56
Compare
Choose a tag to compare

Full Changelog: 2.4.0...2.5.0

2.4.0

10 Aug 16:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0