forked from dtobi/km_SmartParts
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChangeLog.cfg
More file actions
42 lines (38 loc) · 1.22 KB
/
ChangeLog.cfg
File metadata and controls
42 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
KERBALCHANGELOG
{
showChangelog = True
modName = Smart Parts
license = CC-BY-NC-SA-3.0
author = Linuxgurugamer
VERSION
{
version = 1.10.1
CHANGE
{
change = Updated version file to use github for new version info
change = Localized all displayable strings
change = Added support for KerbalChangeLog
type = update
}
}
VERSION
{
version = 1.10.2
CHANGE
{
change = Fixed bug in altimeter which ignored the ascent/descent setting
change = Adjusted the FixedUpdate code to only run 5x/second instead of 50x/second
type = update
}
}
VERSION
{
version = 1.10.3
CHANGE
{
change = Fixed another bug in altimeter which ignored the ascent/descent setting
change = Did a bit of optimizing in the calculations
type = update
}
}
}