Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 01:13
· 9 commits to master since this release
98f3573

Added

  • Ability to turn off labels on uncontrolled airports and uncontrolled airports with arrivals and/or departures
  • Added button to close the preloader after an issue occurred (#66)
  • Added tooltip for airline information like name, ICAO, callsign and country when hovering over the callsign in the flight detail view
  • Context menus now correctly reflect what is painted on the map (#53)
  • Context menus now communicate how many items of a certain type aren't displayed if there are too many items inside the selection circle (#53)
  • Added context menu preferences that allow a user to enable certain categories of items to be always shown in context menu regardless of whether they are painted on the map
  • Added preference for the application to remember its last position on startup (#53)
  • Added countries to FIR table in upper UIR detail view
  • Added indicator for FIRs with active controller to FIR table in upper UIR detail view
  • Accelerated requests to the VATSIM API
  • Accelerated startup times by caching unchanged static map data
  • Added toggle to enable and disable static map data cache

Changed

  • Reduced automatic refresh rate to 15 seconds from 30 seconds to match VATSIM api refresh rate (#68)
  • Debounced preferences file writing: Previously, the file would be written on every preference change, now, when multiple changes are made in quick succession, writing will take place only if no changes are detected for one second or when the application shuts down gracefully
  • VATprism is now sending a non-default user agent to the VATSIM API
  • VATprism will now cache static map data by default while still updating map data when required
  • Slightly darkened info hint font in preferences to increase contrast

Fixed

  • VAT-Spy color scheme delivery and ground colors swapped (#57)
  • Fixed various issues with context menus not being displayed correctly
  • Fixed incorrect label in airport painter preference dialog

Security

  • Updated various dependencies