mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
parent
dc6624a159
commit
36c4bb88be
@ -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.
|
||||||
|
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user