Releases: manuelbl/QrCodeGenerator
Releases · manuelbl/QrCodeGenerator
v3.0.0: 10x speedup, better standard compliance
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
- 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
- Fixes a bug in the mask penalty algorithm
v2.0.6: Fix for IndexOutOfRangeException
- Fixes an IndexOutOfRangeException
v2.0.5: Enable trimming
- Enable trimming for .NET 6
v2.0.4: Minor enhancements
- Fix problem with SVG generation with Norwegian locale
- BMP bitmap generation added
v2.0.3: Minor enhancements
- QR code as graphics path for SVG and XAML
- Smaller SVGs
v2.0.2: Minor enhancements
- QR code as graphics path for SVG and XAML
- Smaller SVGs
v2.0.1: Minor enhancements
- Include documentation into NuGet package
v2.0.0: .NET 6 compatibility
- Fully compatible with .NET 6 (no longer depends on System.Drawing)
- Separate ToBitmap() implementations for System.Drawing, SkiaSharp and ImageSharp