Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Feb 22, 2016
1 parent e390fb0 commit d1ba80b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 41 deletions.
Binary file modified Plugins/KIS.dll
Binary file not shown.
28 changes: 13 additions & 15 deletions Plugins/KIS.version
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"NAME":"KIS",
"URL":"https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"VERSION":
{
"MAJOR":1,
"MINOR":2,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":5
}
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
},
"NAME": "KIS",
"URL": "https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 5
}
}
3 changes: 0 additions & 3 deletions Plugins/Source/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
Alpha changes since last release:
- [Fix] #103: Part (not seat) inventory overwritten by crew inventory when transferring crew into it.
- [Fix] #89: Portable containers revert to previous content when dropped. For now only restrict using of such inventories to not loose items. Which promotes this bug to enchancement.
- [Feature] #101: Allow configuring EVA inventory hotkeys via a config file.
4 changes: 2 additions & 2 deletions Plugins/Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// 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.4")]
[assembly: AssemblyInformationalVersion("1.2.4")]
[assembly: AssemblyVersion("1.2.5")]
[assembly: AssemblyInformationalVersion("1.2.5")]
[assembly: KSPAssembly("KIS", 1, 2)]
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.2.5 (22 February 2016)
- [Feature] #101: Allow configuring EVA inventory hotkeys via a config file.
- [Fix] #103: Part (not seat) inventory overwritten by crew inventory when transferring crew into it.
- [Fix] #89: Portable containers revert to previous content when dropped. For now only restrict using of such inventories to not loose items. Which promotes this bug to enchancement.

### 1.2.4 (17 February 2016)
- [Feature] #96: Allow move/attach a group of parts. When grab mode is selected the whole hierarchy is highlited.
- [Feature]: New mode "Re-dock" (shortcut: "y"). Allows moving vessels docked to the station. No need to snipe the right part to deatch, the right docking port is found automatically. The port allowed for re-docking are highlighed with green color.
Expand Down
39 changes: 18 additions & 21 deletions kis.version
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"NAME" : "Kerbal Inventory System",
"URL" : "https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"DOWNLOAD" : "http://forum.kerbalspaceprogram.com/threads/113111",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/KospY/KIS/master/changelog.md",
"GITHUB":
{
"USERNAME": "KospY",
"REPOSITORY": "KIS"
},
"VERSION":
{
"MAJOR": 1,
"MINOR": 2,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 0,
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KospY/KIS/master/changelog.md",
"DOWNLOAD": "http://forum.kerbalspaceprogram.com/threads/113111",
"GITHUB": {
"REPOSITORY": "KIS",
"USERNAME": "KospY"
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 5
},
"NAME": "Kerbal Inventory System",
"URL": "https://raw.githubusercontent.com/KospY/KIS/master/kis.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 5
}
}
}

0 comments on commit d1ba80b

Please sign in to comment.