From 09fd5f7b46129d7214a9065ea3c75708b561eaa8 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 10 Mar 2021 15:41:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=203.5.0=20(#188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dc9415bf..507edee16 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.4.0) +project(ignition-gui3 VERSION 3.5.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 147d9cf36..4be08c26d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,29 @@ ### Ignition Gui 3.X.X (202X-XX-XX) +### Ignition Gui 3.5.0 (2021-03-10) + +1. Screenshot plugin + * [Pull request #170](https://github.com/ignitionrobotics/ign-gui/pull/170) + +1. Master branch updates + * [Pull request #187](https://github.com/ignitionrobotics/ign-gui/pull/187) + +1. Backport Publisher test from v4 + * [Pull request #173](https://github.com/ignitionrobotics/ign-gui/pull/173) + +1. Better error messages when component can't be loaded + * [Pull request #175](https://github.com/ignitionrobotics/ign-gui/pull/175) + +1. Make Grid3D plugin more flexible + * [Pull request #172](https://github.com/ignitionrobotics/ign-gui/pull/172) + +1. Add Windows Installation + * [Pull request #168](https://github.com/ignitionrobotics/ign-gui/pull/168) + +1. Fix codecheck + * [Pull request #157](https://github.com/ignitionrobotics/ign-gui/pull/157) + ### Ignition Gui 3.4.0 (2020-12-10) 1. Publish plugin API docs