| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1f4955e commit 1e95d6c
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,10 +2,14 @@ | |||
| 2 | 2 | Change log | |
| 3 | 3 | ========== | |
| 4 | 4 | ||
| 5 | - 7.2 (unreleased) | ||
| 6 | - ================ | ||
| 5 | + 7.2 (19 July 2021) | ||
| 6 | + ================== | ||
| 7 | + | ||
| 8 | + - Add Styled PIL image factory, allowing different color masks and shapes in QR codes | ||
| 9 | + | ||
| 10 | + - Small performance inprovement | ||
| 7 | 11 | ||
| 8 | - - Nothing changed yet. | ||
| 12 | + - Add check for border size parameter | ||
| 9 | 13 | ||
| 10 | 14 | ||
| 11 | 15 | 7.1 (1 July 2021) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,3 +3,4 @@ include LICENSE | |||
| 3 | 3 | include signing-key.asc | |
| 4 | 4 | include tox.ini | |
| 5 | 5 | include doc/qr.1 | |
| 6 | + ignore .pypirc | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | .\" Manpage for qr | |
| 2 | - .TH QR 1 "1 Jul 2021" "7.1" "Python QR tool" | ||
| 2 | + .TH QR 1 "19 Jul 2021" "7.2" "Python QR tool" | ||
| 3 | 3 | .SH NAME | |
| 4 | 4 | qr \- script to create QR codes at the command line | |
| 5 | 5 | .SH SYNOPSIS | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [metadata] | |
| 2 | 2 | name = qrcode | |
| 3 | - version = 7.2.dev0 | ||
| 3 | + version = 7.2 | ||
| 4 | 4 | description = QR Code image generator | |
| 5 | 5 | long_description = file: README.rst, CHANGES.rst | |
| 6 | 6 | author = Lincoln Loop | |
| Back | FazBrowse Home | New Git URL |
0 commit comments