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
heads
property from fixture - Forbid template strings (strings containing
$
) in definitions of / references to available channels
Backwards-compatible schema changes
- Added matrices:
- Added "Matrix" category
- Added
matrix
property in fixture for matrix structure - Added
matrix
property in physical for pixel dimensions / spacing - Added
templateChannels
property in fixture for templates for repeated matrix channels - Made
availableChannels
optional (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
DMXconnector
value:3-pin XLR IP65
for 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
SingleColor
toSingle Color
- Renamed channel type
MultiColor
toMulti-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.