Skip to content

2025.5.1

Compare
Choose a tag to compare
@ntoll ntoll released this 21 May 13:47
· 16 commits to main since this release
42c6cb7

Release notes

  • Updated Pyodide to 0.27.6
  • Updated MicroPython to 1.25.0
  • Automatic redirect to localhost when 0.0.0.0 is reached: #2328
  • Added py-editor:done to know when the editor has done processing: #2329
  • Created a polyfill based on ServiceWorker to workaround the latest removal of a dependency when headers are missing or Safari is not working: #2334
  • Included all 3rd-party licenses within our package: #2343
  • Added debug config flag to improve debugging in compatible interpreters (currently only Pyodide): pyscript/polyscript#135
  • Rewrote experimental_create_proxy="auto" to improve edge cases and overall performance: pyscript/polyscript#134
  • improved 2X worker to main performance: pyscript/polyscript#132