diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba00089f..bcf77331d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: push: branches: - "*" + tags: + - "*" pull_request: branches: - "*" @@ -353,6 +355,8 @@ jobs: runs-on: ubuntu-22.04 + permissions: write-all + needs: - ci - docs-pdf diff --git a/CHANGES b/CHANGES index 3c3a93643..2da749210 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/src/ean13.ps b/src/ean13.ps index 1789a9510..7ccb944e9 100644 Binary files a/src/ean13.ps and b/src/ean13.ps differ diff --git a/src/ean8.ps b/src/ean8.ps index 21b38662b..754ae3ad7 100644 Binary files a/src/ean8.ps and b/src/ean8.ps differ diff --git a/src/upca.ps b/src/upca.ps index 56017ccef..a68b10302 100644 Binary files a/src/upca.ps and b/src/upca.ps differ diff --git a/src/upce.ps b/src/upce.ps index 233c36573..3148c679b 100644 Binary files a/src/upce.ps and b/src/upce.ps differ diff --git a/tests/ps_tests/ean13composite.ps b/tests/ps_tests/ean13composite.ps index 49db579df..ca05b0199 100644 Binary files a/tests/ps_tests/ean13composite.ps and b/tests/ps_tests/ean13composite.ps differ diff --git a/tests/ps_tests/ean8composite.ps b/tests/ps_tests/ean8composite.ps index 302e03a11..9ef7decb3 100644 Binary files a/tests/ps_tests/ean8composite.ps and b/tests/ps_tests/ean8composite.ps differ diff --git a/tests/ps_tests/upcacomposite.ps b/tests/ps_tests/upcacomposite.ps index 22b10d9d6..0fbd8ba52 100644 Binary files a/tests/ps_tests/upcacomposite.ps and b/tests/ps_tests/upcacomposite.ps differ diff --git a/tests/ps_tests/upcecomposite.ps b/tests/ps_tests/upcecomposite.ps index fa70454af..00f4a3d0b 100644 Binary files a/tests/ps_tests/upcecomposite.ps and b/tests/ps_tests/upcecomposite.ps differ