Updated the mod version number to v1.4.7 in QNewGameWizard.py and updated the changelog.

This commit is contained in:
MetalStormGhost 2022-04-24 13:50:19 +03:00
parent 840cbf66d9
commit b3ab2aed87
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

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