Skip to content

Latest commit

 

History

History
93 lines (51 loc) · 3.14 KB

CHANGELIST.md

File metadata and controls

93 lines (51 loc) · 3.14 KB

Changelist

1.6.3 (2024-04-15)

  • Fixed an issue where a metar record was received from the aviationweather.gov data, but wasn't actually sending a station id, which caused failure for people that were using such an airport

1.6.2 (2024-04-13)

  • Fixed an issue where an airport had an entry for the flight_category from the aviationweather.gov data, but wasn't actually sending a category, which caused failure for people that were using such an airport

1.6.1 (2023-10-17)

  • Added a warning if too many airports versus LED_COUNT are trying to be used

1.6.0 (2023-10-17)

  • aviationweather.gov has retired the old web service url and replaced it with a new service, so an update to the URL as well as a small fix to the visibility reporting parameters was required

1.5.1 (2021-07-14)

  • Small fix to lightning detection to only start scanning the METAR text after the airport identifier (to avoid mistakenly showing lightning for airports like KTTS)

1.5.0 (2021-05-20)

  • Adding functionality for a Legend after the end of the last airport
    • Set SHOW_LEGEND to True to use this functionality
    • You'll need to add 7 LEDs after the last LED based on your number of LEDs in the airports file to use this

1.4.3 (2021-05-06)

  • Small improvement to Lightning to also flash for Thunderstorm (TS)
  • Addition of HIGH_WINDS_THRESHOLD to flash to yellow if wind is at or above the threshold. If set to -1 it will be disabled and normal wind flashing/fading will ocur based on the normal WIND_BLINK_THRESHOLD value

1.4.2 (2020-12-29)

  • Added support to only rotate through a subset of airports on external display by adding a new file "displayairports" to the folder

1.4.1 (2020-12-16)

  • Small bugfix for CLR skycondition (which doesn't have a cloudbase)

1.4.0 (2020-12-15)

  • Adding functionality to display METAR information for the airports in use on a small external display
    • Code is written for a 128 x 64 pixel external OLED display using the SSD1306 chipset

1.3.1 (2020-12-13)

  • Astral for dimming using sunrise/sunset has a breaking change starting with python 3.6
    • Made a fix to support both older raspberry pi running python 3.5 with Astral 1.10.1 as well as newer Raspberry images running Astral 2.2

1.3.0 (2020-12-12)

  • Adding functionality to dim the lights between certain times of day
    • Either as a fixed time of day
    • or using local sunrise/sunset times

1.2.3 (2020-11-19)

  • Aviationweather.gov has stopped accepting the default user agent for urllib
    • Explicitly Setting it to standard web browser compatible user agent

1.2.2 (2020-06-11)

  • Small fix to ensure correct variable scoping

1.2.1 (2020-05-21)

  • Change to not skip station if wind is not currently reported, but the Flight condition is

1.2.0 (2020-05-18)

  • Adding functionality to show lightning conditions in vicinity of the airport

1.1.2 (2020-05-12)

  • Small fix to the loop condition

1.1.1 (2020-05-09)

  • Small fix for IFR color duplicate value

1.1.0 (2020-05-08)

  • Adding blinking functionality for windy conditions

1.0.1 (2020-04-19)

  • Fixed LED_BRIGHTNESS not working

1.0 (2019-01-05)

  • Initial version of the script