Skip to content

Flight Radar 0.1.2

Choose a tag to compare

@yuters yuters released this 01 Aug 00:41
· 68 commits to main since this release

Housekeeping. No change to what the radar does.

Changed

  • Settings loading is just settings.json. 0.1.1 read the old ~/.config/omarchy/radar.json first 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.json

or open the panel, press S, and set the coordinates and ranges again.

omarchy plugin update yuters.flight-radar
omarchy restart shell

The restart is needed because Omarchy's plugin rescan cannot reload compiled QML.