Skip to content

Commit

Permalink
Merge pull request #290 from ihsoft/next
Browse files Browse the repository at this point in the history
Release v1.6
  • Loading branch information
ihsoft authored Apr 27, 2020
2 parents 597ff6c + cf2b9cd commit 086ac53
Show file tree
Hide file tree
Showing 23 changed files with 191 additions and 602 deletions.
Binary file not shown.
71 changes: 42 additions & 29 deletions Binaries/KSPDev_Utils.2.0.xml → Binaries/KSPDev_Utils.2.2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 1.5 (pre-release):
# 1.6 (April 26th, 2020):
* [Fix #289] RTS-1 docking mode is not reset on decoupling.
* [Change] Stop complaining about KSP minor version change.
* [Enhancement] Add two new localization strings for the custom corridors: `Corridor-1000` and `Corridor-1500`.
* [Enhancement] Add an optional patch `MM-LegacyKASPipesPart.txt` to simulate the old `KAS` pipes. Use at your own risk!

# 1.5 (October 27th, 2019):
* [Change] `KSP 1.8` compatibility. __WARNING__: the mod won't work with version lower than `KSP 1.8`!
* [Enhancement] Add Chinese localization.
* [Fix #279] Can't surface attach the hw-80 winch.
Expand Down
Binary file modified Deps/CommunityCategoryKit/CCK.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions Deps/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":6,
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":{
Expand All @@ -23,8 +23,8 @@
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"MAJOR": 4,
"MINOR": 3,
"MAJOR": 5,
"MINOR": 0,
"PATCH": 0,
"BUILD": 0
}
Expand Down
4 changes: 4 additions & 0 deletions Deps/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility

4.2.0 - 2019.08.04
------------------
KSP 1.7.x Compatibility
Expand Down
Binary file removed Deps/ModuleManager.4.1.1.dll
Binary file not shown.
Binary file added Deps/ModuleManager.4.1.3.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions KAS.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 9,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 8,
"MINOR": 99,
"PATCH": 99
},
"KSP_VERSION_MIN": {
Expand All @@ -23,9 +23,9 @@
"NAME": "KAS",
"URL": "https://github.com/ihsoft/KAS/blob/master/KAS.version",
"VERSION": {
"BUILD": 36384,
"BUILD": 34540,
"MAJOR": 1,
"MINOR": 5,
"PATCH": 7239
"MINOR": 6,
"PATCH": 7421
}
}
7 changes: 6 additions & 1 deletion Lang/en-us.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Version: 4 (2019-03-26)
// Version: 5 (2020-04-26)
// If this file is EN-US localization, then only change the version when a new
// string is added or an existing removed.
// If it's any other language, then this number tells if there are differences.
Expand Down Expand Up @@ -619,5 +619,10 @@ Localization

// KAS parts filter in the editor.
#kasLOC_99009 = Kerbal Attachment System

// Regular crew corridor (MdCorridor).
#kasLOC_99010 = Corridor-1000
// Large crew corridor (LgCorridor).
#kasLOC_99011 = Corridor-1500
}
}
7 changes: 6 additions & 1 deletion Lang/ru.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Version: 4 (2019-03-26)
// Version: 4 (2020-04-26)
// If this file is EN-US localization, then only change the version when a new
// string is added or an existing removed.
// If it's any other language, then this number tells if there are differences.
Expand Down Expand Up @@ -619,5 +619,10 @@ Localization
// KAS parts filter in the editor.
#kasLOC_99009 = Крепежная Арматура и Стяжки
// Regular crew corridor (MdCorridor).
#kasLOC_99010 = Корридор-1000
// Large crew corridor (LgCorridor).
#kasLOC_99011 = Корридор-1500
}
}
Loading

0 comments on commit 086ac53

Please sign in to comment.