Skip to content

Commit

Permalink
Merge branch 'bwipp:master' into optimal-maxicode
Browse files Browse the repository at this point in the history
  • Loading branch information
lyngklip authored Nov 3, 2024
2 parents a68766e + f28c639 commit f06beb5
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "*"
tags:
- "*"
pull_request:
branches:
- "*"
Expand Down Expand Up @@ -353,6 +355,8 @@ jobs:

runs-on: ubuntu-22.04

permissions: write-all

needs:
- ci
- docs-pdf
Expand Down
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-10-13

* The baseline of EAN/UPC addons is now correctly aligned with the guard bars in the primary symbol.


2024-08-17

* Support for HRI text was added to the GS1 Digital Link variant symbologies.
Expand Down
Binary file modified src/ean13.ps
Binary file not shown.
Binary file modified src/ean8.ps
Binary file not shown.
Binary file modified src/upca.ps
Binary file not shown.
Binary file modified src/upce.ps
Binary file not shown.
Binary file modified tests/ps_tests/ean13composite.ps
Binary file not shown.
Binary file modified tests/ps_tests/ean8composite.ps
Binary file not shown.
Binary file modified tests/ps_tests/upcacomposite.ps
Binary file not shown.
Binary file modified tests/ps_tests/upcecomposite.ps
Binary file not shown.

0 comments on commit f06beb5

Please sign in to comment.