Added changelog for #2706 / #2705

This commit is contained in:
Bernd Bestel
2025-03-21 17:47:39 +01:00
parent d26f24a28b
commit 4364f07899

View File

@@ -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