Skip to content

Commit

Permalink
1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0Kerbal committed Apr 5, 2020
1 parent 4823fee commit 5689a1a
Show file tree
Hide file tree
Showing 24 changed files with 209 additions and 1,007 deletions.
25 changes: 16 additions & 9 deletions Changelog.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
KERBALCHANGELOG //Required to have this name
{
showChangelog = True
modName = FieldTrainingLab
modName = Field Training Lab (FTL)
license = MIT
author = efour, zer0Kerbal
VERSION
{
version = 1.2.0.0
versionName = Options Options Options
change = recompile for KSP 1.9
change = added game settings page
change = added global setting to enable/disable PAW color
change = added option to globally enable/disable
change = added option: use science and ratio
change = added option: use reputation and ratio
change = added option: use funds and ratio
changename = New Carpets! Automation Motivation Modernization
change = <B><color = red>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b>
change = KSP 1.9.1 with .NET 4.8
change = update Editor GetInfo() to be more informative
change = include assembly version in PAW
CHANGE
{
change = game settings page - ***disabled for now***
subChange = added game settings page
subChange = added global setting to enable/disable PAW color
subChange = added option to globally enable/disable
subChange = added option: use science and ratio
subChange = added option: use reputation and ratio
subChange = added option: use funds and ratio
}
}
VERSION
{
Expand Down
4 changes: 2 additions & 2 deletions FieldTrainingLab.version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"NAME" : "FieldTrainingLab",
"NAME" : "Field Training Lab (FTL)",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/FieldTrainingLab.version",
"DOWNLOAD" : "https://github.com/zer0Kerbal/FieldTrainingLab/releases/latest",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/FieldTrainingLab/master/Changelog.cfg",
Expand All @@ -12,7 +12,7 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 1,
"MINOR" : 2,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
Loading

0 comments on commit 5689a1a

Please sign in to comment.