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: python-escpos/python-escpos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0
Choose a base ref
...
head repository: python-escpos/python-escpos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1
Choose a head ref
  • 17 commits
  • 60 files changed
  • 5 contributors

Commits on Nov 17, 2023

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

Commits on Nov 30, 2023

  1. Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#596)

    Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0.
    - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
    - [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-rtd-theme
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8274833 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    9a1699a View commit details
    Browse the repository at this point in the history
  2. update to newest python-barcode (#595)

    * update to newest python-barcode
    patkan authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ac23c08 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    86a715c View commit details
    Browse the repository at this point in the history
  2. allow qr to set all arguments to image (#600)

    * allow qr to set all arguments to image
    
    * increase coverage
    patkan authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5914c7c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Improve test coverage and fix issue in path loading (#602)

    * reactivate skipped tests
    
    * remove unused internal interfaces
    
    * enable pytest in VS Code
    
    * simplify and fix path logic in loader
    
    * increase test coverage
    
    * test missing config
    
    * check for wrong printer names
    
    * Skipped appdir test
    patkan authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    815f247 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.rst (#603)

    patkan authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9e49c9 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-python from 4.7.1 to 4.8.0 (#604)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.7.1...v4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c91eec5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-python from 4.8.0 to 5.0.0 (#605)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.8.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d2b213d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Refactor to using f-strings (#608)

    * update authors
    
    * refactor to using f-strings
    patkan authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    91cbc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Bump github/codeql-action from 2 to 3 (#610)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    06bdb56 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. start removal of six and improve type annotation (#607)

    * fix unfinished Python2 -> 3 translation
    * remove some six usage
    * annotate
    * fix regression in Six removal
    * mypy: self.enf is always defined
    * fix return type of cups.py
    * Usb idVendor/idProduct are integers
    * self.default_args is always defined
    * tweak usb_args, PEP589 is better
    * lp.py: reassure mypy
    * correctly cast call to CashDrawerError()
    * update CUPS test
    * add missing close() method in metaclass
    * document a bug in typeshed
    * query_status() returns bytes as seen in constants.py
    * remove more SIX usage
    * test examples too
    * remove type comment where type is annotated
    * adapt behavior of cups printer to match other implementations
    
    ---------
    
    Co-authored-by: Patrick Kanzler <dev@pkanzler.de>
    Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
    3 people authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    66a2e78 View commit details
    Browse the repository at this point in the history
  2. More mypy (#612)

    * remove type comment where type is annotated
    * move function tests
    * remove six from tests
    * add none annotations
    * add more types
    * change mock (so that mypy understands it)
    patkan authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0c824cf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    b66dafc View commit details
    Browse the repository at this point in the history
  2. Prepare release 3.1 (#614)

    * update authors
    * update changelog
    * update spelling
    * update black
    patkan authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0d22896 View commit details
    Browse the repository at this point in the history
Loading