| 2024-03-01 09:04 | README: note on version support | Tobias Bengfort |
| 2024-03-01 08:53 | README: add more information on code reduction | Tobias Bengfort |
| 2024-03-01 08:32 | gf: fix code order | Tobias Bengfort |
| 2024-03-01 02:45 | cleanup gitignore | Tobias Bengfort |
| 2024-03-01 02:42 | change README | Tobias Bengfort |
| 2024-03-01 02:42 | change module | Tobias Bengfort |
| 2024-03-01 02:24 | refactor/minimize code | Tobias Bengfort |
| 2024-02-29 17:37 | rm tests | Tobias Bengfort |
| 2020-06-17 19:49 | Encode mixed numeric/alphanumeric data segments as one alphanumeric data segment if that's more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version. | Tom |
| 2020-05-26 17:57 | Merge pull request #33 from vsenko/occasional-byte-encoding-efficiency-over-mixed-encoding | tfh |
| 2020-05-19 17:19 | Merge pull request #34 from vsenko/export-NewWithForcedVersion | tfh |
| 2020-05-19 17:15 | Merge pull request #29 from shvc/master | tfh |
| 2020-05-19 08:15 | Export NewWithForcedVersion | vsenko |
| 2020-05-19 07:45 | Check if a single byte encoded segment would be more efficient than mixed encoding | vsenko |
| 2020-01-13 09:04 | add go.mod | vager |
| 2019-10-27 15:24 | Update README.md | tfh |
| 2019-10-27 14:54 | Merge branch 'fix_scaling' | Tom |
| 2019-10-17 16:33 | Add DisableBorder option to disable the QR Code quiet zone entirely, thus no more margins/borders. Defaults to borders for compatibility. | Tom |
| 2019-10-17 16:33 | Fix optional tests using zbarimg | Tom |
| 2019-10-14 17:14 | Fix scaling of QR codes in fixed sized images. | Tom |
| 2019-10-14 17:07 | Fix scaling of QR codes in fixed sized images. | Tom |
| 2019-01-10 00:05 | Merge pull request #20 from warbaby/img_set_performance | tfh |
| 2019-01-07 03:13 | bgClr is always zero, no need to set | wangbei |
| 2019-01-05 12:39 | perf: improve img bitmap fill performance | wangbei |
| 2019-01-03 00:52 | Merge pull request #19 from pseyfert/smallerQRcode | tfh |
| 2019-01-03 00:17 | create smaller QR codes with ToSmallString | Paul Seyfert |
| 2017-12-29 12:04 | Merge pull request #15 from chris-rock/chris-rock/text-as-lib | tfh |
| 2017-12-29 11:54 | moves cli output generator to lib. this enables other application to reuse this functionality | Christoph Hartmann |
| 2017-12-27 01:05 | Merge pull request #14 from onodera-punpun/master | tfh |
| 2017-12-26 14:14 | Add WriteColorFile | Camille Scholtz |
| 2017-12-14 17:50 | Merge pull request #12 from EwanEwart/patch-1 | tfh |
| 2017-12-14 11:40 | Update example_test.go | EwanEwart |
| 2017-08-12 16:12 | Implement variable sized image support. | tfh |
| 2017-04-04 20:54 | Merge pull request #9 from skip2/skip2-travis-go1.7 | Tom Harwood |
| 2017-04-04 20:53 | Update TravisCI config to use Go 1.7. | Tom Harwood |
| 2017-04-04 20:51 | Merge pull request #8 from Aslai/master | Tom Harwood |
| 2017-04-04 19:03 | Crunch down output PNG by a bit | Kaslai |
| 2017-03-27 23:37 | Merge pull request #7 from Deleplace/negative | Tom Harwood |
| 2017-03-23 23:17 | Extra flag -i to invert black and white (negative photo). | Deleplace |
| 2017-03-23 23:10 | Merge pull request #6 from Deleplace/master | Tom Harwood |
| 2017-03-23 22:51 | Better rectangle char U+2588 █ 'FULL BLOCK' for text-art. | Deleplace |
| 2017-03-22 14:51 | 2D char map works better on "white" background. | Deleplace |
| 2017-03-22 14:48 | Extra flag -t to print as 2D char map on STDOUT. | Deleplace |
| 2016-12-31 17:30 | Merge pull request #3 from shenwei356/master | Tom Harwood |
| 2016-12-31 16:53 | remove "release" from .travis.yml | shenwei356 |
| 2016-12-31 16:01 | fix go get command | shenwei356 |
| 2016-12-31 15:44 | add cli, add method QRCode.Write(), update readme | shenwei356 |
| 2016-01-24 02:09 | Merge pull request #2 from shawnps/gofmt | Skip |
| 2016-01-22 23:39 | gofmt -s | shawnps |
| 2015-03-15 20:24 | Add Travis CI button, update docs path to point at github. | Tom Harwood |
| 2015-03-15 20:18 | Add Travis CI config file. | Tom Harwood |
| 2015-03-15 20:10 | Switch to github import paths. | Tom Harwood |
| 2015-03-14 20:01 | Update README.md | Asa |
| 2015-03-14 19:36 | Create README.md | Asa |
| 2014-04-23 21:05 | Package documentation functions as the README. | Tom Harwood |
| 2014-04-23 19:08 | Fix symbols consisting of a single block not having their remainder bits applied. | Tom Harwood |
| 2014-04-23 18:37 | += bitset comments | Tom Harwood |
| 2014-04-22 23:20 | golint fixes #2 | Tom Harwood |
| 2014-04-22 23:17 | golint fixes | Tom Harwood |
| 2014-04-18 17:46 | Add .gitignore | Tom Harwood |
| 2014-04-18 17:45 | Fix repetitive comment. | Tom Harwood |
| 2014-04-18 17:26 | Test data type optimisation close to the maximum encodable limit of 2953 bytes. | Tom Harwood |
| 2014-04-17 00:28 | Improve penalty calculations, still incomplete. | Tom Harwood |