Alpha 0.10.0
New features:
- Add support for rendering Syphon inputs on Mac (Settings -> Syphon to list inputs, use
get_frame
API to access frame asPImage
)
Improvements:
- Display go to code tab shortcut prompt when code editor empty (UX fix for #13)
- Update preview pane icons
- Add icons to project, layer, console, and state variable context menu items
Bug fixes:
- Fix issue where rendering
CodeInput
would break client (should fix #12)
Tech improvements:
- Extract and refactor component library into an external package (now called
refinery-ui
) - Lots of behind the scenes tidy up & improvements for the client application