v0.9.3
OscarWatch Tracker - Version 0.9.3
Emergency Release to fix bug in GP JSON code
AMSAT’s daily-bulletin.json sometimes includes satellites that only have AMSAT_NAME filled in (for example HYDRA-W), with every orbital field set to null. OscarWatch treated those nulls as hard errors, so deserialisation failed on the first incomplete entry and the whole catalogue reload aborted.
I fixed this so null numeric fields are tolerated, and name-only placeholder entries are skipped. Valid satellites in the same file still load as normal.
Full Changelog: v0.9.2...v0.9.3