Skip to content

Releases: manuelbl/QrCodeGenerator

v2.1.0: PNG image / Structured Append

30 Dec 13:32

Choose a tag to compare

  • Adds the generation of PNG images without the need for an additional library
  • Adds the creation of multiple linked QR codes for long text (aka structured append)

v2.0.7: Fix for mask penalty algorithm

14 Jul 14:06

Choose a tag to compare

  • Fixes a bug in the mask penalty algorithm

v2.0.6: Fix for IndexOutOfRangeException

07 Dec 09:04

Choose a tag to compare

  • Fixes an IndexOutOfRangeException

v2.0.5: Enable trimming

23 Mar 16:27

Choose a tag to compare

  • Enable trimming for .NET 6

v2.0.4: Minor enhancements

13 Oct 13:25

Choose a tag to compare

  • Fix problem with SVG generation with Norwegian locale
  • BMP bitmap generation added

v2.0.3: Minor enhancements

04 Jul 13:21

Choose a tag to compare

  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.2: Minor enhancements

04 Jul 12:59

Choose a tag to compare

  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.1: Minor enhancements

10 Dec 23:11

Choose a tag to compare

  • Include documentation into NuGet package

v2.0.0: .NET 6 compatibility

14 Nov 14:45

Choose a tag to compare

  • Fully compatible with .NET 6 (no longer depends on System.Drawing)
  • Separate ToBitmap() implementations for System.Drawing, SkiaSharp and ImageSharp

v1.6.1: Minor enhancements

19 Oct 14:36

Choose a tag to compare

  • Add color support