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: lincolnloop/python-qrcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mrchoke/python-qrcode
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.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    a02f5fd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. add new qrcode svg drawer

    mrchoke committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    14e2b48 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Configuration menu
    Copy the full SHA
    48726b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. refactor SvgVerticalBarsDrawer and improve error handling in main.py

    Co-authored-by: Copilot <copilot@github.com>
    mrchoke and Copilot committed Mar 8, 2026
    Configuration menu
    Copy the full SHA
    7d34869 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Configuration menu
    Copy the full SHA
    8fc7154 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Refactor SVG module drawer logic for clarity and maintainability

    - Simplified the calculation of `alone` variable in multiple drawer classes.
    - Improved readability by restructuring conditional statements.
    - Added new SVG shape drawers for playing-card suits and decorative shapes.
    - Introduced random rotation functionality for various shapes.
    - Implemented composite drawer classes to mix different shapes in a QR code.
    mrchoke committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    b666e88 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. Configuration menu
    Copy the full SHA
    57bf831 View commit details
    Browse the repository at this point in the history
Loading