1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-10 05:26:00 +00:00

- composite/MAXICODE: set option_1/2 to values used in encodation

("Feedback options"), and for composites use in GUI to give
  feedback on CC type automatically selected
- composite: warn if CC type upped from requested
- set_height: give up on giving minimal height in warning for now
  as too messy to calc and just report too small
This commit is contained in:
gitlost
2025-03-09 02:08:41 +00:00
parent 0d1f878661
commit 64fd01c73f
11 changed files with 371 additions and 322 deletions

View File

@@ -1,4 +1,4 @@
Version 2.15.0.9 (dev) not released yet (2025-03-07)
Version 2.15.0.9 (dev) not released yet (2025-03-09)
====================================================
**Incompatible changes**
@@ -6,6 +6,8 @@ Version 2.15.0.9 (dev) not released yet (2025-03-07)
- Symbol structure members `option_1`, `option_2` and `option_3` now updated
after `ZBarcode_Encode()` and variants are called, and there are three new
methods in the Qt Backend to access to them
- GS1 Composites now return warning if CC type upped from requested due to size
of composite data
Changes
-------
@@ -18,6 +20,7 @@ Changes
- AZTEC: give more precise warnings in low ECC situations, and indicate via
`option_1` by setting to -1 (min 3 words), 0 (<5% + 3 words)
- Better warning messages on non-compliant heights
- composite: warn if CC type upped from requested
Bugs
----