File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 22Change log
33==========
44
5- 8.1 ( 02 April 2025)
5+ 8.2 (01 May 2025)
6+ =================
7+
8+ - Optimize QRColorMask apply_mask method for enhanced performance
9+ - Fix typos on StyledPilImage embeded_* parameters.
10+ The old parameters with the typos are still accepted
11+ for backward compatibility.
12+
13+
14+ 8.1 (02 April 2025)
615====================
716
817- Added support for Python 3.13.
918
10- 8.0 ( 27 September 2024)
19+ 8.0 (27 September 2024)
1120========================
1221
1322- Added support for Python 3.11 and 3.12.
@@ -20,10 +29,12 @@ Change log
2029
2130- Code quality and formatting utilises ruff _.
2231
23- - Removed ``typing_extensions `` as a dependency, as it's no longer required with
32+ - Removed ``typing_extensions `` as a dependency, as it's no longer required
33+ with having Python 3.9+ as a requirement.
2434 having Python 3.9+ as a requirement.
2535
26- - Only allow high error correction rate (`qrcode.ERROR_CORRECT_H `) when generating
36+ - Only allow high error correction rate (`qrcode.ERROR_CORRECT_H `)
37+ when generating
2738 QR codes with embedded images to ensure content is readable
2839
2940.. _Poetry : https://python-poetry.org
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " qrcode"
7- version = " 8.1 "
7+ version = " 8.2 "
88packages = [{include = " qrcode" }]
99description = " QR Code image generator"
1010authors = [
" Lincoln Loop <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments