macOS installation
macOS will show "Vectrex Studio is damaged and can't be opened" because the app is not signed with an Apple Developer certificate. To fix it, run this command in Terminal after dragging the app to Applications:
xattr -cr "/Applications/Vectrex Studio.app"
Then open it normally.
What's Changed
- fix: emulator blank screen on Windows (init race condition) by @pacovidal in #3
New Contributors
- @pacovidal made their first contribution in #3
Full Changelog: v0.2.0...v0.3.0