Releases: ArcticLampyrid/winprint.rs
Releases · ArcticLampyrid/winprint.rs
v0.2.0
🚨 Breaking Changes
- Include feature option pack to reuse code - by @ArcticLampyrid (91fbf)
- Use plural form in capabilities for option packs listing - by @ArcticLampyrid (4747c)
- Remove listing
DocumentDuplex
as I never fetch it. .NET do not provide support for listing it either. - by @ArcticLampyrid (a4c7f)
🚀 Features
- Add
display_name
toPageMediaSize
- by @ArcticLampyrid (36d3f) - Add helper for
PageOrientation
- by @ArcticLampyrid (90262) - Add option pack for duplex type - by @ArcticLampyrid (4bf11)
- Add option pack for page output color - by @ArcticLampyrid (eec25)
- Add option pack for page resolution - by @ArcticLampyrid (b0f26)
- Add
Windows.Data.Pdf
backend for pdf printing - by @ArcticLampyrid (56246) - Image printer - by @ArcticLampyrid (fd85c)
- Add utility to specify copies - by @ArcticLampyrid in #1
- Fetch capabilities for given ticket - by @ArcticLampyrid (b96fa)
- Add
PageImageableSize
for fetching imageable size - by @ArcticLampyrid (8ebd2)
🐞 Bug Fixes
- Do not include that source error in its own
Display
representation - by @ArcticLampyrid (681b6) - Set proper dpi for DirectX render - by @ArcticLampyrid (84f1d)
🏎 Performance
- Make initializer for
NULL_DEVICE
valueconst
- by @ArcticLampyrid (4c835)
View changes on GitHub
v0.1.0
First release