Releases: jimevins/glabels-qt
Releases · jimevins/glabels-qt
glabels-3.99-master564
Fix build problem when incompatible barcode.h is found. (#101)
glabels-3.99-master563
Bump required Qt version (fixes #112) (#113)
glabels-3.99-master562
Adding Herma 5028 template (#105) Signed-off-by: Teresa Remmet <teresa-dev@remmet.eu>
glabels-3.99-master561
Glabels-batch: allow project file to be provided on stdin. (#90)
glabels-3.99-master560
Update TRANSLATIONS.md (#89) * Update TRANSLATIONS.md Co-authored-by: Jim Evins <evins@snaught.com>
glabels-3.99-master559
Relax code39 barcode minimum size requirements (#88) - Most libraries use the 7.5 mils for the minimum X value, not 10. - Minimum recommended barcode height is 5 mm according to ISO/IEC 16388. - Minimum quiet zone is 10 * X according to ISO/IEC 16388. - Adjust minimum text sizes for reduced minimum barcode sizes Signed-off-by: Marton Balint <cus@passwd.hu>
glabels-3.99-master558
Disable Zint barcode backend for zint-2.7.x (#86) - New zint API is incompatible, may eventually create a compatible backend
glabels-3.99-master557
Fixes issue recognizing a change in barcode backend with no change in…
glabels-3.99-master556
Fixed minor cut&paste issue with man page.
glabels-3.99-master555
Reconciled parsing of field names with Substitution Field Spec. (#82) According to the spec., valid syntax for merge field names is determined by the merge source with a couple of minor exceptions. Current text backends allow any printable characters, so the SubstitutionField parser now accepts any printable characters.