Skip to content

Commit f936e9b

Browse files
committed
Merge tag 'v0.4.0' into develop
Added support for endless labels
2 parents 687f99c + ad98723 commit f936e9b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next
1+
# 0.4.0
22

33
- Added support for printing endless labels
44

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ The label size and printer are configured via environmental variables. You can a
4242

4343
Included fonts are `NotoSans-Regular.ttf` and `NotoSerif-Regular.ttf`
4444

45+
## Endless Labels
46+
47+
These are supported, for example the `62` label size. The length of the label will be big enough to accommodate the max number of lines including a margin.
48+
You may want to experiment with font sizes and line count to get the most out of it.
49+
4550
## Endpoints
4651

4752
Two endpoints are available `/print` and `/image` both accept the same parameters. `/image` will return the rendered image as a PNG instead of sending to the printer.
@@ -101,4 +106,4 @@ An example `docker-compose.yml` file can be found [here](docker-compose.yml).
101106

102107
I'll try to keep on top of bugs but feature requests may go unfulfilled. Please use the issue tracking in Github.
103108

104-
PRs are welcome!
109+
PRs are welcome!

0 commit comments

Comments
 (0)