Skip to content
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 @@ -16,7 +16,7 @@ find_package(gz-cmake REQUIRED)
set(CMAKE_CXX_STANDARD 17)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
gz_configure_project(VERSION_SUFFIX pre2)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
27 changes: 25 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
## Gazebo GUI 10

### Gazebo GUI 10.X.X (202X-XX-XX)
### Gazebo GUI 10.0.0 (2025-09-30)

### Gazebo GUI 10.0.0 (2025-09-XX)
1. Fix link in scene tutorial
* [Pull request #714](https://github.com/gazebosim/gz-gui/pull/714)

1. Update dependency on gz-cmake3 to gz-cmake
* [Pull request #713](https://github.com/gazebosim/gz-gui/pull/713)

1. Fix loading and saving gui config
* [Pull request #711](https://github.com/gazebosim/gz-gui/pull/711)

1. Fix syntax error in package.xml entry
* [Pull request #710](https://github.com/gazebosim/gz-gui/pull/710)

1. Fix dead links in config tutorial
* [Pull request #709](https://github.com/gazebosim/gz-gui/pull/709)

1. Update 02_commandline.md tutorial with help message
* [Pull request #708](https://github.com/gazebosim/gz-gui/pull/708)

1. Update references of main to gz-gui10
* [Pull request #707](https://github.com/gazebosim/gz-gui/pull/707)

1. Replace Protobuf DebugString with PrintToString
* [Pull request #703](https://github.com/gazebosim/gz-gui/pull/703)

1. Qt6 migration and updates
* [Pull request #712](https://github.com/gazebosim/gz-gui/pull/712)
* [Pull request #697](https://github.com/gazebosim/gz-gui/pull/697)
* [Pull request #693](https://github.com/gazebosim/gz-gui/pull/693)
* [Pull request #691](https://github.com/gazebosim/gz-gui/pull/691)
Expand Down