-
Notifications
You must be signed in to change notification settings - Fork 4
/
KerbalChangelogv2Changelog.cfg
153 lines (153 loc) · 2.22 KB
/
KerbalChangelogv2Changelog.cfg
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
KERBALCHANGELOG
{
showChangelog = True
modName = Kerbal Changelog
license = MIT
author = Benjamin Cronin
VERSION
{
version = 1.2.1
CHANGE
{
change = Fix issue where changelogs would continue to be displayed despite the `showChangelog` field being set to `false`
subchange = Thanks to user Corax for raising this issue
}
CHANGE
{
change = Update/expand debug lines for better maintainability
}
CHANGE
{
change = Add styling to changelogs
}
}
VERSION
{
version = 1.2.0
CHANGE
{
change = Add features suggested by zer0Kerbal
subchange = Add new change nodes
subchange = Add subchange capabilities
subchange = Add license field
subchange = Add author node
subchange = Add version naming field
}
CHANGE
{
change = Internal code rewrite to improve maintainability
}
}
VERSION
{
version = 1.1.7
CHANGE
{
change = Update for KSP 1.9
}
CHANGE
{
change = Downgrade to .NET 4.5 for compatibility
}
}
VERSION
{
version = 1.1.6.1
CHANGE
{
change = Internal changes for .NET 4.x support
}
}
VERSION
{
version = 1.1.6
CHANGE
{
change = Recompile for KSP 1.8.1
}
CHANGE
{
change = Thanks to LGG for error checking! (Pull Request 1)
}
}
VERSION
{
version = 1.1.5
CHANGE
{
change = Recompile for KSP 1.7.3
}
}
VERSION
{
version = 1.1.4
CHANGE
{
change = Fixed screwed up release
}
}
VERSION
{
version = 1.1.3
CHANGE
{
change = Recompile for KSP 1.6
}
}
VERSION
{
version = 1.1.2
CHANGE
{
change = Moved startup to Main Menu
}
CHANGE
{
change = Removed debug statements
}
CHANGE
{
change = Fixed bad handling of config nodes
}
}
VERSION
{
version = 1.1.1
CHANGE
{
change = Fixed title bar versioning and runtime error associated with it
}
}
VERSION
{
version = 1.1.0
CHANGE
{
change = Added a quick view page to see which mods have new changelogs to read
}
CHANGE
{
change = Added the mod's latest version to the title bar
}
}
VERSION
{
version = 1.0.1
CHANGE
{
change = Increased window size
}
CHANGE
{
change = Added spaces between versions
}
}
VERSION
{
version = 1.0.0
CHANGE
{
change = Release!
}
}
}