Skip to content

Commit d8ddf17

Browse files
authored
Update changelog and prepare for pre2 (#578)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 84170fb commit d8ddf17

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake3 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717

1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19-
gz_configure_project(VERSION_SUFFIX pre1)
19+
gz_configure_project(VERSION_SUFFIX pre2)
2020

2121
#============================================================================
2222
# Set project-specific options

Changelog.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,65 @@
22

33
### Gazebo GUI 8.0.0 (202X-XX-XX)
44

5+
1. Use fully-qualified message names to avoid deprecation warning
6+
* [Pull request #575](https://github.com/gazebosim/gz-gui/pull/575)
7+
8+
1. Fix crash when starting Topic Viewer
9+
* [Pull request #574](https://github.com/gazebosim/gz-gui/pull/574)
10+
11+
1. Add namespace for plugins for doxygen in gz-sim
12+
* [Pull request #571](https://github.com/gazebosim/gz-gui/pull/571)
13+
14+
1. ign -> gz
15+
* [Pull request #570](https://github.com/gazebosim/gz-gui/pull/570)
16+
* [Pull request #556](https://github.com/gazebosim/gz-gui/pull/556)
17+
18+
1. Documentation fixes
19+
* [Pull request #569](https://github.com/gazebosim/gz-gui/pull/569)
20+
21+
1. Suppress new Jammy warnings
22+
* [Pull request #404](https://github.com/gazebosim/gz-gui/pull/404)
23+
24+
1. Fix issue with topic info.
25+
* [Pull request #566](https://github.com/gazebosim/gz-gui/pull/566)
26+
27+
1. Make plugins include message types they use
28+
* [Pull request #563](https://github.com/gazebosim/gz-gui/pull/563)
29+
30+
1. Fix segfaulting tests
31+
* [Pull request #429](https://github.com/gazebosim/gz-gui/pull/429)
32+
33+
1. WorldControl: use event by default
34+
* [Pull request #531](https://github.com/gazebosim/gz-gui/pull/531)
35+
36+
1. Find any major version of Protobuf
37+
* [Pull request #544](https://github.com/gazebosim/gz-gui/pull/544)
38+
39+
1. Fix TopicInfo depcrecation warnings
40+
* [Pull request #543](https://github.com/gazebosim/gz-gui/pull/543)
41+
42+
1. Fix data race issues in CameraTracking plugin
43+
* [Pull request #537](https://github.com/gazebosim/gz-gui/pull/537)
44+
45+
1. Bump msgs and transport version in Harmonic
46+
* [Pull request #517](https://github.com/gazebosim/gz-gui/pull/517)
47+
48+
1. Add Vulkan QML backend
49+
* [Pull request #467](https://github.com/gazebosim/gz-gui/pull/467)
50+
51+
1. Add fallback rendering for other APIs
52+
* [Pull request #357](https://github.com/gazebosim/gz-gui/pull/357)
53+
54+
1. Infrastructure
55+
* [Pull request #560](https://github.com/gazebosim/gz-gui/pull/560)
56+
* [Pull request #559](https://github.com/gazebosim/gz-gui/pull/559)
57+
* [Pull request #555](https://github.com/gazebosim/gz-gui/pull/555)
58+
* [Pull request #536](https://github.com/gazebosim/gz-gui/pull/536)
59+
60+
1. ⬆️ Bump main to 8.0.0~pre1
61+
* [Pull request #456](https://github.com/gazebosim/gz-gui/pull/456)
62+
* [Pull request #512](https://github.com/gazebosim/gz-gui/pull/512)
63+
564
## Gazebo GUI 7
665

766
### Gazebo GUI 7.X.X (202X-XX-XX)

0 commit comments

Comments
 (0)