Sinai support.

The rest of the work is done, so bump the campaign version and update
the changelog.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2979.
This commit is contained in:
Dan Albert 2023-06-12 17:47:13 -07:00
parent dc6624a159
commit 36c4bb88be
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Saves from 7.x are not compatible with 8.0.
## Features/Improvements ## Features/Improvements
* **[Engine]** Support for DCS 2.8.6.41066. * **[Engine]** Support for DCS 2.8.6.41066, including the new Sinai map.
* **[UI]** Limited size of overfull airbase display and added scrollbar. * **[UI]** Limited size of overfull airbase display and added scrollbar.
* **[UI]** Moved air wing and transfer menus to the toolbar to improve UI fit on low resolution displays. * **[UI]** Moved air wing and transfer menus to the toolbar to improve UI fit on low resolution displays.

View File

@ -182,4 +182,7 @@ VERSION = _build_version_string()
#: Version 10.9 #: Version 10.9
#: * Campaign is compatible with new squadron rules. The default air wing configuration #: * Campaign is compatible with new squadron rules. The default air wing configuration
#: has enough parking available at each base when squadrons begin at full strength. #: has enough parking available at each base when squadrons begin at full strength.
CAMPAIGN_FORMAT_VERSION = (10, 9) #:
#: Version 10.10
#: * Support for Sinai.
CAMPAIGN_FORMAT_VERSION = (10, 10)