Skip to content

Commit

Permalink
Prep for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed May 20, 2016
1 parent 6256697 commit 7906318
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions B9PartSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

[assembly: KSPAssembly("B9PartSwitch", 1, 1)]
[assembly: KSPAssembly("B9PartSwitch", 1, 2)]
4 changes: 2 additions & 2 deletions GameData/B9PartSwitch/B9PartSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 4
"MINOR": 2,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,36 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.

## Changelog

### 1.1.4
### v1.2.0

* Support TweakScale integration
* Allow plural switcher description (in part catalog) to be edited)
* Disable changing surface attach node size (problematic with Tweakscale)

### v1.1.4

* Don't remove FSfuelSwitch or InterstellarFuelSwitch if ModuleB9PartSwitch doesn't manage resources
* Defer rendering drag cubes until part has been attached (fixes flickering in editor)
* Avoid firing events multiple times
* Various internal changes

### 1.1.3
### v1.1.3

* Recompile against KSP 1.1.2
* Simplify part list info a bit
* Hopefully make some error messages clearer
* Various internal refactors and simplifications

### 1.1.2
### v1.1.2

* Remove FSmeshSwitch and InterstellarMeshSwitch from incompatible modules
* Recompile against KSP 1.1.1

### 1.1.1
### v1.1.1

* Fix resource cost not accounting for units per volume on tank type

### 1.1
### v1.1

* KSP 1.1 compatibility
* Fixed bug where having part switching on the root part would cause physics to break
Expand All @@ -63,10 +69,10 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.
* Hopefully fix incompatible module checking
* Various refactors and simplifications which might improve performance a bit

### 1.0.1
### v1.0.1

* Fix NRE in flight scene

### 1.0.0
### v1.0.0

* Initial release
* Initial release

0 comments on commit 7906318

Please sign in to comment.