diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eed01c..5c2ee57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION.txt b/VERSION.txt index 43ed491..ef9438e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,5 +1,5 @@ MAJOR=2 -MINOR=2 +MINOR=3 PATCH=0 BUILD=0 KSPMAJOR=1