Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • Fixed a bug where printer backend autodetection was not working

[0.11.2] - 2024-09-06

Added

  • API Documentation
  • Improved README

Fixed

  • Some legacy commands do not crash on launch
  • Some dependencies now only apply to old Python versions as they should

[0.11.1] - 2024-06-26

Added

  • Changed package name to brother_ql_next for PyPi release
  • Support for Python 3.9+ (previously 3.10+)

[0.11.0] - 2024-06-26

Added

  • A status subcommand to query the printer status
  • Optional json output for the info labels and info models subcommands

Fixed

  • The backend and other global options are now properly set to their default values
  • The driver now ensures the minimum and maximum label lengths for every printer are respected
  • Commands now use the new API and no longer show a deprecation warning for the devicedependent module

Removed

  • devicedependent module

[0.10.0] - 2023-11-12

Added

Changed

  • Compared to the matmair/brother_ql-inventree fork, this one keeps going from 0.10 instead of creating a 1.0 release

Fixed