Skip to content

Commit

Permalink
🎈 6.6.0 (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>

Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 10, 2022
1 parent 4b2bb28 commit c9b9fc0
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.5.0)
project(ignition-gui6 VERSION 6.6.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.6.0 (2022-08-10)

1. GzColor ColorDialogue fix
* [Pull request #459](https://github.com/gazebosim/gz-gui/pull/459)

1. Fix attribute update when `<dialog>` isn't present
* [Pull request #455](https://github.com/gazebosim/gz-gui/pull/455)

1. Add plotting to common widget pose
* [Pull request #439](https://github.com/gazebosim/gz-gui/pull/439)

1. Add test for Plugin::ConfigStr()
* [Pull request #447](https://github.com/gazebosim/gz-gui/pull/447)

### Gazebo GUI 6.5.0 (2022-08-02)

1. `Teleop`: Refactor and support vertical
Expand Down

0 comments on commit c9b9fc0

Please sign in to comment.