Bump Version to 5.2.0

This commit is contained in:
RndName 2022-03-18 09:45:57 +01:00
parent bef27ffb20
commit dba8c26887
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0
2 changed files with 8 additions and 6 deletions

View File

@ -1,14 +1,16 @@
# 5.1.1
# 5.2.0
Saves from 5.1.0 are compatible with 5.1.1.
Saves from 5.1.0 are compatible with 5.2.0
## Features/Improvements
* **[Modding]** Add UH-60L mod support
* **[Campaign]** Vegas Nerve campaign update
## Fixes
* **[Mission Generation]** Fixed incorrect SA-5 and NASAMS threat range when TR destroyed. It will not count as threat anymore when the TR is dead.
* **[Mission Generation]** Fixed "Max Threat Range" error
* **[Mission Generation]** Fix unculled zones not updating when needed
* **[Campaign]** Vegas Nerve campaign update
* **[Modding]** Add UH-60L mod support
* **[Data]** Removed Fw 190 A-8 and D-9 from Germany 1940 and 1942 faction list for historical accuracy.
* **[Data]** Updated Loadouts for Tornado GR4, F-15E and F-16C
* **[UI]** Typhoon GR4 and IDS images

View File

@ -2,8 +2,8 @@ from pathlib import Path
MAJOR_VERSION = 5
MINOR_VERSION = 1
MICRO_VERSION = 1
MINOR_VERSION = 2
MICRO_VERSION = 0
def _build_version_string() -> str: