Releases: OpenLightingProject/open-fixture-library
Releases · OpenLightingProject/open-fixture-library
Schema version 3.0.0
See pull request #212 and the Matrix documentation.
Incompatible schema changes
- Removed
headsproperty from fixture - Forbid template strings (strings containing
$) in definitions of / references to available channels
Backwards-compatible schema changes
- Added matrices:
- Added "Matrix" category
- Added
matrixproperty in fixture for matrix structure - Added
matrixproperty in physical for pixel dimensions / spacing - Added
templateChannelsproperty in fixture for templates for repeated matrix channels - Made
availableChannelsoptional (as it may be fully replaced with template channels) - Demand template strings (strings containing
$) in definitions of / references to template channels - Allow matrix channel insert blocks in a mode's channel list
Bugfixes
- Set minimum size of author array to 1 (instead of 0 as before)
- Set minimum size of a mode's channel list to 1 (instead of 0 as before)
Schema version 2.2.0
Incompatible schema changes
None.
Backwards-compatible schema changes
- New possible
DMXconnectorvalue:3-pin XLR IP65for outdoor XLR cables (#360)
Bugfixes
None.
Schema version 2.1.1
Incompatible schema changes
None.
Backwards-compatible schema changes
None.
Bugfixes
- RDM IDs now have a max bound of 65535, since they are 16-bit values. → see #291 (review)
Schema version 2.1.0
Incompatible schema changes
None.
Backwards-compatible schema changes
- RDM data for manufacturers, fixtures and fixture modes
Bugfixes
None.
Schema version 2.0.0
Incompatible schema changes
- Renamed channel type
SingleColortoSingle Color - Renamed channel type
MultiColortoMulti-Color - Removed channel type
Beam
Backwards-compatible schema changes
- New channel type
Color Temperature - New channel type
Fog - Allow newline characters in comments (match RegExp
/.+/m)
Bugfixes
None.