Releases: danielklecha/SharpIppNext
Releases · danielklecha/SharpIppNext
v2.1.2
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Fix ipps default port (443) by @georg-jung in #14
- Specify version in global.json in a supported format by @georg-jung in #15
- Add support for
WhichJobsSupported
and{Pdf|Jpeg}KOctetsSupported
by @georg-jung in #16
Full Changelog: v2.0.0...v2.1.0
v2.0.0
This release has a lot of fixes. The most important thing is that I modified the structure of the requests. Previously all data was mixed in a single class for each request. Now, each IPP section has its class with properties. It could be a challenge to update existing code but in the long term, it allows us to stick to the documentation.
Many thanks to all contributors! You motivated me to work on this project.
What's Changed
- Add unit test that parses GetPrinterAttributes responses by @georg-jung in #7
- Add docfx docs to GitHub Pages by @georg-jung in #6
- Add tests that parse responses to GetJobAttributes and PrintJob by @georg-jung in #9
- Fix integer encoding / decoding on big endian systems by @xqrzd in #11
New Contributors
- @georg-jung made their first contribution in #7
- @xqrzd made their first contribution in #11
Full Changelog: v1.0.12...v2.0.0
v1.1.1
Full Changelog: v1.0.11...v1.1.1
v1.0.12
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Full Changelog: v1.0.10...v1.0.11
v1.0.10
Full Changelog: v1.0.9...v1.0.10
v1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
Full Changelog: v1.0.7...v1.0.8