Skip to content

Compare: Release Notes

Showing with 5 additions and 1 deletion.
  1. +4 −1 Advanced-usage---QR-Code-renderers.md
  2. +1 −0 Release-Notes.md
1 change: 1 addition & 0 deletions Release-Notes.md

Notes

  • [Enhancement] Added support for explicit WPA2 in PayloadGenerator.Wifi (PR #494)
  • [Enhancement] Added Linux support for PostscriptQRCode (PR #493)
  • [Enhancement] Added Linux support under .NET5 (or greater) for SvgQRCode incl. logo handling (PRs #490, #491)
  • [Enhancement] Improved README.MD and the examples in it (PRs #456, #481)
  • [Enhancement] Optimized performance of GenerateQrCode-function for payloads of type byte[] (PR #438)
  • [Enhancement] Added another overload of GetGraphic() to the ASCIIQrCode-renderer that allows to render smaller representations of the QR code graphic by pressing two rows of modules into one char (PR #384 with inspiration from #430)
  • [Enhancement] Added support for UTC DateTimes and DateTimeOffsets in CalenderEvent-payload generator (PR #499)
  • [Enhancement] Added support for non-Windows platforms on .NET6+ (or newer) in Base64QRCode (PR #495)
  • [Update] Updated the allowed character set for contacts/addresses in PayloadGenerator.SwissQRCode (PR #432)
  • [Update] Updated the valid country code list by XK for contacts/addresses in PayloadGenerator.SwissQRCode (PR #497)
  • [Bugfix] Changed linebreak behaviour after StrdBkgInf-field in PayloadGenerator.SwissQRCode as it is additional instead of optional since SwissQRCode standard version 2.2 (PR #411)
  • [Bugfix] Fixed bug in placement of finder patterns in ArtQrCode-renderer that occured when quietzones should be drawn and a custom finderPatternImage was set at the same time (PR #474)
  • [Bugfix] Fixed use of pixelSizeFactor in ArtQrCode-renderer, which had no effect before (PR #408)
  • [Bugfix] PayloadGenerator.Url didn't handle upper-case input correctly (PR #447)
  • [Bugfix] Fixed bug in ASCIIQRCode renderer that lead to mirrored/false rendering of ASCII QR codes (PR #476)
  • [Bugfix] Added missing url encoding of the issuer field in OneTimePassword payload generator (PR #391)
  • [Bugfix] Fixed 300 byte limit validator in PaymentOrder payload generator. Now only mandatory fields will be inspected. (PR #498)
  • [Bugfix] Fixed bug that lead to wrongly placed logo backgrounds when rendering a SvgQRCode with logo and disabled quietzones at the same time. (PR #502)

Thanks for PRs and support to: @Shane32, @MarkusG, @PolnerA, @Timwi, @josh-, @doggy8088, @mharen, @Tragen, @HolyOne, @gfoidl, @RamonaFrickCH, @koaqiu, @hbdbim, @gliljas

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Enhancement] Optimized performance of `GenerateQrCode`-function for payloads of type `byte[]` (PR [#438](https://github.com/codebude/QRCoder/pull/438))
- [Enhancement] Added another overload of `GetGraphic()` to the `ASCIIQrCode`-renderer that allows to render smaller representations of the QR code graphic by pressing two rows of modules into one char (PR [#384](https://github.com/codebude/QRCoder/pull/384) with inspiration from [#430](https://github.com/codebude/QRCoder/pull/430))
- [Enhancement] Added support for UTC DateTimes and DateTimeOffsets in `CalenderEvent`-payload generator (PR [#499](https://github.com/codebude/QRCoder/pull/499))
- [Enhancement] Added support for non-Windows platforms on .NET6+ (or newer) in `Base64QRCode` (PR [#495](https://github.com/codebude/QRCoder/pull/495))
- [Update] Updated the allowed character set for contacts/addresses in `PayloadGenerator.SwissQRCode` (PR [#432](https://github.com/codebude/QRCoder/pull/432))
- [Update] Updated the valid country code list by `XK` for contacts/addresses in `PayloadGenerator.SwissQRCode` (PR [#497](https://github.com/codebude/QRCoder/pull/497))
- [Bugfix] Changed linebreak behaviour after `StrdBkgInf`-field in `PayloadGenerator.SwissQRCode` as it is additional instead of optional since SwissQRCode standard version 2.2 (PR [#411](https://github.com/codebude/QRCoder/pull/411))
Expand Down