(Hopefully Stable) Shipping Firmware! 🥳
This release is now based upon MicroPython v1.26 stable, with upstream PSRAM support and only very limited downstream tweaks. It should - in theory - be stable and comes with all the feature and improvements from MicroPython v1.26 - https://github.com/micropython/micropython/releases/tag/v1.26.0
Of particular note, @MichaelBell has tweaked the display driver to be less unhappy while Presto is writing to flash. That means downloading and caching images is much less spicy!
What's Changed
- Docs: add readme by @helgibbons in #72
- Update Roboto Medium font by @helgibbons in #75
- Fix link by @helgibbons in #76
- MicroPython Example of loading sprites by @fatfingers23 in #58
- Docs: Disambiguate by @helgibbons in #77
- PicoVector and EzWifi documentation tweaks by @helgibbons in #74
- Readme: Add link by @helgibbons in #84
- Update README.md by @helgibbons in #86
- Fix bug in description of
ipv6function by @BenjaminEHowe in #82 - Launcher: Track finger more nicely. by @MichaelBell in #78
- Update README.md by @helgibbons in #88
- Readme: add link by @helgibbons in #90
- Add link by @helgibbons in #91
- word_clock.py: fix hour showing incorrectly when minutes zero by @thirdr in #96
- Development by @Gadgetoid in #73
- README.md: add links by @helgibbons in #99
- Keep display running while writing to flash by @MichaelBell in #98
- Bump to MicroPython v1.26 by @Gadgetoid in #100
New Contributors
- @helgibbons made their first contribution in #72
- @fatfingers23 made their first contribution in #58
- @BenjaminEHowe made their first contribution in #82
Full Changelog: v0.1.0...v1.0.0