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](https://github.com/labelle-org/labelle/tree/dymoprint-v2.4.0), that is the common parent commit of this release and the previous release [v1.0.0](https://github.com/labelle-org/labelle/releases/tag/v1.0.0). (This was done because it was simpler to rebase https://github.com/computerlyrik/dymoprint/pull/119 on top of the refactor as https://github.com/labelle-org/labelle/pull/3 rather than the other way around.)
Tomer's great refactor
* Various fixes and improvements by tomers in https://github.com/computerlyrik/dymoprint/pull/101
* Some more fixes and improvements by tomers in https://github.com/computerlyrik/dymoprint/pull/103
* Some random small changes by tomers in https://github.com/computerlyrik/dymoprint/pull/107
* Tomer fixes by tomers in https://github.com/computerlyrik/dymoprint/pull/108
* Tomer fixes by tomers in https://github.com/computerlyrik/dymoprint/pull/110
* Refactor labeler device code by tomers in https://github.com/computerlyrik/dymoprint/pull/111
* Another batch of changes by tomers in https://github.com/computerlyrik/dymoprint/pull/113
Maintenance
* Add (and then remove) a pre-commit CI check by maresb in https://github.com/computerlyrik/dymoprint/pull/104 and https://github.com/labelle-org/labelle/pull/9
* Switch to ruff by maresb in https://github.com/computerlyrik/dymoprint/pull/105
* Use check-json5 instead of check-json by maresb in https://github.com/computerlyrik/dymoprint/pull/106
* Rebrand Dymoprint to Labelle by maresb in https://github.com/labelle-org/labelle/pull/3
* Tweak settings after enabling pre-commit.ci by maresb in https://github.com/labelle-org/labelle/pull/7
* Fix malformed markdownlint disable commands in README by maresb in https://github.com/labelle-org/labelle/pull/8
* Update pre-commit config by maresb in https://github.com/labelle-org/labelle/pull/10
New Contributors
* tomers made their first contribution in https://github.com/computerlyrik/dymoprint/pull/101
**Full Changelog**: https://github.com/labelle-org/labelle/compare/v1.0.0...v1.1.0