Changelog for pgzint 0.2.0 2026-07-26 - Remove bespoke PNG image generation, switch to using BARCODE_MEMORY_FILE so Zint renders the PNG - Require Zint 2.14.0 or above, to accommodate BARCODE_MEMORY_FILE - Make height a float8 (double) instead of integer, to align with Zint's API - Simplify pgzint.c, even if it means duplicating a couple lines - Droped extraneous columns from bc_symbols table - bc_symbol_dim - bc_symbol_minlength - bc_symbol_numeric - bc_symbol_parity - bc_symbol_checkdigit - bc_symbol_notes - Drop barcodes view entirely, it only select'ed from the table anyways - Update bc_symbol table with recent symbol additions/changes 0.1.4 2019-05-09 - [3] Buffer overflow on foreground and background colors - Make scale a float8 (double) instead of integer, to align with Zint's API - Add support for ALTER EXTENSION 0.1.3 2018-08-05 - [sigh] fix pgxn release 0.1.2 2018-08-05 - Add support for barcode rotation - Better guard against invalid input - Thank you to Michal for suggesting both of the above 0.1.1 2018-01-09 - Update to support zint 2.6.2 0.1.0 2016-11-28 - Initial version.