Releases: sco1/skyportal
Releases · sco1/skyportal
Release v2.0.0
[v2.0.0]
Added
- #36 Add support for the FeatherS3 + TFT FeatherWing V2 w/TSC2007
- #24 Add map tile generation CLI helper utility,
map_gen
Changed
- 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
Release v1.3.0
[v1.3.0]
Changed
- #20 Bump supported CircuitPython to v9.x only
- #20 Update vendored libraries to v9.0 compatible
*.mpy
files
Release v1.2.0
[v1.2.0]
Added
- #14 Add support for the ADSB.lol API
- #14 Add support for a generic flight data API
Changed
- (Internal) Refactor API handlers to share a common base class
Removed
- #11 Remove screenshot UI feature
Release v1.1.0
[v1.1.0]
Added
- #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
Fixed
- #12 Fix map tile being hardcoded to using the default vs. querying Geoapify
Changed
- (Internal) Refactor initialization flow to attempt to preserve memory early on for high-usage tasks
Release v1.0.0
[v1.0.0]
Initial release 🎉