From 1fbfc292c2e9dee701516d47412c0a5434fb0cee Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 17 Mar 2021 17:05:55 -0700 Subject: [PATCH 1/3] Bump to 3.5.1 Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 507edee16..dc4b6cc3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-gui3 VERSION 3.5.0) +project(ignition-gui3 VERSION 3.5.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 4be08c26d..e5503a378 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ### Ignition Gui 3.X.X (202X-XX-XX) +### Ignition Gui 3.5.1 (2021-03-17) + +1. Scene3D: port mesh material fixes from ign-gazebo + * [Pull request #191](https://github.com/ignitionrobotics/ign-gui/pull/191) + ### Ignition Gui 3.5.0 (2021-03-10) 1. Screenshot plugin From c06ba939d74d03d915a888b6add0c3cec619166a Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 17 Mar 2021 23:51:59 -0700 Subject: [PATCH 2/3] changelog for #194 Signed-off-by: Steve Peters --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index e5503a378..ea8b1b14f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,9 @@ 1. Scene3D: port mesh material fixes from ign-gazebo * [Pull request #191](https://github.com/ignitionrobotics/ign-gui/pull/191) +1. Improve the height of plugins in the right split + * [Pull request #194](https://github.com/ignitionrobotics/ign-gui/pull/194) + ### Ignition Gui 3.5.0 (2021-03-10) 1. Screenshot plugin From ef5dc3a03eecd5f9d984a9a23e96e6554698b8ca Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 18 Mar 2021 09:56:33 -0700 Subject: [PATCH 3/3] fix date Signed-off-by: Steve Peters --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ea8b1b14f..c836fe49b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ### Ignition Gui 3.X.X (202X-XX-XX) -### Ignition Gui 3.5.1 (2021-03-17) +### Ignition Gui 3.5.1 (2021-03-18) 1. Scene3D: port mesh material fixes from ign-gazebo * [Pull request #191](https://github.com/ignitionrobotics/ign-gui/pull/191)