Skip to content

Releases: labelle-org/labelle

v1.2.2

03 May 08:23
4eb5452
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.2.0

26 Apr 18:26
d18c36e
Compare
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

v1.1.0

14 Apr 22:29
d5f558b
Compare
Choose a tag to compare

What's Changed

This release features a major refactor by @tomers that also includes various minor enhancements, but majorly improves the quality of the underlying code.

Note: Since Tomer's great refactor was made on Dymoprint v2.4.0, that is the common parent commit of this release and the previous release v1.0.0. (This was done because it was simpler to rebase computerlyrik/dymoprint#119 on top of the refactor as #3 rather than the other way around.)

Tomer's great refactor

Maintenance

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Apr 21:07
eb6fb56
Compare
Choose a tag to compare

Labelle v1.0.0 is a rebranded version of dymoprint v2.4.0.

Note: the tag dymoprint-v2.4.0 here is exactly v2.4.0 from dymoprint, with matching commit hash 3dd2ec0.

What's Changed

Full Changelog: dymoprint-v2.4.0...v1.0.0