1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 09:57:02 +00:00

Version 2.15.0

To be released tomorrow 2025-02-25
This commit is contained in:
gitlost
2025-02-24 20:21:03 +00:00
parent f747de3684
commit 4896136bdb
41 changed files with 81 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
Version 2.14.0.9 (dev) not released yet (2025-02-23)
====================================================
Version 2.15.0 (2025-02-25)
===========================
***2.14.0 regression fix***
---------------------------
@@ -8,15 +8,12 @@ Version 2.14.0.9 (dev) not released yet (2025-02-23)
**Incompatible changes**
------------------------
- New `text_length` field in `symbol` (useful for new output option
`BARCODE_RAW_TEXT`)
- New `text_length` field in `symbol`
Changes
-------
- iso4217: remove 191 (HRK), 694 (SLL), 931 (CUC); add 926 (VED)
- Add `text_length` (length of `text`) to `zint_symbol`, and new
`BARCODE_RAW_TEXT` option for `output_options` and new warning
`ZINT_WARN_HRT_RAW_TEXT` for when set when outputting HRT
- Add `text_length` (length of `text`) to `zint_symbol`
- PLESSEY: add show default check characters option
Bugs