Skip to content

Commit 5689a1a

Browse files
committed
1.2.0.0
1 parent 4823fee commit 5689a1a

24 files changed

Lines changed: 209 additions & 1007 deletions

Changelog.cfg

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
KERBALCHANGELOG //Required to have this name
22
{
33
showChangelog = True
4-
modName = FieldTrainingLab
4+
modName = Field Training Lab (FTL)
55
license = MIT
66
author = efour, zer0Kerbal
77
VERSION
88
{
99
version = 1.2.0.0
10-
versionName = Options Options Options
11-
change = recompile for KSP 1.9
12-
change = added game settings page
13-
change = added global setting to enable/disable PAW color
14-
change = added option to globally enable/disable
15-
change = added option: use science and ratio
16-
change = added option: use reputation and ratio
17-
change = added option: use funds and ratio
10+
changename = New Carpets! Automation Motivation Modernization
11+
change = <B><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
12+
change = KSP 1.9.1 with .NET 4.8
13+
change = update Editor GetInfo() to be more informative
14+
change = include assembly version in PAW
15+
CHANGE
16+
{
17+
change = game settings page - ***disabled for now***
18+
subChange = added game settings page
19+
subChange = added global setting to enable/disable PAW color
20+
subChange = added option to globally enable/disable
21+
subChange = added option: use science and ratio
22+
subChange = added option: use reputation and ratio
23+
subChange = added option: use funds and ratio
24+
}
1825
}
1926
VERSION
2027
{

FieldTrainingLab.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"NAME" : "FieldTrainingLab",
2+
"NAME" : "Field Training Lab (FTL)",
33
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/FieldTrainingLab.version",
44
"DOWNLOAD" : "https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest",
55
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg",
@@ -12,7 +12,7 @@
1212
"VERSION" :
1313
{
1414
"MAJOR" : 1,
15-
"MINOR" : 1,
15+
"MINOR" : 2,
1616
"PATCH" : 0,
1717
"BUILD" : 0
1818
},

0 commit comments

Comments
 (0)