Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: danielklecha/SharpIppNext

v2.1.6

13 Nov 08:03
f854f92

Choose a tag to compare

What's Changed

  • Fixed the character encoding bug causing garbled Chinese characters in IPP attributes. by @fightroad in #23

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

12 Nov 19:28

Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

v2.1.4

06 Nov 22:05

Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

v2.1.3

14 Oct 13:56

Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

25 Mar 16:32

Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

19 Mar 08:10

Choose a tag to compare

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

v2.1.0

18 Mar 11:58
1e3dabe

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

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

Choose a tag to compare

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

v1.0.12

02 Oct 06:55

Choose a tag to compare

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