Skip to content

PhysicalBits.v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@RichoM RichoM released this 23 May 13:33
· 220 commits to master since this release

CHANGELOG

  1. Added debugger, with support for setting breakpoints and step-by-step execution.
  2. Added highlighting of the corresponding code when the user selects a block.
  3. Added highlighting of the corresponding block when the user selects a section of code.
  4. Improved code -> block generation.
  5. Changed parser to support defining numbers using scientific notation.
  6. Fixed automatic port scanning.
  7. Added a simple simulator for the DEMO version by compiling the firware to wasm using emscripten.
  8. Improved ClojureScript support (now almost all of the code could run in node instead of JVM).
  9. Added an optional event logger to register all user actions in a CSV file.
  10. Added configurable features (allowing to customize the user interface).
  11. Many bug fixes and optimizations.

Full Changelog: v0.5.1...v0.6.0