Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WhyNotHugo/python-barcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dekoza/python-barcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 16 files changed
  • 2 contributors

Commits on Jan 3, 2026

  1. Fix ISSN - don't throw out digits 11 and 12 when using EAN13 form as …

    …they are allowed by ISSN spec (see issn.org).
    dekoza committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    425120a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10c26f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7d103 View commit details
    Browse the repository at this point in the history
  4. Add scannability (image correctness) tests to ensure proper addon ren…

    …dering. Fix addon rendering by adding quiet zone.
    dekoza committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    f59619f View commit details
    Browse the repository at this point in the history
  5. Update docs/getting-started.rst

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    dekoza and Copilot authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    fcc4a10 View commit details
    Browse the repository at this point in the history
  6. Update barcode/charsets/ean.py

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    dekoza and Copilot authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    f718168 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cec724b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55a0b27 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Adjust addon rendering

    dekoza committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    de552c3 View commit details
    Browse the repository at this point in the history
  2. Update barcode/writer.py

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    dekoza and Copilot authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    6364ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a053e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea4a6b4 View commit details
    Browse the repository at this point in the history
  5. Fix guard marker for eans with and without addons; fix addon renderin…

    …g without guardlines.
    dekoza committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    9b844ee View commit details
    Browse the repository at this point in the history
Loading