From fedec9af0320aa0710c4224b2c3fae589722d11c Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 28 Mar 2022 16:34:02 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=F0=9F=8F=81=205.5.0?= 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 | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fd8729f..f3ccb5608 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-gui5 VERSION 5.4.0) +project(ignition-gui5 VERSION 5.5.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index ef364ba45..97f4bda33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,22 @@ ## Ignition Gui 5 -### Ignition Gui 5.X.X (20XX-XX-XX) +### Ignition Gui 5.5.0 (2022-03-28) + +1. Fix some Qt warnings + * [Pull request #376](https://github.com/ignitionrobotics/ign-gui/pull/376) + +1. Added Snackbar QtQuick object + * [Pull request #369](https://github.com/ignitionrobotics/ign-gui/pull/369) + * [Pull request #370](https://github.com/ignitionrobotics/ign-gui/pull/370) + +1. Fix menu scrolling when a new plugin is added + * [Pull request #368](https://github.com/ignitionrobotics/ign-gui/pull/368) + +1. Improve KeyPublisher's usability + * [Pull request #362](https://github.com/ignitionrobotics/ign-gui/pull/362) + +1. Backport GridConfig improvements to Grid3D + * [Pull request #363](https://github.com/ignitionrobotics/ign-gui/pull/363) ### Ignition Gui 5.4.0 (2022-01-31)