Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed May 26, 2017
1 parent 858117b commit 010f81d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
### 1.3.0 (May 25th, 2017)
* Update to KSP 1.3.

### 1.2.0 (December 13th, 2016)
- [Enhancement #3] Allow more modifier keys assigned.
- [Enhancement #6] Allow setting focus on a specific part. By deafult it's key `O`.
* [Enhancement #3] Allow more modifier keys assigned.
* [Enhancement #6] Allow setting focus on a specific part. By deafult it's key `O`.

### 1.1.1 (October 12th, 2016)
- [Enhancement] KSP 1.2 support
* [Enhancement] KSP 1.2 support

### 1.0.3 (September 20th, 2016)
- [Enhancement] Don't act if UI or vessel switch input is locked.
* [Enhancement] Don't act if UI or vessel switch input is locked.

### 1.0.2 (June 13th, 2016)
- [Fix] #2: Docking camera fix mode activates on KIS attach actions.
* [Fix] #2: Docking camera fix mode activates on KIS attach actions.

### 1.0.1 (June 13th, 2016)
- [Enhacement] #1: Prevent camera jumping on vessels docking.
* [Enhacement] #1: Prevent camera jumping on vessels docking.

### 1.0.0 (June 4th, 2016)
- Initial version
* Initial version
8 changes: 4 additions & 4 deletions EasyVesselSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 2,
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 2,
"MINOR": 3,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 2,
"MINOR": 3,
"PATCH": 0
},
"NAME": "Easy Vessel Switch",
"URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"MINOR": 3,
"PATCH": 0
}
}
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion ("1.2.0")]
[assembly: AssemblyInformationalVersion ("1.2.0 for KSP v1.2")]
[assembly: AssemblyVersion ("1.3.0")]
[assembly: AssemblyInformationalVersion ("1.3.0 for KSP v1.3")]
[assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 2)]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 3)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]

0 comments on commit 010f81d

Please sign in to comment.