Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎈 3.11.0 #451

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-gui3 VERSION 3.10.0)
project(ignition-gui3 VERSION 3.11.0)

#============================================================================
# Find ignition-cmake
Expand Down
20 changes: 19 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
## Ignition Gui 3
## Gazebo GUI 3

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

1. Dialog read attribute fixes
* [Pull request #450](https://github.com/gazebosim/gz-gui/pull/450)
* [Pull request #442](https://github.com/gazebosim/gz-gui/pull/442)

1. Fixed topic echo test
* [Pull request #448](https://github.com/gazebosim/gz-gui/pull/448)

1. Teleop: Refactor and support vertical
* [Pull request #440](https://github.com/gazebosim/gz-gui/pull/440)

1. Change `IGN_DESIGNATION` to `GZ_DESIGNATION`
* [Pull request #437](https://github.com/gazebosim/gz-gui/pull/437)

1. Ignition -> Gazebo
* [Pull request #435](https://github.com/gazebosim/gz-gui/pull/435)

### Ignition Gui 3.10.0 (2022-07-13)

Expand Down