Versions follow Semantic Versioning (<major>
.<minor>
.<patch>
)
- #36 Add support for the FeatherS3 + TFT FeatherWing V2 w/TSC2007
- #24 Add map tile generation CLI helper utility,
map_gen
- Bump supported CircuitPython to v9.2.x only
- Bump vendored libraries to v9.2 compatible
*.mpy
files - #36 (Internal) Refactor hardware interfaces into hardware-specific compatibility layers
- #28 Update vendored
mpy-cross
binaries to CircuitPython v9.2
- #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 🎉