Skip to content

Commit 2630a94

Browse files
authored
🎈 6.0.0 (#296)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent c337047 commit 2630a94

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
1313
#============================================================================
1414
# Configure the project
1515
#============================================================================
16-
ign_configure_project(VERSION_SUFFIX pre1)
16+
ign_configure_project(VERSION_SUFFIX)
1717

1818
#============================================================================
1919
# Set project-specific options

Changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Ignition Gui 6.0.0 (2021-09-XX)
66

7-
1. Render engine GUI name argument to be set in the minimal scene
8-
* [Pull request #286](https://github.com/ignitionrobotics/ign-gui/pull/286)
7+
1. Add a filter to the plugin menu
8+
* [Pull request #277](https://github.com/ignitionrobotics/ign-gui/pull/277)
99

1010
1. New events
1111

@@ -35,6 +35,9 @@
3535
1. PIMPL GUI events
3636
* [Pull request #253](https://github.com/ignitionrobotics/ign-gui/pull/253)
3737

38+
1. Added winID to fix second windows in OGRE2.2
39+
* [Pull request #292](https://github.com/ignitionrobotics/ign-gui/pull/292)
40+
3841
1. Added camera tracking
3942
* [Pull request #226](https://github.com/ignitionrobotics/ign-gui/pull/226)
4043
* [Pull request #254](https://github.com/ignitionrobotics/ign-gui/pull/254)
@@ -45,6 +48,10 @@
4548
* [Pull request #285](https://github.com/ignitionrobotics/ign-gui/pull/285)
4649
* [Pull request #268](https://github.com/ignitionrobotics/ign-gui/pull/268)
4750
* [Pull request #224](https://github.com/ignitionrobotics/ign-gui/pull/224)
51+
* [Pull request #282](https://github.com/ignitionrobotics/ign-gui/pull/282)
52+
* [Pull request #273](https://github.com/ignitionrobotics/ign-gui/pull/273)
53+
* [Pull request #286](https://github.com/ignitionrobotics/ign-gui/pull/286)
54+
* [Pull request #295](https://github.com/ignitionrobotics/ign-gui/pull/295)
4855

4956
1. Remove deprecations: tock
5057
* [Pull request #243](https://github.com/ignitionrobotics/ign-gui/pull/243)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
Build | Status
1111
-- | --
12-
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/main/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/main)
13-
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-main-bionic-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-main-bionic-amd64)
14-
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-main-homebrew-amd64)
15-
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ign_gui-ci-win)](https://build.osrfoundation.org/job/ign_gui-ci-win)
12+
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/ign-gui6/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/ign-gui6)
13+
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-ign-gui6-bionic-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui6-bionic-amd64)
14+
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-ign-gui6-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui6-homebrew-amd64)
15+
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ign_gui-ign-6-win)](https://build.osrfoundation.org/job/ign_gui-ign-6-win)
1616

1717
Ignition GUI builds on top of [Qt](https://www.qt.io/) to provide widgets which are
1818
useful when developing robotics applications, such as a 3D view, plots, dashboard, etc,

0 commit comments

Comments
 (0)