Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.13
Choose a base ref
...
head repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.14
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 15, 2024

  1. Switching from Netlify to CloudFlare for dev (#114)

    Not really sure this is worth keeping at all but it was the only use of
    Netlify so migrating to allow us to drop a platform.
    microbit-matt-hillsdon authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6204a0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add service worker for offline compatibility (#115)

    For the moment this is opt in via flag=sw on the URL so existing embedders won't be affected.
    
    The main motivation here is to experiment with PWA support in micro:bit Python Editor which is being worked on separately.
    microbit-robert authored May 28, 2024
    Configuration menu
    Copy the full SHA
    9d81538 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Change the SW clean-up (#116)

    We can just remove the SW for our scope.
    microbit-matt-hillsdon authored May 29, 2024
    Configuration menu
    Copy the full SHA
    07b1ed7 View commit details
    Browse the repository at this point in the history
Loading