From 2c858141249a2733b5ac84f651cbb63ce75d6379 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 30 Jan 2025 16:41:35 -0600 Subject: [PATCH] Prepare for 8.4.0 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ package.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 031c72c48..c48870067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-gui8 VERSION 8.3.0) +project(gz-gui8 VERSION 8.4.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index fa89dd6df..a3888151a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ## Gazebo GUI 8 +### Gazebo GUI 8.4.0 (2025-01-30) + +1. Fix color distortion in low light conditions + * [Pull request #630](https://github.com/gazebosim/gz-gui/pull/630) + +1. Added dark mode for drawer and menu buttons + * [Pull request #626](https://github.com/gazebosim/gz-gui/pull/626) + ### Gazebo GUI 8.3.0 (2024-06-20) 1. Backport: Adding cone primitives. diff --git a/package.xml b/package.xml index 9efa6d7b5..8bc7bcc4f 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-gui8 - 8.3.0 + 8.4.0 Gazebo GUI : Graphical interfaces for robotics applications Jenn Nguyen Apache License 2.0