Releases: labelle-org/labelle
Releases · labelle-org/labelle
v1.4.2
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
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.3
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
- Clean up barcodes by @maresb in #25
- Add unit tests for render engines by @tomers in #32
- GUI tests by @tomers in #37
- Update dev environment by @FaBjE in #52
- Enable "unsafe" ruff fixes by @maresb in #59
Full Changelog: v1.2.2...v1.2.3
v1.2.2
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
v1.2.0
This release introduces two new features:
- In case multiple devices are attached, it is possible to select a particular one with the new
--deviceoption in the CLI or the device selector widget in the GUI. - The CLI has been converted from Click to Typer for a more modern experience.
What's Changed
New features
Maintenance
- Refactor USB code by @tomers in #11
- Remove vscode settings file by @maresb in #15
- Fix VS Code debug config by @maresb in #14
- Fix broken link to DYMO website by @maresb in #21
- Mypy fixes by @maresb in #19
New Contributors
- @tomers made their first contribution in #11
- @pre-commit-ci made their first contribution in #18
Full Changelog: v1.1.0...v1.2.0