Skip to content

Releases: guitarrapc/SkiaSharp.QrCode

0.7.0

13 Dec 19:15
e834ae3
Compare
Choose a tag to compare

Note

This release include security fix for 'SkiaSharp' 2.80.2, which has a known high severity vulnerability, GHSA-j7hp-h8jx-5ppr

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

05 May 09:18
432a503
Compare
Choose a tag to compare

Strong Name Assembly is supported.

ref: https://docs.microsoft.com/en-us/dotnet/standard/assembly/strong-named

What's Changed

New Contributors

  • @github-actions made their first contribution in #51

Full Changelog: 0.5.0...0.6.0

0.5.0

25 Apr 18:25
96d9eb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

25 Nov 20:05
0d90ae4
Compare
Choose a tag to compare

This is Linux package dependency fix.

Feature

n/a

Fix

  • fix: libskiasharp dependency. SkiaSharp.QrCode 0.4.0 had explict dependency with SkiaSharp.NativeAssets.Linux 2.80.2, now it's removed.
    • side effect: Must explict add SkiaSharp.NativeAssets.Linux.NoDependencies or SkiaSharp.NativeAssets.Linux when running on Linux. refer README for more detail.

0.4.0

24 Nov 18:56
1e9cae0
Compare
Choose a tag to compare

Summary

Features

  • Added functionality to change the color of the qr code. (#10) thanks @AlexGipp
  • Added functionality to add icon to the center of the qr code. (#13) thanks @AlexGipp
  • bump SkiaSharp version from 1.68.0 to 2.80.2 (#17, #24)

Misc

  • add Unit Test for netcore31 and net50 (#22, #23)
  • switch ci to github actions (#24)

Samples

  • add NanoServer samples (#6)
  • add Color and Icon samples (#21)

0.3.2

06 Mar 05:15
8f2edfe
Compare
Choose a tag to compare