@fboes/aerofly-custom-missions
Version:
Builder for Aerofly FS4 Custom Missions Files
57 lines (34 loc) • 1.14 kB
Markdown
# Changelog
## 1.2.3
- Internal restructuring
## 1.2.2
- Added altitude constraint property
- Improved handling of cloud layers
## 1.2.1
- Changed handling of checkpoints, as it is obviously possible to have missions without checkpoints
- Changed actual file generation to improve programmatic adding of entries to file
- Adding `is_scheduled` and `tutorial_name` property
- Improved cloud handling
- Improved handling off unset values
- Added `cold_and_dark`, `before_start`, `pushback"` as flight setting
## 1.2.0
- Adding new cloud level `cirrus_cover` / `cirrus_base`
- Adding new waypoint property `fly_over`
- Adding `finish` property
## 1.1.1
- Minor styling fixes
## 1.1.0
- Added new mission properties `tags`, `isFeatured`, `difficulty`, `distance`, `duration` and translations
- Added new flight settings `winch_launch`, `aerotow`
- Improved temperature property
## 1.0.4
- Added documentation for known issues
- Added property `AeroflyMissionConditions.temperature`
## 1.0.3
- Improved documentation
## 1.0.2
- Added more short hand properties
## 1.0.1
- Improved documentation
## 1.0.0
- Initial commit