Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

Version 4.1.0

21 Oct 18:25
Compare
Choose a tag to compare
  • Fixed deadlock issues in NavigateToAsync methods
  • Added more logging
  • Fixed some minor things here and there

Version 4.0.1

15 Oct 17:32
a0bb65a
Compare
Choose a tag to compare
  • Made code async from top to bottom (so make sure you test this)
  • Implemented new file cache for document helper class
  • Updated nuget packages

Version 3.1.6

25 Sep 06:15
Compare
Choose a tag to compare
  • Updated nuget packages
  • Catch exception when one is thrown from the HTMLSanitizer

Version 3.1.5

22 Sep 07:40
Compare
Choose a tag to compare
  • The new chromium headless mode is now the only and default mode

Version 3.1.4

23 Aug 06:38
Compare
Choose a tag to compare
  • Downgraded some nuget packages to resolve a version conflict
  • Replaced UDE.Net with UTFUnknown package
  • Added extra logging

Version 3.1.3

16 Aug 17:22
Compare
Choose a tag to compare
  • Updated nuget package
  • Some changes when targeting mac OSX

Version 3.1.1

31 Jul 08:44
Compare
Choose a tag to compare
  • Updated nuget package
  • Fixed error when saving image

Version 3.1.0

04 Jun 11:24
Compare
Choose a tag to compare
  • Updated nuget packages
  • Added support for --headless=new (See UseNewHeadlessMode property)
  • Added option to add HTTP request headers (See ConvertUri class)

Version 3.0.0

10 May 07:15
Compare
Choose a tag to compare
  • This project now targets Chromium instead of Chrome
  • Added support for Microsoft Edge
  • Renamed library from ChromeHtmlToPdfLib to ChromiumHtmlToPdfLib (so you need to update the namespaces)

Version 2.6.8

29 Mar 15:55
Compare
Choose a tag to compare
  • Updated nuget packages
  • Fix caching bug