Skip to content

Releases: Sicos1977/ChromiumHtmlToPdf

Version 4.1.2

29 Oct 08:34
Compare
Choose a tag to compare
  • Updated nuget packages
  • Some small fixes here and there

Version 4.1.1

24 Oct 06:28
Compare
Choose a tag to compare
  • Made some logging more human readable
  • The Page.loadEventFired is now used to determine that the page has been fully loaded. Use the property WaitForNetworkIdle = true to switch to the old (slower) behaviour

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)