Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ plugins/*/assets/**/*_backup/
# ledmatrix-music/emulator_config.json is committed on purpose and stays
# tracked -- .gitignore does not apply to files already in the index.
emulator_config.json

# Debug output the flights map composer writes when debug logging is on.
# It lands in the process CWD, which on an install is the core checkout.
debug_composite.png
debug_cropped.png
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"last_updated": "2026-08-03",
"verified": true,
"screenshot": "",
"latest_version": "1.12.13"
"latest_version": "1.12.17"
},
{
"id": "march-madness",
Expand Down
Binary file removed plugins/ledmatrix-flights/debug_composite.png
Binary file not shown.
Binary file removed plugins/ledmatrix-flights/debug_cropped.png
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/ledmatrix-flights/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ledmatrix-flights",
"name": "Flight Tracker",
"version": "1.12.13",
"version": "1.12.17",
"description": "Real-time aircraft tracking with ADS-B/FlightRadar24/OpenSky/adsb.fi/adsb.lol data, map backgrounds, area mode, flight tracking, anchor airport, flight records, and optional airport weather (METAR/TAF/PIREP/SIGMET via the free NOAA Aviation Weather Center API)",
"author": "ChuckBuilds",
"entry_point": "manager.py",
Expand Down
Loading