Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.9.0 - 2018.03.07
------------------
KSP 1.4.0 Compatibility

0.8.1 - 2017.03.06
------------------
Fixed an issue with Chinese localization that was causing the game to hang during load. Thanks to everyone that helped with this!
Added Russian translations (Thanks doktorjet)
Corrected density of Silicates/Silicon (Note that while cost/volume are the same, the resources are now ten times heavier)

0.8.0 - 2017.10.09
------------------
KSP 1.3.1
Various localization updates

0.7.3 - 2017.09.08
------------------
Dependency Updates

0.7.2 - 2017.08.15
---------------
Dependency Updates
Expand Down
12 changes: 6 additions & 6 deletions Distribution/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":7,
"PATCH":2,
"MINOR":9,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":2,
"PATCH":9
"MINOR":4,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":9
}
}
Loading