Skip to content

Releases: netbox-community/netbox-qrcode

v0.0.18

25 May 18:51
1584427
Compare
Choose a tag to compare

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

v0.0.17

25 Feb 11:52
37563a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

11 Jan 01:25
76f2f2c
Compare
Choose a tag to compare
  • Support for NetBox v4.2.x

v0.0.15

17 Nov 22:10
1ad436d
Compare
Choose a tag to compare
  • Adds support for NetBox v4.1.x

v0.0.14

17 Nov 21:23
Compare
Choose a tag to compare
  • Adds support for NetBox v4.0.11
  • Adds initial support for python 3.12 deprecation of pkg_resources

v0.0.13

13 Jun 09:26
7208065
Compare
Choose a tag to compare

v0.0.12

15 May 12:51
226c7cc
Compare
Choose a tag to compare
  • compatibility with NetBox 4.x

v0.0.11

18 Jan 07:27
61499e8
Compare
Choose a tag to compare
  • added QRCode for PowerFeed and PowerPanel models
  • fixed compatibility with Pillow >10 by @alryaz

v0.0.10

29 Aug 05:00
50f3a23
Compare
Choose a tag to compare
  • Fix Pillow version to use
  • Added QRcode to Location

v0.0.9

08 Feb 05:05
f86acd0
Compare
Choose a tag to compare

Added text_template option for rendering object fields by @renatoalmeidaoliveira