Skip to content

Commit

Permalink
Merge branch 'feature/ksp150'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Oct 21, 2018
2 parents 68635fe + cbfa97a commit de7e5a7
Show file tree
Hide file tree
Showing 35 changed files with 644 additions and 668 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

.vs/

# User-specific files
*.suo
*.user
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,36 @@ Changelog for Nehemiah Engineering Orbital Science

Major features are **bolded**, contributors are *emphasized*.

0.8.0 (for KSP 1.5) - 2018.06.10
-----------------------------------------------------------
### General
* Updated ModuleManager to 3.1.0
* Updated MiniAVC to v1.2.0.2
* Display experiment time in the VAB. Bug #26.

### OMS
* Added support Universal Storage 2 and fixed Universal Storage 1.
* Bugs fixed:
+ Fix "double pressing" to add experiment in VAB. Bug #31.
+ Fix "missing experiments on revert" in VAB. Bug #30.
+ Fix Extraplanetary Launchpads support. Bug #27.
+ Fix missing results for some experiments. Bug #23.

### KEES
* Bugs fixed:
+ Spelling mistake in the PPMD results.

### Kemini
* Clean up GUI - remove some unnecessary buttons
* Mk1 Pod only has 1 experiment if MakingHistory is installed
* Add experiments to addition MakingHistory pods.
* Bugs fixed:
+ Fix "double pressing" to add experiment in VAB. Bug #31.
+ Fix "missing experiments on revert" in VAB. Bug #30.


0.7.2 (recompile) - 2018.06.10
-----------------------------------------------------------
### General
* Updated ModuleManager from 2.8.1 to the newly-released 3.0.7
* Recompile for KSP1.4.3
Expand Down
45 changes: 0 additions & 45 deletions ExternalDependencies/MiniAVC/CHANGES.txt

This file was deleted.

30 changes: 30 additions & 0 deletions ExternalDependencies/MiniAVC/KSP-AVC.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"NAME": "KSP-AVC Plugin",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KSPAddonVersionChecker/master/KSP-AVC.version",
"DOWNLOAD": "https://github.com/linuxgurugamer/KSPAddonVersionChecker/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
"REPOSITORY": "KSPAddonVersionChecker"
},
"VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 0,
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 99
}
}
Loading

0 comments on commit de7e5a7

Please sign in to comment.