Source code for all releases can be found at code.benbridle.com/bedrock-pc.
Version 1.2.0
- Show additional error information when the graphical event loop fails to start
- Gate game controller support behind a compile-time feature flag
- Allow
bedrock-pc
to be used as a library, for compiling Bedrock programs into standalone native executables - Update file device to match revision 2 of the Bedrock specification
Version 1.1.2
- Fix issue in dynamic mode where window was not being made visible after reading from the input device
Version 1.1.1
- Fix a crash that occurred when setting the screen width or height to zero
Version 1.1.0
- Sandbox the file device by default
- Add the
--trust-files
flag to disable sandboxing
Version 1.0.1
- Fix port mapping for file device
- Fix scale factor used when scrolling by lines
- Wake the input device when scroll input is received
Version 1.0.0
- Initial version