Skip to content

Releases: yeqown/go-qrcode

v1.5.7

24 Jul 13:25
1decac2
Compare
Choose a tag to compare

features

v1.5.6

07 Jul 01:41
1fea666
Compare
Choose a tag to compare

(2021-07-07)

Bug Fixes

  • #28 analyzeMode skip one byte to analyze while encMode upgraded. (1756b35)

v1.5.5

11 Jun 10:59
698f8ee
Compare
Choose a tag to compare

Fixed:

  • #24 foreground color is not applied on finder block ed9ad45

v1.5.4

27 May 00:52
940eaaf
Compare
Choose a tag to compare

(2021-05-27)

v1.5.3

06 May 07:49
8837c29
Compare
Choose a tag to compare

Features

  • export some methods to DrawContext and add example to WithCustomShape option (cd291f9)
  • no custom shape to finder avoid matrix identify failures. (819ddae)

v1.5.2

06 Apr 06:05
e9ee406
Compare
Choose a tag to compare

Fixes:

  • #17 fixed, support higher version 6+ on alignment pattern.
  • fix test cases that could not be running in parallel.
  • fix some comment and function spelling mistakes
  • fix fillVersionInfo function which put version information into the matrix with the wrong order.

v1.5.1

16 Feb 12:40
Compare
Choose a tag to compare

fixes:

  • #16 New and NewWithSpecV API panics without default ImageEncoder, now using _defaultOutputOption instead of new(outputImageOptions)

v1.5.0

29 Jan 01:07
f4acb0c
Compare
Choose a tag to compare

features:

  • extract ImageEncoder interface to support outputting image file format.
  • WithBuiltinImageEncoder for using builtin ImageEncoder, such as JPEG, PNG
  • WithCustomImageEncoder for custonmizing ImageEncoding

fixes:

  • the rectangle shape draws incorrectly with width and height. As #14 describes, it caused the images' right and bottom without border.

v1.4.1

11 Jan 04:42
26f4792
Compare
Choose a tag to compare

feat:

  • supplement full QR version configs

v1.4.0

16 Oct 12:00
2c6bc46
Compare
Choose a tag to compare

features:

  • Abstract QR code block into IShape (rectangle / circle / custom).
  • Using github.com/fogleman/gg library to draw QR Code image and each block shape.