Skip to content

Releases: labelle-org/labelle

v1.4.2

08 Sep 20:42
497c205

Choose a tag to compare

What's Changed

  • Add upper pin on python-barcode to prevent incompatible version by @blaisegarant in #124

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Jul 20:05
fd86c43

Choose a tag to compare

What's Changed

Bugfix

  • Pin typer to resolve TyperArgument.make_metavar() error by @maresb in #116

Documentation

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

07 Feb 07:48
40e7772

Choose a tag to compare

What's Changed

  • Add barcode to cli --batch by @da-Kai in #101
  • Bump gh-action-pypi-publish to v1.12.2 for PyPI metadata v2.4 by @maresb in #102

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

14 Oct 16:55
f5ce354

Choose a tag to compare

What's Changed

  • Explicitly specify the pytest-qt API by @maresb in #89

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Sep 16:15
dbeb782

Choose a tag to compare

What's Changed

  • Fix broken links in PyPI README by @maresb in #83

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Sep 15:55
a88fb76

Choose a tag to compare

What's Changed

New feature

  • Add new --batch option to read batch commands from stdin by @jgoerzen in #72

Bugfixes

  • Explain libusb requirement in README by @jgoerzen in #77
  • Fix --fixed-length Flag Doesn't Work Alone by @poita66 in #79
  • Fix Frequent overflow issues #68 on LabelManager 280 by @poita66 in #76

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

02 Aug 08:14
0af2949

Choose a tag to compare

What's Changed

Adds a font preview to the GUI and improves the test pattern.

Enhancements

  • GUI: Add font preview to selection combobox by @FaBjE in #56
  • Improve sample pattern by @maresb in #55

Infrastructure and code cleanup

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 May 08:23
4eb5452

Choose a tag to compare

This release fixes a bug where we were failing to provide instructions on how to add udev permissions. The remaining changes are maintenance with no new features.

What's Changed

Bugfix

Maintenance

  • Add some type hints by @maresb in #22
  • Don't assume the default barcode type when handling empty string by @maresb in #26
  • Add a test to ensure that the GUI module is importable by @maresb in #29
  • Revert unintentional interface change by @maresb in #30
  • Fix --output=console-inverted by @maresb in #33
  • Fix descriptions of some CLI args by @maresb in #34
  • Add deprecation errors for old dymoprint arguments by @maresb in #35

Full Changelog: v1.2.1...1.2.2

v1.2.1

27 Apr 18:03
65fcf51

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Apr 18:26
d18c36e

Choose a tag to compare

This release introduces two new features:

  1. In case multiple devices are attached, it is possible to select a particular one with the new --device option in the CLI or the device selector widget in the GUI.
  2. The CLI has been converted from Click to Typer for a more modern experience.

What's Changed

New features

  • Support device selection and migrate CLI to Typer by @tomers in #12

Maintenance

New Contributors

Full Changelog: v1.1.0...v1.2.0