Skip to content

Commit db15dc0

Browse files
committed
Update Changelog.cfg
1 parent 8ef1b3f commit db15dc0

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
KERBALCHANGELOG //Required to have this name
22
{
3-
showChangelog = True //To show the changelog, this must be set to True
4-
modName = FieldTrainingLab //Add your mod's name here
5-
VERSION //Declares a version node
6-
{
7-
version = 1.1 //Version number, numbers only with no spaces!
8-
change = Fixed window scrolling //any changes in that version. There can be as many change fields as you want
9-
change = Added shiny buttons
10-
change = Removed bugs
11-
}
12-
VERSION
13-
{
14-
version = 1.0
15-
change = First release!
16-
}
17-
}
3+
showChangelog = True //To show the changelog, this must be set to True
4+
modName = FieldTrainingLab //Add your mod's name here
5+
VERSION //Declares a version node
6+
{
7+
version = 1.0.3.4
8+
change = Adoption by zer0Kerbal
9+
change = Added PAW grouping (really needed for these mods)
10+
change = Added a blurb in the editor getInfo{}
11+
change = Added InstallChecker.cs
12+
change = Updated patch - now patches all parts with moduleScienceLab
13+
change = Removed other patch
14+
change = changed the TrainingLab to be FieldTrainginLab (patches reflect this)
15+
}
16+
VERSION
17+
{
18+
version = 1.0.3.3
19+
change = >>-- EFour's last release --<<
20+
}
21+
}

0 commit comments

Comments
 (0)