Skip to content

Commit

Permalink
Update to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bechon committed Sep 17, 2023
1 parent 7e4c71b commit ea1cbe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@

### Features

### Bugfixes

## v2.3.0

### Features

Split the TimeWarp command in two channels. /!\ This is not backward compatible. Both the KSP and Arduino version must be upgrated for the Timewarp messages to work reliably /!\ This allow the user to specify a given delay when timewarping to a given event. This allow for instance to timewarp 1h before the next morning, 30s before periapsis or 1 min before the start of the burn of the next maneuver.*/
Built again KSP 1.12.5 (latest Steam version)
Add a message sent each time the active vessel change.
Add an example of using Keyboard.h and Simpit in the same sketch.
Fix the echo/request channel and custom log message to work on all scene (and not only in flight).
Improve camera control to work in map mode.

### Bugfixes

Fix an issue with warping to a given time not working in some cases.
Release throttle autority when a 0 is sent

## v2.2.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR=2
MINOR=2
MINOR=3
PATCH=0
BUILD=0
KSPMAJOR=1
Expand Down

0 comments on commit ea1cbe1

Please sign in to comment.