- When autostarting an APRS-IS connection with a map extents filter, it will now wait until the map is initialized before connecting so that the filter is set correctly
- Setting SO_KEEPALIVE on sockets to hopefully speed up the detection of servers that have closed the connection
- Auto-reconnect is now implemented for APRS-IS connections. It will retry exponential backoff. i.e. 1s, 2s, 4s, 8.. up to 32s before failing
- Now detects network reachability. Will immediately disconnect if the network disappears and reconnect when it comes back, if auto reconnect is enabled
- Default filter for new APRS-IS connections is now map extents, instead of a “my range filter”, since unlicensed users can’t send their position
- Added callsign and ssid to APRS-IS config to accommodate unlicensed users and licensed users that want to use a different callsign for the connection
- Added T2 server list to APRS-IS connection config
- Fixed timeline date label in dark mode #75 The main map now remembers the map region when you shut down and restores it when you start back up