From 4364f07899769fc424c8a5e30e22ff69ed20f9d7 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 21 Mar 2025 17:47:39 +0100 Subject: [PATCH] Added changelog for #2706 / #2705 --- changelog/80_UNRELEASED_xxxx-xx-xx.md | 1 + 1 file changed, 1 insertion(+) 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