You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-[Enhancement] Optimized performance of `GenerateQrCode`-function for payloads of type `byte[]` (PR [#438](https://github.com/codebude/QRCoder/pull/438))
-[Enhancement] Added another overload of `GetGraphic()` to the `ASCIIQrCode`-renderer that allows to render smaller representations of the QR code graphic by pressing two rows of modules into one char (PR [#384](https://github.com/codebude/QRCoder/pull/384) with inspiration from [#430](https://github.com/codebude/QRCoder/pull/430))
-[Enhancement] Added support for UTC DateTimes and DateTimeOffsets in `CalenderEvent`-payload generator (PR [#499](https://github.com/codebude/QRCoder/pull/499))
-[Enhancement] Added support for non-Windows platforms on .NET6+ (or newer) in `Base64QRCode` (PR [#495](https://github.com/codebude/QRCoder/pull/495))
-[Update] Updated the allowed character set for contacts/addresses in `PayloadGenerator.SwissQRCode` (PR [#432](https://github.com/codebude/QRCoder/pull/432))
-[Update] Updated the valid country code list by `XK` for contacts/addresses in `PayloadGenerator.SwissQRCode` (PR [#497](https://github.com/codebude/QRCoder/pull/497))
-[Bugfix] Changed linebreak behaviour after `StrdBkgInf`-field in `PayloadGenerator.SwissQRCode` as it is additional instead of optional since SwissQRCode standard version 2.2 (PR [#411](https://github.com/codebude/QRCoder/pull/411))