Changelog update

This commit is contained in:
Khopa 2020-08-20 13:11:35 +02:00
parent 9c35156db9
commit 9f3b49a7f5
3 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
## Fixed issues :
* **[Mission Generator]** Caucasus terrain improvement on exclusions zone (added forests between Vaziani and Beslan to exlusion zones)
* **[Mission Generator]** The first unit of every base defenses group could not be controlled by Combined Arms.
# 2.0.11

View File

@ -1,7 +1,7 @@
from userdata import logging_config
# Logging setup
VERSION_STRING = "2.0.10"
VERSION_STRING = "2.0.11"
logging_config.init_logging(VERSION_STRING)
import logging

View File

@ -95,7 +95,7 @@ class NewGameWizard(QtWidgets.QWizard):
game.budget = int(game.budget * multiplier)
game.settings.multiplier = multiplier
game.settings.sams = True
game.settings.version = "2.0.10"
game.settings.version = "2.0.11"
if midgame:
game.budget = game.budget * 4 * len(list(conflictTheater.conflicts()))