mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
update to v0.4.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.4.5"
|
version = "0.4.6"
|
||||||
description="A rust port of the zxing barcode library."
|
description="A rust port of the zxing barcode library."
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
repository="https://github.com/rxing-core/rxing"
|
repository="https://github.com/rxing-core/rxing"
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Latest Release Notes
|
## Latest Release Notes
|
||||||
|
* *v0.4.6* -> Fixed an issue with pdf417 whitespace, rotation, and compaction. Fix courtesy of first time contribution from GitHub user agkyunromb.
|
||||||
* *v0.4.4* -> Major update of QRCode support.
|
* *v0.4.4* -> Major update of QRCode support.
|
||||||
|
|
||||||
The ZXing-Cpp QRCode library has been integrated. This brings large enhancements to the detection and decoding
|
The ZXing-Cpp QRCode library has been integrated. This brings large enhancements to the detection and decoding
|
||||||
|
|||||||
Reference in New Issue
Block a user