mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 21:15:57 +00:00
CLI: fix bug in "--scalexdimdp" in converting from "in" to "mm"
(was dividing instead of multiplying doh); make "--scalexdimdp" units check error messages better; add more "--test" tests & have `validate_units()` etc take `errbuf` arg to make them more test-friendly GUI: `copy_to_clipboard()` unshadow `data` -> `fdata` test suite: make `utf8_to_wide()` same as "backend/output.c" & fix return vals; add `QZint::save_to_memfile()` test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Version 2.16.0.9 (dev) not released yet (2025-12-29)
|
||||
Version 2.16.0.9 (dev) not released yet (2025-12-31)
|
||||
====================================================
|
||||
|
||||
**Incompatible changes**
|
||||
@@ -13,6 +13,11 @@ Changes
|
||||
- CLI: allow "tiff" as filetype (saved as ".tif");
|
||||
add `ZINT_TEST`-only "--test" option to do various internal tests
|
||||
|
||||
Bugs
|
||||
----
|
||||
- CLI: fix "--scalexdimdp" X-dim inch units being divided instead of multiplied
|
||||
on conversion to mm
|
||||
|
||||
|
||||
Version 2.16.0 (2025-12-19)
|
||||
===========================
|
||||
|
||||
Reference in New Issue
Block a user