Skip to content

Commit

Permalink
Update to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bechon committed Dec 12, 2021
1 parent ba6b6f4 commit f9b1451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,26 @@

### Features

### Bugfixes

## v2.1.0 (2021-12-12)

### Features

Add a generic parseMessage function (in the Arduino lib)
Add message for atmospheric conditions
Add the Comnet control level, current stage, a boolean to indicate if a target is set and current vessel type in a FlightStatus message
Change internal way to handle some messages. In particular prevent sending a message if no information has changed for some channels. This is applied to ressources messages and FlightStatusMessage for now.
Add a message with information about current vessel rotation, its velocity orientation, maneuver and target orientation (change in maneuver and target message).
Add a message to control custom axis.

Fix an issue where the messages to control throttle did not work for parts assigned to main throttle.
Fix a typo in FlightStatus helper functions
Add a message to close the connection from the Arduino.


### Bugfixes

Fix an issue where the messages to control throttle did not work for parts assigned to main throttle.
Fix a typo in FlightStatus helper functions

## v2.0.0 (2021-09-07)

### Features
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=0
MINOR=1
PATCH=0
BUILD=0
KSPMAJOR=1
Expand Down

0 comments on commit f9b1451

Please sign in to comment.