|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Image.QRCode 0.1.0 |
4 | | - |
5 | | -This is the changelog for Image.QRCode version 0.1.0 released on April 28th, 2026. |
| 3 | +## [0.1.0] 2026-05-02 |
6 | 4 |
|
7 | 5 | ### Initial release |
8 | 6 |
|
9 | | -* `Image.QRCode.encode/2` — encodes a string to a `Vix.Vips.Image.t/0` QR code |
10 | | - with configurable error-correction level, version range, mask, scale and |
11 | | - quiet-zone width. |
| 7 | +* `Image.QRCode.encode/2` — encodes a string to a `Vix.Vips.Image.t/0` QR code with configurable error-correction level, version range, mask, scale and quiet-zone width. |
12 | 8 |
|
13 | | -* `Image.QRCode.decode/1` — decodes any QR codes in a `Vix.Vips.Image.t/0`, |
14 | | - with implicit conversion of arbitrary colourspaces and band formats to |
15 | | - single-band 8-bit grayscale. |
| 9 | +* `Image.QRCode.decode/1` — decodes any QR codes in a `Vix.Vips.Image.t/0`, with implicit conversion of arbitrary colourspaces and band formats to single-band 8-bit grayscale. |
16 | 10 |
|
17 | | -* NIF binding implemented over the vendored |
18 | | - [nayuki/QR-Code-generator](https://github.com/nayuki/QR-Code-generator) |
19 | | - (encoder, MIT) and [dlbeer/quirc](https://github.com/dlbeer/quirc) |
20 | | - (decoder, ISC) C libraries. Both encoder and decoder run on dirty CPU |
21 | | - schedulers and are safe under concurrent invocation. |
| 11 | +* NIF binding implemented over the vendored [nayuki/QR-Code-generator](https://github.com/nayuki/QR-Code-generator) (encoder, MIT) and [dlbeer/quirc](https://github.com/dlbeer/quirc) (decoder, ISC) C libraries. Both encoder and decoder run on dirty CPU schedulers and are safe under concurrent invocation. |
22 | 12 |
|
23 | | -* Precompiled NIF artefacts published for Linux (gnu/musl × x86_64/aarch64/ |
24 | | - armv7), macOS (x86_64/arm64) and Windows (x86_64) via `cc_precompiler`. |
| 13 | +* Precompiled NIF artefacts published for Linux (gnu/musl × x86_64/aarch64/ armv7), macOS (x86_64/arm64) and Windows (x86_64) via `cc_precompiler`. |
0 commit comments