Versions follow Semantic Versioning (<major>
.<minor>
.<patch>
)
- #20 Bump supported CircuitPython to v9.x only
- #20 Update vendored libraries to v9.0 compatible
*.mpy
files
- #14 Add support for the ADSB.lol API
- #14 Add support for a generic flight data API
- (Internal) Refactor API handlers to share a common base class
- #11 Remove screenshot UI feature
- #3 Add optional screenshot UI target, enabled using the
SHOW_SCREENSHOT_BUTTON
config var - #3 Add aircraft information popup on icon touch
- Add UI indicator to show when touch input is being blocked by a URL request
- #12 Add
USE_DEFAULT_MAP
config var to control whether or not to attempt to obtain the map tile from Geoapify
- #12 Fix map tile being hardcoded to using the default vs. querying Geoapify
- (Internal) Refactor initialization flow to attempt to preserve memory early on for high-usage tasks
Initial release 🎉