Skip to content

v0.0.18

Latest
Compare
Choose a tag to compare
@cruse1977 cruse1977 released this 25 May 18:51
1584427

What's Changed

  • Supports NetBox v4.3.x

Breaking Changes

  • Significant refactor from @LHBL2003 including:
    • URLS can be specified as Jinja2 Templates
    • The label can be specified in mm/inch.
    • Whether printed on an A4 sheet or on a label, the content always has the defined size.
    • The text is razor sharp, no matter how small it is. (Printing the HTML DIV element and its vector text. There is no need to margin the text as an image).
    • All fonts supported by the browser can be used.
    • The barcode can be printed right up to the edge of the label.
    • The size of the QR code can be specified in mm/inch and is exactly the same size on the screen as on the printout.
    • The font height can be specified in mm/inch.
    • The distance between the QR code and the text can be specified in mm/inch.
    • Horizontal and vertical representations are still supported.
    • No scaling or similar must be bent in the print preview for the printout. Only one basic setting needs to be observed, then it will fit every label. See documentation.
    • A logo variable can be stored in the Netbox Config, which can be used with the existing text_template function (Jinja2) without losing the overview.
    • One or more label designs can be stored for a model (e.g. device or rack). This allows different label sizes or formats to be used.
    • The QR code can be specified higher than wide.
    • You can design your own label from scratch.

Note - the above changes may require tweaks to existing templates

Full Changelog: v0.0.17...v0.0.18