Skip to content

Commit b40102a

Browse files
authored
⬆️ 4.0.0: Dome stable release (#133)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 17e5dd6 commit b40102a

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
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 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: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,44 @@
22

33
### Ignition Gui 4.X.X
44

5-
### Ignition Gui 4.0.0 (20XX-XX-XX)
5+
### Ignition Gui 4.X.X (20XX-XX-XX)
6+
7+
### Ignition Gui 4.0.0 (2020-09-29)
8+
9+
1. GitHub migration
10+
* [Pull request 59](https://github.com/ignitionrobotics/ign-gui/pull/59)
11+
12+
1. Fixed ImageDisplay in Ubuntu 20.04
13+
* [Pull request 88](https://github.com/ignitionrobotics/ign-gui/pull/88)
14+
15+
1. Re-enable publisher test
16+
* [Pull request 85](https://github.com/ignitionrobotics/ign-gui/pull/85)
17+
18+
1. Disable TopicViewer test on Windows and macOS
19+
* [Pull request 85](https://github.com/ignitionrobotics/ign-gui/pull/85)
20+
21+
1. Documentation updates
22+
* [Pull request 106](https://github.com/ignitionrobotics/ign-gui/pull/106)
23+
* [Pull request 130](https://github.com/ignitionrobotics/ign-gui/pull/130)
24+
* [Pull request 127](https://github.com/ignitionrobotics/ign-gui/pull/127)
25+
26+
1. Fix qt anchor warnings
27+
* [Pull request 126](https://github.com/ignitionrobotics/ign-gui/pull/126)
28+
29+
1. Plotting: transport plotting and interface
30+
* [Pull request 115](https://github.com/ignitionrobotics/ign-gui/pull/115)
31+
* [Pull request 125](https://github.com/ignitionrobotics/ign-gui/pull/125)
32+
* [Pull request 124](https://github.com/ignitionrobotics/ign-gui/pull/124)
33+
* [Pull request 89](https://github.com/ignitionrobotics/ign-gui/pull/89)
34+
35+
1. Use std::chrono instead of common::Time
36+
* [Pull request 116](https://github.com/ignitionrobotics/ign-gui/pull/116)
37+
38+
1. Depend on QtCharts and change application base class to QApplication
39+
* [BitBucket pull request 252](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-gui/pull-requests/252)
40+
41+
1. Depend on ign-msgs6 and ign-transport9
42+
* [Pull request 92](https://github.com/ignitionrobotics/ign-gui/pull/92)
643

744
1. Depend on ign-rendering4
845
* [BitBucket pull request 243](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-gui/pull-requests/243)

0 commit comments

Comments
 (0)