• v0.9.13 f71a42c16c

    v0.9.13 Stable

    calum released this 2026-08-01 03:25:28 +01:00 | 38 commits to main since this release

    0.9.13 — Rack Drawing Build 1 of 3: per-MODEL U-height + CAD symbol as catalogue properties (ADR-N085). Foundation for the rack drawing feature. Two per-MODEL properties added, mirroring short_name (ADR-N056) + image_data (ADR-N066) end-to-end: u_height (INTEGER, 1..56, optional; NULL = not rack-mountable), and a front + side DXF CAD symbol pair (BLOB + filename per view, independent per view). Wire discipline: GET /catalogue ships u_height + filenames only (DXF bytes stay server-side — rack drawing renders server-side, ADR-N073); PUSH accepts base64 DXF bytes with three-state semantics (None=no-op, 0/""=clear, positive int/non-empty=set). Backend heuristic rejects non-DXF with HTTP 400. Client LIBRARY_SCHEMA_VERSION 15 → 16. Device Editor gets two new controls next to Model short name / Model image: rack height (numeric, clearable) and CAD symbol Front + Side DXF upload pair (Replace + Remove per view). NO racks, NO editor, NO deliverable in this build — those are Builds 2 and 3. cargo 219/219.

    Downloads