diff --git a/changelog/80_UNRELEASED_xxxx-xx-xx.md b/changelog/80_UNRELEASED_xxxx-xx-xx.md index ee99cead..9bc41b82 100644 --- a/changelog/80_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/80_UNRELEASED_xxxx-xx-xx.md @@ -57,6 +57,7 @@ - Optimized that the default font of the web frontend is now also used for non-latin characters - Label printer WebHooks now include a new property/field `details` (that's the full product/chore/battery/etc. object) - And also `stock_entry` (containing the full stock entry object) when printing a stock entry label +- The component used (so far [Quagga2](https://github.com/ericblade/quagga2)) that powers the camera barcode scanner was replaced by [ZXing](https://github.com/zxing-js/library) which should perform overall better and it also supports 2D barcodes (QRCode/DataMatrix) (thanks @gergof) ### API