Releases: fboes/aerofly-weather
Time to say goodbye
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
- 💊 Update
[email protected]
v1.0.2
v1.0.1
Electron desktop app
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
- 💣 Rename project from AEWX to AeroWX, rename CLI commands from
aewx-
toaerowx-
, as well as global variableAEWX_URL
toAEROWX_URL
- 💣 Rename ICAO codes for flightplan substitutes to
DEP
/ARR
- 💣 Update
[email protected]
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 headerX-API-Key
v0.5.3
v0.5.2
v0.5.1
- 🎁
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
- 💣 Rename CLI commands from
aerofly-
toaewx-
- 💊 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