Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Releases: fboes/aerofly-weather

Time to say goodbye

22 Mar 10:05
Compare
Choose a tag to compare

Deprecation notice: Aerofly Weather (AeroWX) has been deprecated in favour of the Aerofly-Wettergerät.

After this release with some minor bug fixes this project will be discontinued. It will still be usable, but will not receive any updates.

Instead the C++ version of this project will be the main focus of our development. It has a smaller memory footprint, smaller download size, and will be the base for an integrated DLL which will (hopefully) update the weather in while you are in Aerofly FS2.

We`ll see you there.

v1.0.3

03 Mar 15:41
Compare
Choose a tag to compare
  • 💊 Update aewx-metar-parser@0.10.1

v1.0.2

18 Feb 06:33
Compare
Choose a tag to compare
  • 💊 Add version number to screen

v1.0.1

17 Feb 18:59
Compare
Choose a tag to compare
  • 💊 Add icon to app
  • 💊 Add support for aewx.json for configuration
  • 💊 Add extra API configuration option

Electron desktop app

13 Feb 18:56
Compare
Choose a tag to compare

This release adds an Electron desktop app. The old CLI tools still exists and can still be installed in the old regular way. For the Electron app the appended release ZIP has to be downloaded and unpacked - it is not required to have NodeJS installed (as it is baked into the Electron app, which I am very sorry for).

Changelog:

  • 💊 Added Electron desktop app
  • 💊 Fixed thermal activity

v0.6.0

31 Jan 15:24
Compare
Choose a tag to compare
  • 💣 Rename project from AEWX to AeroWX, rename CLI commands from aewx- to aerowx-, as well as global variable AEWX_URL to AEROWX_URL
  • 💣 Rename ICAO codes for flightplan substitutes to DEP / ARR
  • 💣 Update aewx-metar-parser@0.10.0 and change properties accordingly
  • 🎁 aewx-metar-fetch & aewx-metar-url CLI commands accept common JSON patterns, making it compatible with AVWX
  • 🎁 Add option --apikey to URL CLI commands to send HTTP header X-API-Key

v0.5.3

28 Jan 08:50
Compare
Choose a tag to compare
  • 🎁 Improve shell output, making it more readable

v0.5.2

24 Jan 15:08
Compare
Choose a tag to compare
  • 🎁 Add icon
  • 🎁 Improve documentation

v0.5.1

23 Jan 07:18
Compare
Choose a tag to compare
  • 🎁 VRB in METAR now makes for a random wind direction
  • 🎁 Substitute ICAO code XXXX / YYYY with departure / arrival codes found in currently active flightplan
  • 🎁 Add aewx-metar-fetch CLI command for fetching METAR from URL
  • 🎁 VRB in METAR now makes for turbulence in Aerofly FS 2
  • 💊 Fix conversion for kilopascal to millibar
  • 💊 Set max wind speed in Aerofly FS 2 to 16 knots and max visibility to 30km
  • 💊 Set min temperature for thermal activity in Aerofly FS 2 to 5°C

v0.5.0

15 Jan 19:15
Compare
Choose a tag to compare
  • 💣 Rename CLI commands from aerofly- to aewx-
  • 💊 METAR parser now reads KPH
  • 💊 Fix conversion for m/s to knots
  • 💊 Get ICAO code from Aerofly FS 2 flightplan destination
  • 💊 --flightplan deletes flightplan in Aerofly FS 2 if it does not match METAR
  • 💊 Add some humidity - but ignore it as of now
  • 💊 Shell commands now ask for missing parameters