From b3ab2aed87d2687de3d5fee84a11ea24bca50f13 Mon Sep 17 00:00:00 2001 From: MetalStormGhost Date: Sun, 24 Apr 2022 13:50:19 +0300 Subject: [PATCH] Updated the mod version number to v1.4.7 in QNewGameWizard.py and updated the changelog. --- changelog.md | 1 + qt_ui/windows/newgame/QNewGameWizard.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 976b08db..663a512c 100644 --- a/changelog.md +++ b/changelog.md @@ -24,6 +24,7 @@ Saves from 5.x are not compatible with 6.0. * **[Campaign]** Allow campaign designers to define default values for the economy settings (starting budget and multiplier). * **[Plugins]** Allow full support of the SkynetIADS plugin with all advanced features (connection nodes, power sources, command centers) if campaign supports it. * **[Plugins]** Added support for the CTLD script by ciribob with many possible customization options and updated the JTAC Autolase to the CTLD included script. +* **[Modding]** Add IDF Mod Project F-16I Sufa v1.4.7 mod support ## Fixes diff --git a/qt_ui/windows/newgame/QNewGameWizard.py b/qt_ui/windows/newgame/QNewGameWizard.py index 89611101..8cd4e7cc 100644 --- a/qt_ui/windows/newgame/QNewGameWizard.py +++ b/qt_ui/windows/newgame/QNewGameWizard.py @@ -686,7 +686,7 @@ class GeneratorOptions(QtWidgets.QWizardPage): modLayout.addWidget(a4_skyhawk, modLayout_row, 1) modLayout_row += 1 modLayout.addWidget( - QtWidgets.QLabel("F-16I Sufa (version 1.4 by IDF Mods Project)"), + QtWidgets.QLabel("F-16I Sufa (version 1.4.7 by IDF Mods Project)"), modLayout_row, 0, )