Releases: tuespetre/TuesPechkin
Releases · tuespetre/TuesPechkin
TuesPechkin 2.1.1
TuesPechkin 2.1.0
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
TuesPechkin 2.0.0
Please review the README.md to overview what 2.0.0 is all about.
TuesPechkin 1.0.3
- 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
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
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
- 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
This release covers issue #7.
TuesPechkin 0.9.3.2
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