Skip to content

Releases: danielklecha/SharpIppNext

v2.1.2

25 Mar 16:32
Compare
Choose a tag to compare

v2.1.1

19 Mar 08:10
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Mar 11:58
1e3dabe
Compare
Choose a tag to compare

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

09 Mar 20:57
Compare
Choose a tag to compare

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

Full Changelog: v1.0.12...v2.0.0

v1.1.1

09 Mar 20:49
Compare
Choose a tag to compare

Full Changelog: v1.0.11...v1.1.1

v1.0.12

02 Oct 06:55
Compare
Choose a tag to compare

Full Changelog: v1.0.11...v1.0.12

v1.0.11

27 Sep 19:54
Compare
Choose a tag to compare

Full Changelog: v1.0.10...v1.0.11

v1.0.10

27 Sep 15:29
Compare
Choose a tag to compare

Full Changelog: v1.0.9...v1.0.10

v1.0.9

25 Sep 10:52
Compare
Choose a tag to compare

Full Changelog: v1.0.8...v1.0.9

v1.0.8

25 Sep 10:45
Compare
Choose a tag to compare

Full Changelog: v1.0.7...v1.0.8