Skip to content

Releases: codebude/QRCoder

v1.4.3

12 Dec 12:42
Compare
Choose a tag to compare

What has changed

  • [Enhancement] Added net6.0 and net6.0-windows as target frameworks to avoid conflicts on applications that use QRCoder while targeting net6.0 on non-Windows platforms. (PRs #358, #359; Commits 2c78d05, 84afafc)
  • [Enhancement] Decoupled XamlQRCode from QRCoder-main, to avoid unnecessary Windows-dependencies on non-Windos platforms. (PRs #358, #359; Commits 2c78d05, 84afafc)

NuGet Package (QRCoder): https://www.nuget.org/packages/QRCoder/1.4.3
NuGet Package (QRCoder.Xaml): https://www.nuget.org/packages/QRCoder.Xaml/1.4.3
Full Release Notes: https://github.com/codebude/QRCoder/wiki/Release-notes
Full Changelog: https://github.com/codebude/QRCoder/commits/v1.4.3

v1.4.2

23 Nov 22:43
f10daa1
Compare
Choose a tag to compare

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 called iconBackgroundColor 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