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, )