Skip to content

v0.2.1

Choose a tag to compare

@bhdoggett bhdoggett released this 24 Jun 18:42
· 121 commits to main since this release

What's New

Visualizer — Marquee Selection & Group Drag

  • Draw a rectangle on the stage to select multiple lights
  • Cmd+click to toggle individual lights in/out of selection
  • Drag any selected light to move the entire group, maintaining relative positions
  • Ghost circle + snap indicators show where lights will land before you drop
  • Invalid placements (collisions, out of bounds) shown with red indicators
  • Delete/Backspace removes selected lights from the grid (returns them to unplaced)

Visualizer — Fit/Scroll Mode

  • Toggle between fit-to-window and fixed-proportion scroll mode
  • In scroll mode, grid cells are always perfect squares regardless of window size
  • Zoom slider controls the stage size; stage is scrollable in both directions

Visualizer — Multi-Select Unplaced Fixtures

  • Click to select, Shift-click for range, Cmd-click to toggle
  • Drag selected fixtures onto the grid as a group
  • Hold Shift during drag to place vertically instead of horizontally
  • Drop blocked with red indicators when any cell is occupied or out of bounds

Fader Improvements

  • Click the channel value above any fader to type a DMX value directly (0–255)
  • Universe prefix shown on all channel labels in the visualizer

Bug Fixes

  • Fix crash when dragging groups (effect dependency re-registration loop)
  • Unplaced sidebar stays pinned to window edge in scroll mode