Skip to content

Releases: tuespetre/TuesPechkin

TuesPechkin 2.1.1

21 Jan 15:18
Compare
Choose a tag to compare

Addresses an issue with not finding the DLL for embedded deployments.

TuesPechkin 2.1.0

21 Jan 04:07
Compare
Choose a tag to compare

Adds support for conversion to image, custom headers, custom post items, and cookies. Bug fixes include an issue with setting boolean and double properties.

TuesPechkin 2.0.1

06 Jan 03:18
Compare
Choose a tag to compare

Fixes a regression in 2.0.0 that caused hanging in IIS for some use cases.

See: #55, #56

TuesPechkin 2.0.0

22 Dec 04:40
Compare
Choose a tag to compare

Please review the README.md to overview what 2.0.0 is all about.

TuesPechkin 1.0.3

03 Jun 20:03
Compare
Choose a tag to compare
  • Global setting margins now uses culture-invariant formatting of double values
  • Global setting color mode now works properly ('color' or 'grayscale')
  • Several boolean values now work properly ('LoadImages', 'EnableJavascript', etc.)

TuesPechkin 1.0.2

03 Jun 03:44
Compare
Choose a tag to compare

Corrected an issue with IIS environments using Windows Authentication: the synchronized thread used internally now runs under the identity of the process and not any impersonated user.

TuesPechkin 1.0.1

31 May 21:20
Compare
Choose a tag to compare

Corrected a problem with everything hanging when the AppDomain unloads. This fix is also backed up by a new unit test to prevent regression.

TuesPechkin 1.0.0

29 May 21:10
Compare
Choose a tag to compare
  • Began to use semantic versioning.
  • Removed ExtendedQtAvailable and Version properties from Factory.
  • Setting UseX11Graphics on Factory will no longer throw an InvalidOperationException.
  • The initialization of the library is now thread-safe.
  • Removed UseSynchronization property from Factory. Synchronization is now mandatory.
  • IPechkin no longer implements IDisposable or has property IsDisposed or event Disposed.
  • Consequently, UseDynamicLoading is no longer an option for Factory.
  • SynchronizedDispatcherThread is no longer a public class available for reuse.
  • Removed LibInitEventHandler, LibDeInitEventHandler, and DisposedEventHandler delegates.
  • Improved exception handling within synchronized thread. Exceptions now bubble out
  • Set 'PrintBackground' to 'true' by default
  • GlobalConfig/ObjectConfig have been radically redesigned. See API and usage for details.
  • Multiple objects in one conversion now supported! (Multiple web pages, HTML documents, etc in one PDF)
  • Everything is in the 'TuesPechkin' namespace now (instead of 'Pechkin.')
  • You better just read the 'Usage' section for a glance at how the API has changed.

TuesPechkin 0.9.3.3

12 May 18:27
Compare
Choose a tag to compare

This release covers issue #7.

TuesPechkin 0.9.3.2

09 May 20:26
Compare
Choose a tag to compare
Release 0.9.3.2

Added solution for use between multiple sites/apps simultaneously; also
added GZip compression to reduce the assembly size by over half