Releases: alexzhirkevich/qrose
Releases · alexzhirkevich/qrose
1.1.2
1.1.1
Fixes
- Cannot access 'typealias ImageFormat = Bitmap.CompressFormat': it is internal in file.
- The QR background is no longer scaled with the
scaleparameter.
1.1.0
- Compose updated to 1.10.0
- Kotlin updated to 2.3.0
Features
- Added support for non-square QR logo image and non-square logo cutout using
QrLogoShape.ovalandQrLogoShape.rect - Added support for QR background image and fill
- Added support for QR
scaleinside the painter (for example to add a padding when exporting)
1.0.1
1.0.0
- Compose 1.6 with wasmJs
- Support for barcodes: UPC, EAN, ITF, Codabar, Code 128, Code 93, Code39
1.0.0-beta3
- Added
.toByteArrayconverter for easy export QrCode and any other painters to PNG, JPEG, WEBP - Decreased jvm target to 11.
1.0.0-beta02
Initial release