Skip to content

Commit

Permalink
Merge pull request #247 from ihsoft/next
Browse files Browse the repository at this point in the history
Release 1.10
  • Loading branch information
ihsoft authored Mar 9, 2018
2 parents 5e1f38c + 34c6d33 commit 1ca8db6
Show file tree
Hide file tree
Showing 21 changed files with 695 additions and 494 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TestResults
*.sln.docstates

# Build results
build/
[Dd]ebug/
[Rr]elease/
x64/
Expand Down
Binary file removed Binaries/KSPDev_Utils.0.30.dll
Binary file not shown.
Binary file added Binaries/KSPDev_Utils.0.31.dll
Binary file not shown.
875 changes: 533 additions & 342 deletions Binaries/KSPDev_Utils.0.30.xml → Binaries/KSPDev_Utils.0.31.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.10 (March 8th, 2018):
* KSP 1.4 support.
* [Change] Update the pods in the loading screens.
* [Enhancement] Add Espanol localization.

# 1.9 (December 28th, 2017):
* [Enhancement] Add Chinese localization.
* [Fix #235] Items equip state is not persisted.
Expand Down
Binary file modified Deps/CommunityCategoryKit/CCK.dll
Binary file not shown.
34 changes: 17 additions & 17 deletions Deps/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "BobPalmer"
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"PATCH": 9
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 9
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"PATCH":9
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 2,
"MAJOR": 3,
"MINOR": 0,
"PATCH": 2
"PATCH": 0
}
}
4 changes: 4 additions & 0 deletions Deps/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.0 - 2018.03.07
------------------
KSP 1.4.0 Compatibility

2.0.2 - KSP 1.3
------------------
- [Enhancement] Added a new standard category: Lights.
Expand Down
Binary file removed Deps/ModuleManager.2.8.1.dll
Binary file not shown.
Binary file added Deps/ModuleManager.3.0.5.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions KIS.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/index.php?/topic/149848-12-kerbal-inventory-system-kis-v131/",
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 0
},
"NAME": "Kerbal Inventory System",
"URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version",
"VERSION": {
"BUILD": 274,
"BUILD": 40620,
"MAJOR": 1,
"MINOR": 9,
"PATCH": 6571
"MINOR": 10,
"PATCH": 6640
}
}
Loading

0 comments on commit 1ca8db6

Please sign in to comment.