Skip to content

0.4.0

Compare
Choose a tag to compare
@purfectliterature purfectliterature released this 12 Apr 13:24
· 20 commits to master since this release

Full Changelog: v0.3.0...v0.4.0

Notable changes

  • Add console menu to manually restart, force stop the interpreter, and clear the console.
    • Notably, Ctrl+C no longer works to stop the interpreter.
      Windows users can now use Ctrl+C to copy stdouts and prompt texts.
    • F2 also no longer works to clear the console.
  • Adopt localForage for better storage back-end.
    This means that on browsers that support IndexedDB, we are no longer limited to localStorage's 5 MB limitation!
  • Editor and console now splits horizontally when the window is at least 1024px wide.
  • Cool animation when hovering the gutter to resize the editor and console!
  • Version number now appears in the Library for ease of debugging.
  • Library now opens by default on load.
  • Add F5 shortcut snippet on the Run button.
  • There's now a message when users try to stop code execution on browsers without SharedArrayBuffer support (e.g., Safari <15.2).
    image

Bug fixes