Skip to content

Commit 5afacb5

Browse files
committed
Update changelog
1 parent 160967b commit 5afacb5

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
# Changelog
22

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
64

75
### Initial release
86

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.
128

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.
1610

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.
2212

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

Comments
 (0)