v1.4.2
What has changed
- [Feature] New renderer called "ArtQrCode" for rendering QR codes with dots and background pictures (PRs #295, #344)
- [Feature] Added new payload generator called "RussiaPaymentOrder", following the 56042:2014-standard, that can be used to generate QR codes for payment purposes. (PR #338)
- [Feature] Support for .NET5 (PR #286)
- [Feature] Added strong-name signing (PR #331)
- [Feature] New parameter/option to render a logo on SvgQrCodes (PRs #281, #346, #347)
- [Enhancement] Added 'organization' and 'organization title' to the ContactData payload generator (PRs #276, #325)
- [Enhancement] Added DataTooLong exception to warn users for too long payloads in combination with too small requestVersion-parameter (Commit 49d5b35)
- [Enhancement] Improved performance and reduced filesize for SvgQrCodes (PR #265)
- [Enhancement] Switched to new Whatsapp url scheme (https:/wa.me/...) in Whatsapp payload generator (PR #333)
- [Enhancement] Added optional parameter to disable HEX-style escpaing in WiFi payload generator (PR #334)
- [Enhancement] Added a new parameter for AsciiQrCode that allows suppression of the quiet zone/border around the code (PR #339)
- [Enhancement] Added a new parameter for PngByteQRCode that allows suppression of the quiet zone/border around the code (PR #350)
- [Enhancement] Improved coding of the Mail/SMS/MMS payload generators (PR #349)
- [Bugfix] In some cases AsciiQrCodes weren't rendered well/lines were missing (PR #339)
- [Bugfix] The parameter
iconBorderWith
on the QRCode-renderer stopped working (from QRCoder 1.4.0 on). It got fixed and works again. In addition a new parameter callediconBackgroundColor
was added, which allows to set the background color of an icon. (PR #351)
NuGet Package: https://www.nuget.org/packages/QRCoder/1.4.2
Full Release Notes: https://github.com/codebude/QRCoder/wiki/Release-notes
Full Changelog: https://github.com/codebude/QRCoder/commits/v1.4.2