Flight Radar 0.1.2
Housekeeping. No change to what the radar does.
Changed
- Settings loading is just
settings.json. 0.1.1 read the old~/.config/omarchy/radar.jsonfirst and moved it across on the way — a second file watcher, a process to delete the old file, and the sequencing between them, sitting in the path every startup takes. That is a lot of permanent machinery for a one-time move between two releases hours apart, so it is gone.
Upgrading
Coming from 0.1.1, there is nothing to do — your settings already moved.
Coming from 0.1.0 directly, this release will not move them for you. Either:
mv ~/.config/omarchy/radar.json ~/.config/omarchy/plugins/yuters.flight-radar/settings.jsonor open the panel, press S, and set the coordinates and ranges again.
omarchy plugin update yuters.flight-radar
omarchy restart shellThe restart is needed because Omarchy's plugin rescan cannot reload compiled QML.