| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QRCoder.Xaml.1.8.0.nupkg | 2026-04-04 | 52.9 kB | |
| QRCoder.1.8.0.nupkg | 2026-04-04 | 993.7 kB | |
| README.md | 2026-03-27 | 1.7 kB | |
| v1.8.0 source code.tar.gz | 2026-03-27 | 545.7 kB | |
| v1.8.0 source code.zip | 2026-03-27 | 689.9 kB | |
| Totals: 5 Items | 2.3 MB | 6 | |
What's Changed
- Refactor conversion of text to data segments by @Shane32 in https://github.com/Shane32/QRCoder/pull/670
- Refactor BuildBitArrayFromSegment by @Shane32 in https://github.com/Shane32/QRCoder/pull/671
- Eliminates exceptions when characters are outside ISO-8859-1 range by @Shane32 in https://github.com/Shane32/QRCoder/pull/672
- Refactor DataSegment from struct to class and add chained segment capability by @Shane32 in https://github.com/Shane32/QRCoder/pull/673
- Rename AlphanumericEncoder.CanEncode by @Shane32 in https://github.com/Shane32/QRCoder/pull/675
- Refactor DataSegment handling for improved encoding support by @Shane32 in https://github.com/Shane32/QRCoder/pull/677
- Fix condition for ISO-8859-1 encoding selection in GetTargetEncoding method by @Shane32 in https://github.com/Shane32/QRCoder/pull/681
- Prep DataSegment for multi mode QR codes by @Shane32 in https://github.com/Shane32/QRCoder/pull/683
- Add multi mode encoding by @Shane32 in https://github.com/Shane32/QRCoder/pull/676
- Optimize alphanumeric encoder and galois field constants by @Shane32 in https://github.com/Shane32/QRCoder/pull/684
- Fix PDF spec compliance, git line-ending corruption, and add xref validation test by @Copilot in https://github.com/Shane32/QRCoder/pull/691
- Fix EPS protocol violations in PostscriptQRCode: remove showpage and setpagedevice from EPS output by @Shane32 in https://github.com/Shane32/QRCoder/pull/694
New Contributors
- @Copilot made their first contribution in https://github.com/Shane32/QRCoder/pull/691
Full Changelog: https://github.com/Shane32/QRCoder/compare/v1.7.0...v1.8.0