Skip to content

Commit 4264f6b

Browse files
authored
Merge pull request #61 from KSP-RO/Develop
Develop
2 parents 0f37359 + 0f01795 commit 4264f6b

35 files changed

+1506
-345
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"NAME":"Community Category Kit",
3-
"URL":"https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
4-
"DOWNLOAD":"https://github.com/BobPalmer/CommunityCategoryKit/releases",
5-
"GITHUB":{
6-
"USERNAME":"BobPalmer",
7-
"REPOSITORY":"CommunityCategoryKit",
8-
"ALLOW_PRE_RELEASE":false
9-
},
10-
"VERSION":{
11-
"MAJOR":0,
12-
"MINOR":1,
13-
"PATCH":1,
14-
"BUILD":0
15-
},
16-
"KSP_VERSION":{
17-
"MAJOR":1,
18-
"MINOR":2,
19-
"PATCH":0
20-
},
21-
"KSP_VERSION_MIN":{
22-
"MAJOR":1,
23-
"MINOR":2,
24-
"PATCH":0
25-
},
26-
"KSP_VERSION_MAX":{
27-
"MAJOR":1,
28-
"MINOR":2,
29-
"PATCH":0
30-
}
31-
}
2+
"DOWNLOAD": "https://github.com/BobPalmer/CommunityCategoryKit/releases",
3+
"GITHUB": {
4+
"ALLOW_PRE_RELEASE": false,
5+
"REPOSITORY": "CommunityCategoryKit",
6+
"USERNAME": "BobPalmer"
7+
},
8+
"KSP_VERSION": {
9+
"MAJOR": 1,
10+
"MINOR": 2,
11+
"PATCH": 1
12+
},
13+
"KSP_VERSION_MAX": {
14+
"MAJOR": 1,
15+
"MINOR": 2,
16+
"PATCH": 1
17+
},
18+
"KSP_VERSION_MIN": {
19+
"MAJOR": 1,
20+
"MINOR": 2,
21+
"PATCH": 0
22+
},
23+
"NAME": "Community Category Kit",
24+
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
25+
"VERSION": {
26+
"BUILD": 0,
27+
"MAJOR": 1,
28+
"MINOR": 2,
29+
"PATCH": 0
30+
}
31+
}

GameData/CommunityCategoryKit/CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.2.0 - 2016.12.2
2+
- [Enhancement] Define common filters via a config file.
3+
- [Enhancement] Allow defining custom filters by updating via ModuleManager (read Wiki!).
4+
5+
1.1.0 - 2016.11.29
6+
- [Fix #7] Add images for Containers category.
7+
- [Fix #9] Sync up DLL's and mod's versions.
8+
9+
0.1.2 - (KSP 1.2.1)
10+
-------------------
11+
Recompile for KSP 1.2.1
12+
113
0.1.1 - 2016.10.15
214
------------------
315
Fixed initial tag for real this time

0 commit comments

Comments
 (0)