Skip to content

Commit

Permalink
🎈 6.7.0 (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
  • Loading branch information
jennuine authored Dec 2, 2022
1 parent b3468ab commit 5dfd0fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-gui6 VERSION 6.6.1)
project(ignition-gui6 VERSION 6.7.0)

#============================================================================
# Find ignition-cmake
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Gazebo GUI 6

### Gazebo GUI 6.7.0 (2022-12-02)

1. Set View Camera controller from plugin configuration
* [Pull request #506](https://github.com/gazebosim/gz-gui/pull/506)

1. Add service for configuring view control sensitivity
* [Pull request #504](https://github.com/gazebosim/gz-gui/pull/504)

1. Fix large / unexpected camera movements
* [Pull request #502](https://github.com/gazebosim/gz-gui/pull/502)

1. Add view control reference visual
* [Pull request #500](https://github.com/gazebosim/gz-gui/pull/500)

### Gazebo GUI 6.6.1 (2022-08-17)

1. Fix mistaken dialog error message
Expand Down

0 comments on commit 5dfd0fd

Please sign in to comment.