diff --git a/changelog.md b/changelog.md index 9ecb7fcd..3ae7ba09 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,9 @@ * **[Plugins]** EW Script - Offensive Jamming restricted to aircraft with ALQ99/249 pods, or "has_built_in_jamming: true" in aircarft yaml (AI and Player) * **[Modding]** Update to CJS Super Hornet Mod v2.4.4 * **[Engine]** Support for DCS 2.9.20.15010, including MiG-29A Fulcrum support. +* **[Campaigns]** Ability to define neutral FOBs and Airfields +* **[Modding]** Add Airboss Moose Module +* **[AirWing]** Use aircraft display names for easier differentiation between modules ## Fixes * **[Flight Plans]** Fixed a bug when a package was created with only escort flights @@ -28,6 +31,8 @@ * **[Engine]** Fixed a bug with transfers to Helipads * **[Engine]** Fixed a bug with parking allocation * **[Flight Plans]** Fixed a bug where divert airfield was broken for opfor +* **[Engine]** Fixed a bug with state.json loading wrt transfers +* **[Engine]** Fixed a bug wrt pretense generation and moose script conflicts # Retribution v1.4.1 (hotfix) diff --git a/game/version.py b/game/version.py index 49ffbb08..ccf18529 100644 --- a/game/version.py +++ b/game/version.py @@ -186,6 +186,6 @@ VERSION = _build_version_string() #: please note that an insufficiently long route can cause trouble in case of large convoys #: #: Version 10.8 -#: * Neutral base support. +#: * Neutral base support, neutral FOB support, invisible FOBs, and control point influence zones CAMPAIGN_FORMAT_VERSION = (10, 8)