Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosm committed Sep 13, 2017
1 parent 4f0e678 commit 5f342cf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
14 changes: 7 additions & 7 deletions GameData/BonVoyage/BonVoyage.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION" :
{
"MAJOR" : 0,
"MINOR" : 12,
"MINOR" : 13,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2
"MINOR" : 3,
"PATCH" : 0
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2
"MINOR" : 3,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2
"MINOR" : 3,
"PATCH" : 0
}
}
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Rovers background processing for KSP.

# Changelog
## 0.13.0
### Fixes
- Fixed target longitude display
- App launcher button fix
- Adjusted vessel altitude from terrain
- Night time ride fix

### Changes
- KSP 1.3 compatibility
- WBI reactors and MKS power pack compatibility
- Support for tricycles
- Hide BV window in map view
- Average speed change - reduction based on power
- Shutdown/Activate BV Controller

## 0.12.0
### Fixes
- Change a few frequently called `foreach` loops to `for` by [soulsource](https://github.com/Real-Gecko/KSP-BonVoyage/pull/3)
Expand Down

0 comments on commit 5f342cf

Please sign in to comment.