Releases: evogelsa/dcs-real-weather
Real Weather v2.0.0-beta-2
Real Weather change log
- 🚀 Add
-validate
command line flag. This will make Real Weather validate your config then exit - 🚀 Add configurable minimum and maximum cloud base settings.
- 🛠️ Fix the cloud base when using the configured default preset.
Real Weather Bot change log
No bot changes
Real Weather v2.0.0-beta-1
Real Weather change log
- 🚀 Completely overhauled configuration file and system. Real Weather now uses TOML for its configuration. Long ago, Real Weather outgrew the usefulness of JSON as a configuration language. JSON is great for simplicity, but today Real Weather has so many different config options, some with complex behavior, that a more useful language like TOML makes a lot of sense. TOML not only allows comments in the configuration, but uses a more human-readable and forgiving syntax than JSON. Stuff has also moved around, so make sure to view the updated README for a detailed explanation of each available option.
- 🚀 Add support for using aviationweather.gov as a weather provider (no API key required!).
- 🚀 Allow using the METAR report time over the system time for updating mission time.
- 🚀 Add new command line interface options for advanced use. See more details in the README or by passing
-help
when running Real Weather. - 🚀 Allow multiple weather APIs to be configured as fallback options.
- 🚀 Add more granular control to how Real Weather updates weather. You can now disable/enable each component of weather updates.
Real Weather Bot change log
- 🚀 Update to support v2.0.0 of Real Weather
Real Weather v1.14.0
Real Weather v1.13.1
Real Weather change log:
- [🛠️FIX] Fix how METAR is output in logfile to restore compatibility with RW Bot
Real Weather Bot change log:
- No bot changes this release
Real Weather v1.13.0
Real Weather change log:
- [⬆️IMPROVE] Support new DCS weather presets (Light Rain 1 through 4)
- [⬆️IMPROVE] Add additional option to support adding METAR to brief.
==Real Weather METAR==
can be added to your brief now to telll RW where to insert the METAR. The line after this will be replaced with the latest METAR. - [⬆️IMPROVE] Improve QNH accuracy inside DCS
- [🛠️FIX] Resolve potential nil pointer dereference errors when weather data is uninitialized by CheckWX.
Real Weather Bot change log:
- No bot changes this release
Note
For now the bot will not have a separate release cycle, so it will be paired with Real Weather updates like this one. Feedback on the bot is welcome in the Discord!
Real Weather v1.12.0
Real Weather change log:
- [🚀NEW] Add
use-custom-data
as an option to provide custom METAR data. See the README for more info. - [🚀NEW] Add configurable gust options to config
- [🚀NEW] Support gusts in generated METAR for logging and bot
- [🚀NEW] Add parameter
open-meteo
to config. If true, the Open Meteo API will be used to get winds aloft data. - [🚀NEW] Create a default config.json if one is not found.
- [⬆️IMPROVE] Enhance overall config validation with better log messages and more coverage
- [🛠️FIX] Correct version number meta data
- [🛠️FIX] Repair faulty config validation for default preset
- [🛠️FIX] Make METAR output more accurately represent the weather created by Real Weather
Real Weather Bot change log:
- [🚀NEW] Bot initial release--check out the documentation!
Note
For now the bot will not have a separate release cycle, so it will be paired with Real Weather updates like this one. Feedback on the bot is welcome in the Discord!
Real Weather v1.12.0-beta-20
Real Weather change log:
- [NEW] Add gust options to config
- [NEW] Support gusts in generated METAR
- [FIX] METAR output more accurately represents weather changed by configured min and max settings
Real Weather Bot change log:
- [NEW] Add support for named instances
Real Weather v1.12.0-beta-15
Real Weather Bot change log:
- [NEW] Support for multiple server instances
Real Weather v1.12.0-beta-14
Real Weather change log:
- [FIX] Version number meta data
Real Weather Bot change log:
- [NEW] Bot initial release--check out the documentation!
For now the bot will not have a separate release cycle, so it will be paired with Real Weather updates like this one. Feedback on the bot is welcome in the Discord!
Real Weather v1.12.0-beta-4
Change log:
- [FIX] Faulty config validation for default preset
- [IMPROVE] Overall config validation: better log messages and more coverage
- [NEW] Add
use-custom-data
as an option to provide custom METAR data. See the README for more info.