Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed May 2, 2016
1 parent eb096a8 commit f4aad76
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
Binary file modified Plugins/KIS.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Plugins/KIS.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0
"PATCH": 2
},
"NAME": "KIS",
"URL": "https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"VERSION": {
"BUILD": 6,
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 7
"PATCH": 8
}
}
11 changes: 0 additions & 11 deletions Plugins/Source/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
Pre-release changes:
- [Fix] #121: In node attach mode the connection points markers get overlapped by the part's mesh.
- [Fix] #122: For some parts attach point is wrongly detected.
- [Change] When attaching a part with stack nodes by default prefer "bottom" and "top" attach nodes as they are most used ones.
- [Fix] #124: Parts with allowPartAttach = 1 still require a tool.
- [Change] Turn allowPartAttach and allowStaticAttach fields of KISItem into enums. Integers are still accepted but in the new parts using of enum names is encouraged.
- [Enhancement] Show error message when "X" is pressed and no item is equipped.
- [Fix] #116: Mass limit is not checked when grabbing from inventory.
- [Fix] #118: Detach of static attached part results in NPE.
- [Change] Temporarily increase breaking force of equipped items by x10 (i.e. up to 50). Old settings of 5 is too weak for such applications as eva chutes. Also see bug #128.
- [Fix] #119: Adding an item into inventory in the editor shows KSP error in the logs.
- [Enhancement] #117: Auto add common items to the seats.
4 changes: 2 additions & 2 deletions Plugins/Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.7.6")]
[assembly: AssemblyInformationalVersion("1.2.7 for KSP 1.1")]
[assembly: AssemblyVersion("1.2.8")]
[assembly: AssemblyInformationalVersion("1.2.8 for KSP 1.1")]
[assembly: KSPAssembly("KIS", 1, 2)]
[assembly: KSPAssemblyDependency("KSPDev_Utils", 0, 10)]
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 1.2.8 (2 May 2016)
- [Change] Compatibility change for KSP 1.1.2.
- [Change] When attaching a part with stack nodes by default prefer "bottom" and "top" attach nodes as they are most used ones.
- [Change] Turn allowPartAttach and allowStaticAttach fields of KISItem into enums. Integers are still accepted but in the new parts using of enum names is encouraged.
- [Change] Temporarily increase breaking force of equipped items by x10 (up to 50). Old settings of 5 is too weak for such applications as eva chutes. Also see bug #128.
- [Enhancement] Show error message when "X" is pressed and no item is equipped.
- [Enhancement] #117: Auto add common items to the seats.
- [Fix] #116: Mass limit is not checked when grabbing from inventory.
- [Fix] #118: Detach of static attached part results in NPE.
- [Fix] #119: Adding an item into inventory in the editor shows KSP error in the logs.
- [Fix] #121: In node attach mode the connection points markers get overlapped by the part's mesh.
- [Fix] #122: For some parts attach point is wrongly detected.
- [Fix] #124: Parts with allowPartAttach = 1 still require a tool.

### 1.2.7 (21 April 2016)
- [Change] KSP 1.1 supported!
- [Change] Increase static attach strength on ground base to prevent joint breakage.
Expand Down
6 changes: 3 additions & 3 deletions kis.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0
"PATCH": 2
},
"NAME": "Kerbal Inventory System",
"URL": "https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"VERSION": {
"BUILD": 6,
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 7
"PATCH": 8
}
}

0 comments on commit f4aad76

Please sign in to comment.