mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Bump Version to 5.2.0
This commit is contained in:
parent
bef27ffb20
commit
dba8c26887
10
changelog.md
10
changelog.md
@ -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
|
## 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 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]** Fixed "Max Threat Range" error
|
||||||
* **[Mission Generation]** Fix unculled zones not updating when needed
|
* **[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]** 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
|
* **[Data]** Updated Loadouts for Tornado GR4, F-15E and F-16C
|
||||||
* **[UI]** Typhoon GR4 and IDS images
|
* **[UI]** Typhoon GR4 and IDS images
|
||||||
|
|||||||
@ -2,8 +2,8 @@ from pathlib import Path
|
|||||||
|
|
||||||
|
|
||||||
MAJOR_VERSION = 5
|
MAJOR_VERSION = 5
|
||||||
MINOR_VERSION = 1
|
MINOR_VERSION = 2
|
||||||
MICRO_VERSION = 1
|
MICRO_VERSION = 0
|
||||||
|
|
||||||
|
|
||||||
def _build_version_string() -> str:
|
def _build_version_string() -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user