Skip to content

2024.4.1

Latest
Compare
Choose a tag to compare
@ntoll ntoll released this 15 Apr 08:57
· 7 commits to main since this release
c653296

Release notes / changes:

  • Changed MicroPython I/O handling: pyscript/polyscript#91
  • Improved PyTerminal by hooking AOT into the same MutationObserver already used for other cases: pyscript/polyscript#90
  • The Ruby WASM WASI interpreter is back (still experimental): pyscript/polyscript#89
  • PyEditor now has the PyScript stdlib out of the box: #2010
  • Fixed lazy PyTerminal bootstrap: #2013
  • Released MicroPython terminal with a simplified code.interact() utility: #2017
  • Added terminal.process(code) to pass along Python code to evaluate: #2026
  • PyTerminal links are now automatically converted into URLs: #2027