Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alters-mit committed Nov 16, 2020
1 parent 6d6e8be commit fa119bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

To upgrade from TDW v1.6 to v1.7, read [this guide](Documentation/v1.6_to_v1.7).

## v1.7.9

### Command API

#### New Commands

| Command | Description |
| --------------- | ---------------------------- |
| `send_keyboard` | Request keyboard input data. |

### Output Data

#### New Output Data

| Output Data | Description |
| ----------- | -------------------- |
| `Keyboard` | Keyboard input data. |

## v1.7.8

### Python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### [C# Code](https://github.com/threedworld-mit/tdw/blob/master/Documentation/contributions/c_sharp_sources.md)

### [License](https://github.com/threedworld-mit/tdw/blob/LICENSE.txt)
### [License](https://github.com/threedworld-mit/tdw/blob/master/LICENSE.txt)

### [How to upgrade from TDW v1.6 to v1.7](https://github.com/threedworld-mit/tdw/blob/master/Documentation/v1.6_to_v1.7.md)

Expand Down

0 comments on commit fa119bf

Please sign in to comment.