0.0.10
- spinbox for copies

0.0.9
- page of labels; matrix of columns x rows, distance adjustable; now 3 cols 7 rows

0.0.8
- labels next to each other in (3) columns

0.0.7
- correction in interpretation checksum= when 10 return 0 (instead of 10)
- FConfig: table name and fields also stored in Settings
- selecting procuct from list checks the number and draws the barcode.
- added code to extract data from article table with at least fields "art_ref" and "art_barcode"
- added barcode.sql with create table statements.(changed from product to article afterwards-oeps!)
- added to project: gb.db en gb.db.mysql
- added a dropdown (for database data later on)
- FConfig added for database connection settings
- screen location of textboxes changed to make place for dropdown

0.0.6
- added a text field for human-readable product name or description (todo: how far from code?)

0.0.5
- icon made from screenshot
- use of barcode in EAN13 system with supplier prefix of 9 chars and product code of 3 chars
- input of code split up in supplier part - product part - control digit
- CBarcodeEan13 class added with check to calculate control value
- button to save supplier part of code in settings
- gb.settings added to project

0.0.4
- started with some changes on "Barcode" standard sample program  delivered with the Gambas IDE (version 2.8)

Note: all printing is done to the standard printing device, direct, without confirmation dialog.