From e9bad2c7eb861ec82fcac97fd6be81875858975a Mon Sep 17 00:00:00 2001 From: Khopa Date: Fri, 25 Sep 2020 00:56:12 +0200 Subject: [PATCH] Version number update and changelog update --- changelog.md | 23 ++++++++++++++++++----- qt_ui/uiconstants.py | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 6569b827..aa1f7abc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,23 @@ ## Features/Improvements : * **[Other]** Added an installer option (thanks to contributor parithon) -* **[Kneeboards]** Added custom kneeboards (thanks to contributor danalbert) -* **[Kneeboards]** Custom kneeboards contains ATC/ILS informations (thanks to contributor danalbert) -* **[Comms/Radio]** Relevant frequencies are assigned to comms channel (thanks to contributor danalbert) -* **[Base Menu]** Added possibility to replace destroyed SAM and base defenses units for the player (Click on a SAM site to fix it) -* **[Cheat Menu]** Added recon images for buildings on strike targets, click on a Strike target to get detailled informations +* **[Kneeboards]** Generate mission kneeboards for player flights. Kneeboards include + airfield/carrier information (ATC frequencies, ILS, TACAN, and runway + assignments), assigned radio channels, waypoint lists, and AWACS/JTAC/tanker + information. +* **[Radios]** Allocate separate intra-flight channels for most aircraft to reduce global + chatter. +* **[Radios]** Configure radio channel presets for most aircraft. Currently supported are: + * AJS37 + * AV-8B + * F-14B + * F-16C + * F/A-18C + * JF-17 + * M-2000C +* **[Base Menu]** Added possibility to repair destroyed SAM and base defenses units for the player (Click on a SAM site to fix it) +* **[Base Menu]** Added possibility to buy/sell/replace SAM units +* **[Map]** Added recon images for buildings on strike targets, click on a Strike target to get detailled informations * **[Units/Factions]** Added F-16C to USA 1990 * **[Units/Factions]** Added MQ-9 Reaper as CAS unit for USA 2005 * **[Units/Factions]** Added Mig-21, Mig-23, SA-342L to Syria 2011 @@ -20,6 +32,7 @@ * **[Mission Generator]** AH-1W was not used by AI to generate CAS mission by default * **[Mission Generator]** Fixed F-16C targeting pod not being added to payload * **[Mission Generator]** AH-64A and AH-64D payloads fix. +* **[Units/Factions]** China will use KJ-2000 as awacs instead of A-50 # 2.1.0 diff --git a/qt_ui/uiconstants.py b/qt_ui/uiconstants.py index c0d52631..5920fa85 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -8,7 +8,7 @@ from game.event import UnitsDeliveryEvent, FrontlineAttackEvent from theater.theatergroundobject import CATEGORY_MAP from userdata.liberation_theme import get_theme_icons -VERSION_STRING = "2.1.0" +VERSION_STRING = "2.1.1 RC1" URLS : Dict[str, str] = { "Manual": "https://github.com/khopa/dcs_liberation/wiki",