Skip to content

Commit

Permalink
Version bumpb to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rurounijones committed Jan 2, 2023
1 parent ac1d94c commit 9677a84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2023-01-02

### Fixed
- Fixed error when retrieving mark panels (`WorldService.GetMarkPanels`) when the mark panel was created by a game master / JTAC, or when the player who created the mark panel left. `MarkPanel.initiator` is now optional. ([#156](https://github.com/DCS-gRPC/rust-server/issues/156))
- Fixed scale of blocking time percentage in stats logs.

### Added
- Added `SimulationFps` event that is fired every second and contains simulation fps information since the last event (i.e. for the past ~1sec).
- Added `GetSessionId` API
- Added `GetSessionId` API which is refreshed every mission restart to allow clients to know if a new mission has started on client reconnect.
- Added `GetDetectedTargets` API. Method follows the DCS implementation of controller's getDetectedTargets. Can optionally also return the unit or weapon objects tracked by the radar.
- Added `orientation` and `velocity` to `Unit` object
- Added `u`/`v` coordinates (offset from DCS map origin in meters) to `Position`s used in responses. To not require them in requests, all positions provided in requests got changed to a new `InputPosition` type (you'll have to update your requests, simply replace `Position` with `InputPosition` in them).
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.6.0"
version = "0.7.0"
license = "AGPL-3.0-or-later"
authors = ["Markus Ast <[email protected]>"]
rust-version = "1.64"
Expand Down

0 comments on commit 9677a84

Please sign in to comment.