From 10f94f03dad7c4ddfacef15195aa8b690ccd64f6 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 27 Jul 2021 10:19:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20=204.5.0=20(#259)?= 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 | 21 +++++++++++++++++++++ Migration.md | 5 +++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 376482efb..258dc2d0d 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-gui4 VERSION 4.4.0) +project(ignition-gui4 VERSION 4.5.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 387934f1e..aa5f383d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,27 @@ ### Ignition Gui 4.X.X (20XX-XX-XX) + +### Ignition Gui 4.5.0 (2021-07-26) + +1. New teleop plugin implementation. + * [Pull request #245](https://github.com/ignitionrobotics/ign-gui/pull/245) + +1. Fix codeowners + * [Pull request #251](https://github.com/ignitionrobotics/ign-gui/pull/251) + +1. Fix plugin added signal, add PluginByName + * [Pull request #249](https://github.com/ignitionrobotics/ign-gui/pull/249) + +1. Fixed tests by passing valid argv + * [Pull request #244](https://github.com/ignitionrobotics/ign-gui/pull/244) + +1. Screenshot plugin fixed dbg message + * [Pull request #246](https://github.com/ignitionrobotics/ign-gui/pull/246) + +1. Detect ign instead of using cmake module to check for ignition-tools + * [Pull request #240](https://github.com/ignitionrobotics/ign-gui/pull/240) + ### Ignition Gui 4.4.0 (2021-06-21) 1. Bump required ign-rendering version to 4.8 diff --git a/Migration.md b/Migration.md index 02c7c0201..043ee90ae 100644 --- a/Migration.md +++ b/Migration.md @@ -5,6 +5,11 @@ Deprecated code produces compile-time warnings. These warning serve as notification to users that their code should be upgraded. The next major release will remove the deprecated code. +## Ignition GUI 4.4 to 4.5 + +* The `Application::PluginAdded` signal used to send empty strings. Now it + sends the plugin's unique name. + ## Ignition GUI 3.x to 4.x * Use rendering4, transport9 and msgs6.