Skip to content

Releases: OpenLightingProject/open-fixture-library

Schema version 3.0.0

27 Dec 22:21
Compare
Choose a tag to compare

View schema

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)

Commits since last release

Schema version 2.2.0

26 Dec 12:49
3d40571
Compare
Choose a tag to compare

View schema

Incompatible schema changes

None.

Backwards-compatible schema changes

  • New possible DMXconnector value: 3-pin XLR IP65 for outdoor XLR cables (#360)

Bugfixes

None.

Commits since last release

Schema version 2.1.1

15 Oct 16:48
Compare
Choose a tag to compare

View schema

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)

Commits since last release

Schema version 2.1.0

12 Oct 16:02
Compare
Choose a tag to compare

View schema

Incompatible schema changes

None.

Backwards-compatible schema changes

  • RDM data for manufacturers, fixtures and fixture modes

Bugfixes

None.

Commits since last release

Schema version 2.0.0

08 Aug 10:47
Compare
Choose a tag to compare

View schema

Incompatible schema changes

  • Renamed channel type SingleColor to Single Color
  • Renamed channel type MultiColor to Multi-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.

Commits since last release

Schema version 1.0.0

02 Aug 20:21
Compare
Choose a tag to compare