Skip to content

Tags: aruZeta/QRgen

Tags

v3.1.0

Verified

This tag was signed with the committer’s verified signature.
aruZeta Alberto Robles Gomez
v1.0.0

Features:
- Support padding in `renderImg` #51

[Check this version's docs](https://aruzeta.github.io/QRgen/v3.1.0/QRgen.html)

v3.0.0

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v3.0.0

Enhancements:
- Remove separation forcing by checking `moSep` #48

Fixes added:
- Better rect and separation forcing #47

Breaking changes:
- `moSep` is set to 0 by default
- Moved `forceUserRect` as the last parameter of `printSvg`

v2.2.1

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v2.2.1:

Features added:
- Faster ecc encoding #45

Fixes:
- SVG embed encoding quotes inside attributes #43

v2.2.0

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v2.2.0

Features added:
- Render QR in pixie's `Image` (which can render PNG images among
others) # 36

Fixes:
- No alignment patterns drawn when only moRad is specified #38

v2.1.1

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v2.1.1

Fixes:
- `printTerminal` not working properly in the JS backend #33
- Implicit conversion to cstring in JS backend #34

v2.1.0

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v2.1.0

Features added:
- Embed SVG image in generated SVG #30

v2.0.0

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v2.0.0

Breaking changes:

- Change how roundness is set #23
- Class names for svg 7097a07
- Removed `printSvg` proc overloads #24
- Removed `newQR` and `newQRCode` overloads #25
- Added new param to `printSvg`, `moSep` #26
- Grouping `<rect>` in `<g>` #27
- Made `moSep` into a `Percentage` #29

v1.0.1

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v1.0.1

Fixes:
- Encoding to `byte mode` not working on windows.
- Can't compile the lib in js backend.
- Can't send QR to stdout.

Features added:
- `byte mode` now encodes to UTF-8.

v1.0.0

Verified

This tag was signed with the committer’s verified signature. The key has been revoked.
aruZeta Alberto Robles Gomez
v1.0.0

After a lot of time to develop the library, I can finally release the
first and stable version: v1.0.0.

Features added:
- Supports all QR versions: from `1` to `40`.
- Supports all EC (Error Correction) levels: `L`, `M`, `Q` and `H`.
- Supports `numeric mode`, `alphanumeric mode` and `byte mode`.
- Supports printing a QR code on your terminal via standard output.
- Supports printing a QR code to SVG, with custom colors, rounded
alignment patterns and rounded data modules.