Skip to content

Releases: manuelbl/QrCodeGenerator

v3.0.0: 10x speedup, better standard compliance

Choose a tag to compare

@manuelbl manuelbl released this 25 May 20:10

Version 3.0.0 is an entirely new implementation of the library:

  • 10x speedup
  • Better standard compliance (encoding and ECI designators)
  • QR code as a list of rectangles (merged pixels)

For simple use, a recompilation of your application is sufficient for the upgrade.
See the home page for more detailed upgrade instructions.

v2.1.0: PNG image / Structured Append

Choose a tag to compare

@manuelbl manuelbl released this 30 Dec 13:32
  • 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

Choose a tag to compare

@manuelbl manuelbl released this 14 Jul 14:06
  • Fixes a bug in the mask penalty algorithm

v2.0.6: Fix for IndexOutOfRangeException

Choose a tag to compare

@manuelbl manuelbl released this 07 Dec 09:04
  • Fixes an IndexOutOfRangeException

v2.0.5: Enable trimming

Choose a tag to compare

@manuelbl manuelbl released this 23 Mar 16:27
  • Enable trimming for .NET 6

v2.0.4: Minor enhancements

Choose a tag to compare

@manuelbl manuelbl released this 13 Oct 13:25
  • Fix problem with SVG generation with Norwegian locale
  • BMP bitmap generation added

v2.0.3: Minor enhancements

Choose a tag to compare

@manuelbl manuelbl released this 04 Jul 13:21
  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.2: Minor enhancements

Choose a tag to compare

@manuelbl manuelbl released this 04 Jul 12:59
  • QR code as graphics path for SVG and XAML
  • Smaller SVGs

v2.0.1: Minor enhancements

Choose a tag to compare

@manuelbl manuelbl released this 10 Dec 23:11
  • Include documentation into NuGet package

v2.0.0: .NET 6 compatibility

Choose a tag to compare

@manuelbl manuelbl released this 14 Nov 14:45
  • Fully compatible with .NET 6 (no longer depends on System.Drawing)
  • Separate ToBitmap() implementations for System.Drawing, SkiaSharp and ImageSharp